forked from HansAnderson/CommandSigns
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathplugin.yml
108 lines (108 loc) · 4.13 KB
/
plugin.yml
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
name: CommandSigns
main: org.zonedabone.commandsigns.CommandSigns
authors: [zonedabone, CJxD, HansAnderson]
version: 1.9.3.3
description: >
Add commands to signs.
depend: [Vault]
softdepend: [Multiverse-Core]
dev-url: http://dev.bukkit.org/server-mods/command-signs/
commands:
commandsigns:
aliases: [cs, cmds, cmdsigns]
description: CommandSigns commands.
usage: |
/commandsigns <linenumber> <text>
Add a line with one command or a line of text to the clipboard.
/commandsigns batch
Changes your state into batch mode for doing bigger tasks quicker.
/commandsigns clear
Clear your CommandSigns clipboard.
/commandsigns copy
Copy a CommandSign to clipboard (the command lines associated with it).
Note: You need permission to create a sign in order to read.
/commandsigns edit
Edit a CommandSign in live mode.
/commandsigns insert <linenumber> <text>
Insert a line into an existing CommandSign.
Changes are stored in clipboard: click a sign to apply.
/commandsigns read
Read a CommandSign (the command lines associated with it).
Note: You need permission to create a sign in order to read.
/commandsigns redstone
Toggle whether the CommandSign can be triggered by redstone
Off by default
/commandsigns reload
Reload CommandSigns.
/commandsigns remove
Remove a CommandSign.
/commandsigns update
Update CommandSigns to latest version.
/commandsigns update check
Check for updates only.
/commandsigns update force
Force an update.
/commandsigns view
View the contents of your clipboard.
permissions:
commandsigns.*:
description: Gives access to all CommandSigns commands
children:
commandsigns.create.*: true
commandsigns.remove: true
commandsigns.use.*: true
commandsigns.group.*: true
commandsigns.update: true
commandsigns.save: true
commandsigns.reload: true
commandsigns.edit: true
default: op
commandsigns.create.*:
description: Gives access CommandSigns sign creation commands
children:
commandsigns.create.regular: true
commandsigns.create.super: true
commandsigns.create.redstone: true
commandsigns.create.op: true
commandsigns.save:
description: Allows saving CommandSigns without reloading
default: false;
commandsigns.reload:
description: Reloads CommandSigns and all configuration
default: false;
commandsigns.use.*:
description: Gives access to CommandSigns sign use
default: true
children:
commandsigns.use.regular: true
commandsigns.use.super: true
commandsigns.create.regular:
description: Allows you to create a regular CommandSign
default: false
commandsigns.create.super:
description: Allows you to create a super CommandSign
default: false
commandsigns.create.redstone:
description: Allows you to create redstone-activated signs
default: false
commandsigns.create.op:
description: Allows you to create op-level CommandSigns
default: false
commandsigns.remove:
description: Allows you to remove a CommandSign
default: false
commandsigns.use.regular:
description: Allows you to use a regular CommandSign
default: false
commandsigns.use.super:
description: Allows you to use a super CommandSign
default: false
commandsigns.group.*:
description: Allows you to use all group commands
default: false
commandsigns.update:
description: Shows this player CommandSigns updates and allows them to update
default: false
commandsigns.edit:
description: Allows editing of CommandSigns
default: false