-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
69 lines (52 loc) · 1.99 KB
/
plugin.yml
File metadata and controls
69 lines (52 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
name: ArcanePlotsPlugin
version: RC.3.2.0 for 1.7.10
author: Morios
description: Protects blocks from being removed / placed in an area.
main: plots.ArcanePlotsPlugin
commands:
credits give:
description: Transfer credits to another player.
usage: "/credits give <player> <#>"
credits:
description: View saved credits or give them to someone.
usage: "/credits [give <name> <#> | <blank>] (defaults to listing your balance)"
plot buy:
description: Purchase a plot. Can create by corners or radius.
usage: "/plot buy [radius <#> | corners | blank] (defaults to 'radius')"
plot sell:
description: Sells a plot or deletes it. Selling will leave you as an editor, but not the owner.
usage: "/plot sell [<player> <price> | blank]"
plot add:
description: adds a user to the owner list.
usage: "/plot add <name>"
plot remove:
description: removes a user from the owner list.
usage: "/plot remove <name>"
plot name:
description: "Add or delete the name of your plot. Use " " to clear the name."
usage: "/plot name <words or phrase>"
plot list:
description: Lists who is an editor of this plot. You don't need ownership to use this.
usage: "/plot list"
plot help:
description: ...see a list of all commands for /plot and /credits.
usage: "Really?"
confirm:
description: Confirm placing or removing a Plot.
usage: "/plot confirm"
cancel:
description: Cancel placing or removing a Plot.
usage: "/plot cancel"
plot:
description: Arcane Plots' main command. Defaults to 'plot list'
usage: "/plot [command] [options]"
cr:
description: Shortened form of /credits.
usage: "/cr [give <name> <#> | <blank>]"
permissions:
arcanePlotsPlugin.console:
description: "This allows use of the 'list all' command. May fill your chat window, be warned."
default: false
arcanePlotsPlugin.admin:
description: This allows use of plot commands without being on their editor list.
default: op