-
Notifications
You must be signed in to change notification settings - Fork 127
/
plugin.yml
203 lines (201 loc) · 8.7 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
name: EssentialsPE
main: EssentialsPE\Loader
version: 1.0.0
api: [1.0.0]
author: iksaku
commands:
broadcast:
description: Broadcast a message.
usage: "/broadcast <message> [p:<permission>]"
permission: essentials.command.broadcast.use
aliases: ["bcast"]
burn:
description: Set a player on fire!
usage: "/burn <player> <seconds>"
permission: essentials.command.burn
clearinventory:
description: Clear a player's inventory
usage: "/clearinventory [player]"
permission: essentials.command.clearinventory.use
aliases: ["ci", "clean", "clearinvent"]
essentials:
description: "Check the current EssentialsPE version"
usage: /essentials
permission: essentials.command.essentials
aliases: ["ess"]
extinguish:
description: "Extinguish a player"
usage: /extinguish [player]
permission: essentials.command.extinguish.use
getpos:
description: "Get a player's position"
usage: /getpos [player]
permission: essentials.command.getpos.use
aliases: ["coords", "position", "whereami", "getlocation", "getloc"]
heal:
description: "Heal a player"
usage: /heal [player] [amount]
permission: essentials.command.heal.use
kickall:
description: "Kick all the players"
usage: /kickall
permission: essentials.command.kickall
more:
description: "Get a stack of the item you hold"
usage: /more
permission: essentials.command.more
# mute:
# description: "Mute a specified player from the chat"
# usage: /mute <player>
# permission: essentials.command.mure.use
# aliases: ["silence"]
nick:
description: "Change your in-game name"
usage: /nick <new nick> [player]
permission: essentials.command.nick.use
aliases: ["nickname"]
realname:
description: "See a player's real name"
usage: /realname <player>
permission: essentials.command.realname
repair:
description: "Repair the item you're holding"
usage: /repair
permission: essentials.command.repair
aliases: ["fix"]
seen:
description: "Check when a player was last online"
usage: /seen <player>
permission: essentials.command.seen
setspawn:
description: "Change your server spawn position"
usage: /setspawn
permission: essentials.command.setspawn
# top:
# description: "Get at the highest block above you"
# usage: /top
# permission: essentials.command.top
# vanish:
# description: "Hide yourself or another player"
# usage: /vanish [player]
# permission: essentials.command.vanish.use
# aliases: ["v"]
permissions:
essentials:
default: op
description: "All the Essentials' features"
children:
essentials.ban.exempt:
default: op
description: "Prevent the player from being banned"
essentials.colorchat:
default: op
description: "Allow the player to talk with colored messages"
essentials.command:
default: op
description: ""
children:
essentials.command.broadcast:
default: op
description: "Broadcast a message"
children:
essentials.command.broadcast.use:
default: op
description: "Broadcast a message"
essentials.command.broadcast.permselect:
default: op
description: "Broadcast a message to players that have a certain permission"
essentials.command.burn:
default: op
description: "Set a player on fire"
essentials.command.clearinventory:
default: op
description: "Clear a player inventory"
children:
essentials.command.clearinventory.use:
default: op
description: "Clear your inventory"
essentials.command.clearinventory.other:
defult: op
description: "Clear other's inventory"
essentials.command.essentials:
default: op
description: "See the current Essentials version"
essentials.command.extinguish:
default: op
description: "Extinguish a player"
children:
essentials.command.extinguish.use:
default: op
description: "Extinguish yourslef"
essentials.command.extinguish.other:
default: op
description: "Extinguish other players"
essentials.command.getpos:
default: op
description: "Get any player's position"
children:
essentials.command.getpos.use:
default: true
description: "Get your curren position"
essentials.command.getpos.other:
default: op
description: "Get other player's position"
essentials.command.heal:
default: op
description: "Heal yourself or other players"
children:
essentials.command.heal.use:
default: op
description: "Heal yourself"
essentials.command.heal.other:
default: op
description: "Heal other players"
essentials.command.kickall:
default: op
description: "Kick all the online players except the sender"
essentials.command.more:
default: op
description: "Get a stack of the item you're holding"
essentials.command.mute:
default: op
description: "Mute a player from the chat"
chldren:
essentials.command.mute.use:
default: op
description: "Let you mute a player"
essentials.command.mute.exempt:
default: op
description: "Prevent a player from being muted"
essentials.command.nick:
default: op
description: "Change your or others name"
children:
essentials.command.nick.use:
default: op
description: "Change your name"
essentials.command.nick.other:
default: op
desctiption: "Change others name"
essentials.command.realname:
default: op
description: "See a player's realname"
essentials.command.repair:
default: op
description: "Repair the item you're holding"
essentials.command.seen:
default: op
description: "Check player's last online time"
essentials.command.setspawn:
default: op
description: "Change your server's general spawn"
essentials.command.vanish:
default: op
description: "Hide yourself ot another player"
children:
essentials.command.vanish.use:
default: op
description: "Hide yourself from other players"
essentials.command.vanish.other:
default: op
description: "Hide another player"