-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
addon.yml
executable file
·328 lines (326 loc) · 14.1 KB
/
addon.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
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
name: Parkour
main: world.bentobox.parkour.Parkour
version: ${version}${build.number}
api-version: 1.24
metrics: true
icon: "POLISHED_BLACKSTONE_PRESSURE_PLATE"
repository: "BentoBoxWorld/Parkour"
authors: tastybento
permissions:
# Non-command permissions
parkour.island.lock:
description: Allows course locking in settings
default: true
parkour.settings.*:
description: Allow use of settings on course
default: true
parkour.mod.clearreset:
description: Allow clearing of course reset limit
default: false
parkour.mod.bypasscooldowns:
description: Allow moderator to bypass cooldowns
default: op
parkour.mod.bypassdelays:
description: Allow moderator to bypass delays
default: op
parkour.mod.bypassprotect:
description: Allow moderator to bypass course protection
default: op
parkour.mod.bypassexpel:
description: Allow moderator to bypass course expulsion
default: op
parkour.mod.lock:
description: Allows lock or unlock of an course
default: op
parkour.mod.bypasslock:
description: Bypasses an course lock
default: op
parkour.mod.bypassban:
description: Bypasses course ban
default: op
parkour.mod.noburn:
default: op
description: "Give mod acid protection"
parkour.admin.noban:
description: Player cannot be banned from an course
default: op
parkour.admin.noexpel:
description: Player cannot be expelled from an course
default: op
# Command permissions
parkour.admin:
description: Allow use of '/pkadmin' command - admin command
default: op
parkour.admin.version:
description: Allow use of '/pkadmin version' command - display BentoBox and addons versions
default: op
parkour.admin.tp:
description: Allow use of '/pkadmin tp', '/pkadmin tpnether', '/pkadmin tpend' command - teleport to a player's course
default: op
parkour.admin.getrank:
description: Allow use of '/pkadmin getrank' command - get a player's rank in their course
default: op
parkour.admin.setrank:
description: Allow use of '/pkadmin setrank' command - set a player's rank in their course
default: op
parkour.mod.info:
description: Allow use of '/pkadmin info' command - get info on where you are or on player
default: op
parkour.mod.team:
description: Allow use of '/pkadmin team' command - manage teams
default: false
parkour.mod.team.add:
description: Allow use of '/pkadmin team add' command - add player to owner's team
default: op
parkour.mod.team.disband:
description: Allow use of '/pkadmin team disband' command - disband owner's team
default: op
parkour.mod.team.fix:
description: Allow use of '/pkadmin team fix' command - scans and fixes cross course membership in database
default: op
parkour.mod.team.kick:
description: Allow use of '/pkadmin team kick' command - kick a player from a team
default: op
parkour.mod.team.setowner:
description: Allow use of '/pkadmin team setowner' command - transfers course ownership to the player
default: op
parkour.mod.team.add:
description: Allow use of '/pkadmin add' command - add player to owner's team
default: op
parkour.mod.team.kick:
description: Allow use of '/pkadmin kick' command - kick a player from a team
default: op
parkour.mod.team.disband:
description: Allow use of '/pkadmin disband' command - disband owner's team
default: op
parkour.mod.team.setowner:
description: Allow use of '/pkadmin setowner' command - transfers course ownership to the player
default: op
parkour.admin.blueprint:
description: Allow use of '/pkadmin blueprint' command - manipulate blueprints
default: op
parkour.admin.blueprint.load:
description: Allow use of '/pkadmin blueprint load' command - load blueprint into the clipboard
default: op
parkour.admin.blueprint.paste:
description: Allow use of '/pkadmin blueprint paste' command - paste the clipboard to your location
default: op
parkour.admin.blueprint.origin:
description: Allow use of '/pkadmin blueprint origin' command - set the blueprint's origin to your position
default: op
parkour.admin.blueprint.copy:
description: Allow use of '/pkadmin blueprint copy' command - copy the clipboard set by pos1 and pos2 and optionally the air blocks
default: op
parkour.admin.blueprint.save:
description: Allow use of '/pkadmin blueprint save' command - save the copied clipboard
default: op
parkour.admin.blueprint.rename:
description: Allow use of '/pkadmin blueprint rename' command - rename a blueprint
default: op
parkour.admin.blueprint.delete:
description: Allow use of '/pkadmin blueprint delete' command - delete the blueprint
default: op
parkour.admin.blueprint.pos1:
description: Allow use of '/pkadmin blueprint pos1' command - set 1st corner of cuboid clipboard
default: op
parkour.admin.blueprint.pos2:
description: Allow use of '/pkadmin blueprint pos2' command - set 2nd corner of cuboid clipboard
default: op
parkour.admin.blueprint.list:
description: Allow use of '/pkadmin blueprint list' command - list available blueprints
default: op
parkour.admin.register:
description: Allow use of '/pkadmin register' command - register player to unowned course you are in
default: op
parkour.admin.unregister:
description: Allow use of '/pkadmin unregister' command - unregister owner from a course, but keep course blocks as-is
default: op
parkour.admin.range:
description: Allow use of '/pkadmin range' command - Admin course range command
default: op
parkour.admin.range.display:
description: Allow use of '/pkadmin range display' command - Show/hide course range indicators
default: op
parkour.admin.range.set:
description: Allow use of '/pkadmin range set' command - Sets the course protected range
default: op
parkour.admin.range.reset:
description: Allow use of '/pkadmin range reset' command - Resets the protected range to the world default
default: op
parkour.admin.range.add:
description: Allow use of '/pkadmin range add' command - increases the course protected range
default: op
parkour.admin.range.remove:
description: Allow use of '/pkadmin range remove' command - decreases the course protected range
default: op
parkour.admin.resets:
description: Allow use of '/pkadmin resets' command - edit player reset values
default: op
parkour.admin.resets.set:
description: Allow use of '/pkadmin resets set' command - sets how many times this player has reset his course
default: op
parkour.admin.resets.remove:
description: Allow use of '/pkadmin resets reset' command - sets the player's course reset count to 0
default: op
parkour.admin.resets.add:
description: Allow use of '/pkadmin resets add' command - adds this player's course reset count
default: op
parkour.admin.resets.remove:
description: Allow use of '/pkadmin resets remove' command - reduces the player's course reset count
default: op
parkour.admin.delete:
description: Allow use of '/pkadmin delete' command - deletes a player and regenerates their course
default: op
parkour.admin.why:
description: Allow use of '/pkadmin why' command - toggle console protection debug reporting
default: op
parkour.admin.deaths:
description: Allow use of '/pkadmin deaths' command - edit deaths of players
default: op
parkour.admin.deaths.reset:
description: Allow use of '/pkadmin deaths reset' command - resets deaths of the player
default: op
parkour.admin.deaths.set:
description: Allow use of '/pkadmin deaths set' command - sets deaths of the player
default: op
parkour.admin.deaths.add:
description: Allow use of '/pkadmin deaths add' command - adds deaths to the player
default: op
parkour.admin.deaths.remove:
description: Allow use of '/pkadmin deaths remove' command - removes deaths to the player
default: op
parkour.admin.reload:
description: Allow use of '/pkadmin reload' command - reload
default: op
parkour.admin.setspawn:
description: Allow use of '/pkadmin setspawn' command - set a course as spawn for this world
default: op
parkour.admin.setspawnpoint:
description: Allow use of '/pkadmin setspawnpoint' command - set current location as spawn point for this course
default: op
parkour.admin.resetflags:
description: Allow use of '/pkadmin resetflags' command - Reset all courses to default flag settings in config.yml
default: op
parkour.mod.switch:
description: Allow use of '/pkadmin switch' command - switch on/off protection bypass
default: op
parkour.admin.purge:
description: Allow use of '/pkadmin purge' command - purge courses abandoned for more than [days]
default: op
parkour.admin.purge.status:
description: Allow use of '/pkadmin purge status' command - displays the status of the purge
default: op
parkour.admin.purge.stop:
description: Allow use of '/pkadmin purge stop' command - stop a purge in progress
default: op
parkour.admin.purge.unowned:
description: Allow use of '/pkadmin purge unowned' command - purge unowned courses
default: op
parkour.admin.purge.protect:
description: Allow use of '/pkadmin purge protect' command - toggle course purge protection
default: op
parkour.admin.settings:
description: Allow use of '/pkadmin settings' command - open settings GUI or set settings
default: op
parkour.admin.setprotectionlocation:
description: Allow use of '/pkadmin setprotectionlocation' command - set current location or [x y z] as center of course's protection area
default: op
parkour.mod.deletehomes:
description: Allow use of '/pkadmin deletehomes' command - deletes all named homes from an course
default: op
parkour.mod.resetname:
description: Allow use of '/pkadmin resetname' command - reset player course name
default: op
parkour.island:
description: Allow use of '/parkour' command - the main parkour command
default: true
parkour.island.home:
description: Allow use of '/parkour go' command - teleport you to your course
default: true
parkour.island.spawn:
description: Allow use of '/parkour spawn' command - teleport you to the spawn
default: true
parkour.island.create:
description: Allow use of '/parkour create' command - create an course, using optional blueprint (requires permission)
default: true
parkour.island.reset:
description: Allow use of '/parkour reset' command - restart your course and remove the old one
default: true
parkour.island.info:
description: Allow use of '/parkour info' command - display info about your course or the player's course
default: true
parkour.island.settings:
description: Allow use of '/parkour settings' command - display course settings
default: true
parkour.island.name:
description: Allow use of '/parkour setname' command, '/parkour resetname' command - reset your course name
default: true
parkour.island.language:
description: Allow use of '/parkour language' command - select language
default: true
parkour.island.ban:
description: Allow use of '/parkour ban' command, '/parkour unban', '/parkour banlist' command - banned players
default: true
parkour.island.expel:
description: Allow use of '/parkour expel' command - expel a player from your course
default: true
parkour.island.near:
description: Allow use of '/parkour near' command - show the name of neighboring courses around you
default: true
parkour.island.team:
description: Allow use of '/parkour team' command - manage your team
default: true
parkour.island.team.invite:
description: Allow use of '/parkour team invite' command - invite a player to join your course
default: true
parkour.island.team.leave:
description: Allow use of '/parkour team leave' command - leave your course
default: true
parkour.island.team.setowner:
description: Allow use of '/parkour team setowner' command - transfer your course ownership to a member
default: true
parkour.island.team.kick:
description: Allow use of '/parkour team kick' command - remove a member from your course
default: true
parkour.island.team.accept:
description: Allow use of '/parkour team accept' command - accept an invitation
default: true
parkour.island.team.reject:
description: Allow use of '/parkour team reject' command - reject an invitation
default: true
parkour.island.team.coop:
description: Allow use of '/parkour team coop' command - make a player coop rank on your course
default: true
parkour.island.team.coop:
description: Allow use of '/parkour team uncoop' command - remove a coop rank from player
default: true
parkour.island.team.trust:
description: Allow use of '/parkour team trust', '/parkour team untrust' command - remove trusted player rank from player
default: true
parkour.island.team.promote:
description: Allow use of '/parkour team promote', '/parkour team demote' command - promote/demote a player on your course a rank
default: true
parkour.island.sethome:
description: Allow use of '/parkour sethome' command - set your home teleport point
default: true
parkour.island.deletehome:
description: Allow use of '/parkour deletehome' command - delete a home location
default: op
parkour.island.renamehome:
description: Allow use of '/parkour renamehome' command - rename a home location
default: op
parkour.island.homes:
description: Allow use of '/parkour homes' command - list your homes
default: op
parkour.parkour.top:
description: Allow use of '/parkour top' command - Show the top course rankings
default: op
parkour.parkour.courses:
description: Allow use of '/parkour courses' command - parkour.commands.parkour.courses.description
default: op
parkour.parkour.setwarp:
description: Allow use of '/parkour setwarp' command - sets the warp spot and makes your course public
default: op
parkour.parkour.removewarp:
description: Allow use of '/parkour removewarp' command - removes the warp spot and makes your course private
default: op