forked from MistPhizzle/MinecraftTLA
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
374 lines (363 loc) · 11.2 KB
/
plugin.yml
File metadata and controls
374 lines (363 loc) · 11.2 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
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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
name: Bending
main: main.Bending
version: 1.1.0
commands:
bending:
description: Chooses the many features of Bending.
aliases: [b, bend, tla, mtla, minecrafttla, minecraftthelastairbender, mthelastairbender]
usage: |
/<command> choose [element]
/<command> display [element]
/<command> bind [ability]
/<command> display
/<command> clear
permissions:
bending.air.*:
description: Allows all air bending.
children:
bending.air: true
bending.air.AirSwipe: true
bending.air.AirBubble: true
bending.air.AirShield: true
bending.air.AirSuction: true
bending.air.Speed: true
bending.air.Tornado: true
bending.air.AirBlast: true
bending.air.Passive: true
bending.air.AirSpout: true
bending.air.AirBurst: true
bending.air.AirScooter: true
bending.air.AirGlide: true
bending.fire.*:
description: Allows all fire bending.
children:
bending.message.daymessage: true
bending.fire: true
bending.fire.Blaze: true
bending.fire.HeatControl: true
bending.fire.FireJet: true
bending.fire.FireBlast: true
bending.fire.Passive: true
bending.fire.Illumination: true
bending.fire.WallOfFire: true
bending.fire.Lightning: true
bending.fire.FireBurst: true
bending.fire.FireShield: true
bending.water.*:
description: Allows all water bending.
children:
bending.message.nightmessage: true
bending.water: true
bending.water.PhaseChange: true
bending.water.HealingWaters: true
bending.water.Plantbending: true
bending.water.WaterBubble: true
bending.water.WaterManipulation: true
bending.water.Surge: true
bending.water.Passive: true
bending.water.WaterSpout: true
bending.water.IceSpike: true
bending.water.Torrent: true
bending.water.OctopusForm: true
bending.water.SpiritBending: true
bending.earth.*:
description: Allows all earth bending.
children:
bending.earth: true
bending.earth.Catapult: true
bending.earth.EarthBlast: true
bending.earth.RaiseEarth: true
bending.earth.EarthGrab: true
bending.earth.EarthTunnel: true
bending.earth.Collapse: true
bending.earth.Passive: true
bending.earth.Tremorsense: true
bending.earth.EarthArmor: true
bending.earth.Shockwave: true
bending.chiblocker.*:
description: Allows all chiblocking abilities.
children:
bending.chiblocker: true
bending.chiblocker.RapidPunch: true
bending.chiblocker.HighJump: true
bending.chiblocker.Paralyze: true
bending.*:
description: Allows all bending.
children:
bending.earth.*: true
bending.water.*: true
bending.fire.*: true
bending.air.*: true
bending.chiblocker.*: true
bending.admin:
description: Allows all commands.
children:
bending.admin.AvatarState: true
bending.admin.remove: true
bending.admin.reload: true
bending.admin.permaremove: true
bending.command.choose: true
bending.admin.rechoose: true
bending.admin.choose: true
bending.admin.add: true
bending.command.displayelement: true
bending.command.clear: true
bending.command.display: true
bending.command.bind: true
bending.water.Bloodbending: true
bending.command.toggle: true
bending.command.who: true
bending.admin.toggle: true
bending.command.language: true
bending.command:
description: Allows all user commands.
children:
bending.command.choose: true
bending.command.displayelement: true
bending.command.clear: true
bending.command.display: true
bending.command.bind: true
bending.command.help: true
bending.command.toggle: true
bending.command.who: true
bending.command.language: true
bending.command.bindmode: true
bending.command.version: true
# AIRBENDING PERMISSIONS
bending.air:
description: Allows being an Airbender.
default: true
bending.air.AirSwipe:
description: Allows the use of AirSwipe.
default: true
bending.air.AirBubble:
description: Allows the use of AirBubble.
default: true
bending.air.Passive:
description: Allows the use of AirPassive.
default: true
bending.air.AirShield:
description: Allows the use of AirShield.
default: true
bending.air.AirSuction:
description: Allows the use of AirSuction.
default: true
bending.air.AirSpout:
description: Allows the use of AirSpout.
default: true
bending.air.AirScooter:
description: Allows the use of AirScooter.
default: true
bending.air.Speed:
description: Allows the use of Speed.
default: true
bending.air.Tornado:
description: Allows the use of Tornado.
default: true
bending.air.AirBlast:
description: Allows the use of AirBlast.
default: true
bending.air.AirBurst:
description: Allows the use of AirBurst.
default: true
bending.air.AirGlide:
description: Allows the use of AirGlide.
default: true
# FIREBENDING PERMISSIONS
bending.fire:
description: Allows being a Firebender.
default: true
bending.fire.Blaze:
description: Allows the use of Blaze.
default: true
bending.fire.HeatControl:
description: Allows the use of ControlHeat.
default: true
bending.fire.FireJet:
description: Allows the use of FireJet.
default: true
bending.fire.FireBlast:
description: Allows the use of FireBlast
default: true
bending.fire.Passive:
description: Allows the use of Passive.
default: true
bending.fire.Illumination:
description: Allows the use of Illumination.
default: true
bending.fire.WallOfFire:
description: Allows the use of WallOfFire.
default: true
bending.fire.Lightning:
description: Allows the use of Lightning.
default: true
bending.fire.FireBurst:
description: Allows the use of FireBurst.
default: true
bending.fire.FireShield:
description: Allows the use of FireShield.
default: true
# WATERBENDING PERMISSIONS
bending.water:
description: Allows being a Waterbender.
default: true
bending.water.PhaseChange:
description: Allows the use of PhaseChange.
default: true
bending.water.HealingWaters:
description: Allows the use of HealingWaters.
default: true
bending.water.Plantbending:
description: Allows the use of Plantbending.
default: true
bending.water.WaterBubble:
description: Allows the use of WaterBubble.
default: true
bending.water.WaterManipulation:
description: Allows the use of WaterManipulation.
default: true
bending.water.Passive:
description: Allows the use of WaterPassive.
default: true
bending.water.WaterSpout:
description: Allows the use of WaterSpout.
default: true
bending.water.Surge:
description: Allows the use of Sruge.
default: true
bending.water.Bloodbending:
description: Allows the use of Bloodbending.
default: op
bending.water.OctopusForm:
description: Allows the use of OctopusForm.
default: true
bending.water.Torrent:
description: Allows the use of Torrent.
default: true
bending.water.IceSpike:
description: Allows the use of IceSpike
default: true
bending.water.SpiritBending:
description: Allows the use of SpiritBending
default: true
# EARTHBENDING PERMISSIONS
bending.earth:
description: Allows being an Earthbender.
default: true
bending.earth.Catapult:
description: Allows the use of Catapult.
default: true
bending.earth.EarthBlast:
description: Allows the use of EarthBlast.
default: true
bending.earth.RaiseEarth:
description: Allows the use of RaiseEarth.
default: true
bending.earth.Passive:
description: Allows the use of EarthPassive.
default: true
bending.earth.EarthTunnel:
description: Allows the use of EarthTunnel.
default: true
bending.earth.Collapse:
description: Allows the use of PatchTheEarth.
default: true
bending.earth.EarthGrab:
description: Allows the use of EarthGrab.
default: true
bending.earth.Tremorsense:
description: Allows the use of Tremorsense.
default: true
bending.earth.Shockwave:
description: Allows the use of Shockwave.
default: true
bending.earth.EarthArmor:
description: Allows the use of EarthArmor
default: true
# CHIBLOCKING PERMISSIONS
bending.chiblocker:
description: Allows being a Chiblocker.
default: true
bending.chiblocker.RapidPunch:
description: Allows the use of RapidPunch
default: true
bending.chiblocker.HighJump:
description: Allows the use of HighJump
default: true
bending.chiblocker.FastPunch:
description: Allows the use of FastPunch
# default: true
default: false
bending.chiblocker.Paralyze:
description: Allows the use of Paralyze
default: true
# ADMIN PERMISSIONS
bending.admin.AvatarState:
description: Allows the use of AvatarState.
default: op
bending.admin.remove:
description: Allows the use of /bending remove <player>
default: op
bending.admin.reload:
description: Allows the use of /bending reload
default: op
bending.admin.permaremove:
description: Allows the use of /bending permaremove <player>
default: op
bending.command.choose:
description: Allows the use of /bending choose <element>
default: true
bending.admin.rechoose:
description: Allows the use of /bending choose <element> after choosing one.
default: op
bending.admin.choose:
description: Allows the use of /bending choose <player> <element>
default: op
bending.admin.add:
description: Allows the use of /bending add <element>
default: op
bending.admin.toggle:
description: Allows /bending toggle on others
default: op
# COMMAND PERMISSIONS
bending.command.language:
description: Allows the use of /bending language
default: true
bending.command.displayelement:
description: Allows the use of /bending display <element>
default: true
bending.command.clear:
description: Allows the use of /bending clear
default: true
bending.command.display:
description: Allows the use of /bending display
default: true
bending.command.bind:
description: Allows the use of /bending bind <ability>
default: true
bending.command.help:
description: Allows the use of /bending help
default: true
bending.command.toggle:
description: Allows the use of /bending toggle
default: true
bending.command.who:
description: Allows the use of /bending who
default: true
bending.command.version:
description: Allows the use of /bending version
default: true
bending.command.bindmode:
description: Allows the use of /bending bindmode
default: true
bending.avatar:
description: Give the avatar prefix.
default: false
bending.command.import:
default: op
bending.message.daymessage:
description: Allows receipt of the sun rising and falling for firebenders
default: true
bending.message.nightmessage:
description: Allows receipt of the moon rising and falling for waterbenders
default: true