This repository has been archived by the owner on Nov 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 217
/
plugin.yml
314 lines (314 loc) · 12.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
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
name: AdvancedAchievements
main: com.hm.achievement.AdvancedAchievements
version: 8.0.2
author: DarkPyves
softdepend: [Vault,PetMaster,Essentials,PlaceholderAPI,Jobs]
description: Advanced Achievements enables unique and challenging achievements. Try to collect as many as you can, earn rewards, climb the rankings and receive RP books!
website: https://github.com/PyvesB/advanced-achievements
api-version: 1.13
commands:
aach:
description: Main Advanced Achievements command, use it to list sub-commands.
aliases: [advancedachievements,aachievements,aa]
usage: /<command>
permissions:
achievement.book:
description: Allows to receive achievements books.
default: true
achievement.list:
description: Allows to display name of received and missing achievements.
default: true
achievement.top:
description: Allows to display global achievement rankings.
default: true
achievement.week:
description: Allows to display weekly achievement rankings.
default: true
achievement.month:
description: Allows to display monthly achievement rankings.
default: true
achievement.stats:
description: Allows to display achievement stats.
default: true
achievement.toggle:
description: Allows to override the default behaviour of the NotifyOtherPlayers parameter on a per player basis.
default: true
achievement.easteregg:
description: Allows to display the plugin's easter egg.
default: true
achievement.reload:
description: Allows to reload the plugin's configuration.
default: op
achievement.give:
description: Allows to give achievements by command.
default: op
achievement.add:
description: Allows to increase a statistic.
default: op
achievement.check:
description: Allows to check if achievements were received by players.
default: op
achievement.delete:
description: Allows to delete achievements by command.
default: op
achievement.reset:
description: Allows to reset category statistics for a player.
default: op
achievement.generate:
description: Allows to generate advancements from the achievements defined in the configuration.
default: op
achievement.*:
description: Star notation of permissions, includes all the above ones and disables book command cooldowns.
default: op
children:
achievement.book: true
achievement.list: true
achievement.top: true
achievement.week: true
achievement.month: true
achievement.stats: true
achievement.toggle: true
achievement.easteregg: true
achievement.reload: true
achievement.give: true
achievement.add: true
achievement.check: true
achievement.delete: true
achievement.reset: true
achievement.generate: true
achievement.count.*: true
achievement.config.title.screen:
description: If TitleScreen is false in config.yml, allows overriding to true on a per-player basis.
default: false
achievement.config.receiver.chat.messages:
description: If ReceiverChatMessages is false in config.yml, allows overriding to true on a per-player basis.
default: false
achievement.count.*:
description: Star notation of statistic count permissions.
default: true
children:
achievement.count.connections: true
achievement.count.advancementscompleted: true
achievement.count.arrows: true
achievement.count.beds: true
achievement.count.consumedpotions: true
achievement.count.eatenitems: true
achievement.count.deaths: true
achievement.count.itemdrops: true
achievement.count.enchantments: true
achievement.count.fish: true
achievement.count.hoeplowings: true
achievement.count.fertilising: true
achievement.count.fireworks: true
achievement.count.musicdiscs: true
achievement.count.enderpearls: true
achievement.count.itembreaks: true
achievement.count.milk: true
achievement.count.shear: true
achievement.count.snowballs: true
achievement.count.eggs: true
achievement.count.taming: true
achievement.count.trades: true
achievement.count.anvilsused: true
achievement.count.brewing: true
achievement.count.maxlevel: true
achievement.count.playedtime: true
achievement.count.distancefoot: true
achievement.count.distanceboat: true
achievement.count.distanceminecart: true
achievement.count.distancehorse: true
achievement.count.distancepig: true
achievement.count.distancegliding: true
achievement.count.distancellama: true
achievement.count.distancesneaking: true
achievement.count.treasures: true
achievement.count.lavabuckets: true
achievement.count.waterbuckets: true
achievement.count.itempickups: true
achievement.count.petmastergive: true
achievement.count.petmasterreceive: true
achievement.count.smelting: true
achievement.count.raidswon: true
achievement.count.riptides: true
achievement.count.booksedited: true
achievement.count.places.*: true
achievement.count.breaks.*: true
achievement.count.kills.*: true
achievement.count.targetsshot.*: true
achievement.count.crafts.*: true
achievement.count.breeding.*: true
achievement.count.playercommands.*: true
achievement.count.jobsreborn.*: true
achievement.count.custom.*: true
achievement.count.effectsheld.*: true
achievement.count.connections:
description: Allows connection statistics in database to increase.
default: true
achievement.count.advancementscompleted:
description: Allows advancement statistics in database to increase.
default: true
achievement.count.arrows:
description: Allows arrow statistics in database to increase.
default: true
achievement.count.beds:
description: Allows bed statistics in database to increase.
default: true
achievement.count.consumedpotions:
description: Allows consumed potions statistics in database to increase.
default: true
achievement.count.eatenitems:
description: Allows eaten item statistics in database to increase.
default: true
achievement.count.deaths:
description: Allows death statistics in database to increase.
default: true
achievement.count.itemdrops:
description: Allows item drop statistics in database to increase.
default: true
achievement.count.enchantments:
description: Allows enchantment statistics in database to increase.
default: true
achievement.count.fish:
description: Allows fish statistics in database to increase.
default: true
achievement.count.hoeplowings:
description: Allows hoe plowing statistics in database to increase.
default: true
achievement.count.fertilising:
description: Allows fertilising statistics in database to increase.
default: true
achievement.count.fireworks:
description: Allows firework statistics in database to increase.
default: true
achievement.count.musicdiscs:
description: Allows music disc statistics in database to increase.
default: true
achievement.count.enderpearls:
description: Allows ender pearl statistics in database to increase.
default: true
achievement.count.itembreaks:
description: Allows item breaks statistics in database to increase.
default: true
achievement.count.milk:
description: Allows milk statistics in database to increase.
default: true
achievement.count.shear:
description: Allows shear statistics in database to increase.
default: true
achievement.count.snowballs:
description: Allows snowball statistics in database to increase.
default: true
achievement.count.eggs:
description: Allows egg statistics in database to increase.
default: true
achievement.count.taming:
description: Allows taming statistics in database to increase.
default: true
achievement.count.trades:
description: Allows trade statistics in database to increase.
default: true
achievement.count.anvilsused:
description: Allows anvils used statistics in database to increase.
default: true
achievement.count.brewing:
description: Allows brewing statistics in database to increase.
default: true
achievement.count.maxlevel:
description: Allows max level statistics in database to increase.
default: true
achievement.count.playedtime:
description: Allows played time statistics in database to increase.
default: true
achievement.count.distancefoot:
description: Allows foot distance statistics in database to increase.
default: true
achievement.count.distanceboat:
description: Allows boat distance statistics in database to increase.
default: true
achievement.count.distanceminecart:
description: Allows minecart distance statistics in database to increase.
default: true
achievement.count.distancehorse:
description: Allows horse distance statistics in database to increase.
default: true
achievement.count.distancepig:
description: Allows pig distance statistics in database to increase.
default: true
achievement.count.distancegliding:
description: Allows gliding distance statistics in database to increase.
default: true
achievement.count.distancellama:
description: Allows distance llama statistics in database to increase.
default: true
achievement.count.distancesneaking:
description: Allows distance sneaking statistics in database to increase.
default: true
achievement.count.treasures:
description: Allows treasure statistics in database to increase.
default: true
achievement.count.lavabuckets:
description: Allows lava bucket statistics in database to increase.
default: true
achievement.count.waterbuckets:
description: Allows water bucket statistics in database to increase.
default: true
achievement.count.itempickups:
description: Allows item pickup statistics in database to increase.
default: true
achievement.count.petmastergive:
description: Allows Pet Master give statistics in database to increase.
default: true
achievement.count.petmasterreceive:
description: Allows Pet Master receive statistics in database to increase.
default: true
achievement.count.smelting:
description: Allows smelting statistics in database to increase.
default: true
achievement.count.raidswon:
description: Allows raids won statistics in database to increase.
default: true
achievement.count.riptides:
description: Allows riptides statistics in database to increase.
default: true
achievement.count.booksedited:
description: Allows books edited statistics in database to increase.
default: true
achievement.count.places.*:
description: Allows places statistics in database to increase.
default: true
achievement.count.breaks.*:
description: Allows breaks statistics in database to increase.
default: true
achievement.count.kills.*:
description: Allows kills statistics in database to increase.
default: true
achievement.count.targetsshot.*:
description: Allows targets shot statistics in database to increase.
default: true
achievement.count.crafts.*:
description: Allows crafts statistics in database to increase.
default: true
achievement.count.breeding.*:
description: Allows breeding statistics in database to increase.
default: true
achievement.count.playercommands.*:
description: Allows player commands statistics in database to increase.
default: true
achievement.count.jobsreborn.*:
description: Allows jobs reborn statistics in database to increase.
default: true
achievement.count.custom.*:
description: Allows custom statistics in database to increase.
default: true
achievement.count.effectsheld.*:
description: Allows effects held statistics in database to increase.
default: true
#======================================================================================================================#
# /!\ Dynamic permissions added at plugin startup /!\ #
#======================================================================================================================#
# For individual achievements, simply use the Name property, e.g achievement.place_100_stone
# For categories with sub-categories (Breaks, Places, Crafts, Kills, Breeding, PlayerCommands, Custom, TargetsShot and EffectsHeld):
# - use the sub-category key: for example for stone breaks, achievement.count.breaks.stone
# - for PlayerCommands, use lower case without spaces nor the initial slash: achievement.count.playercommands.aachbook
# - for Kills with a custom mob name you should remove any whitespaces: achievement.count.kills.§2SkeletalKnight
# - for Places with a custom item display name you should also remove any whitespaces.