-
Notifications
You must be signed in to change notification settings - Fork 101
/
Copy pathplugin.yml
413 lines (412 loc) · 15.5 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
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
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
name: MyPet
main: de.Keyle.MyPet.MyPetPlugin
version: ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}
api-version: '1.13'
author: Keyle
website: ${project.url}
softdepend:
- GriefPrevention
- GriefPreventionPlus
- Citizens
- Multiverse-Core
- My_Worlds
- MythicMobs
- PlaceholderAPI
- ProtocolLib
- Vault
- WGCustomFlags
- WorldGuard
commands:
myPet:
description: Help for all pet commands.
petname:
description: Changes the name of your pet
usage: '/<command> <pet name>'
petcall:
aliases: [petc, pc]
description: Calls your pet.
petsendaway:
aliases: [petsa, psa]
description: Send your pet away.
petrelease:
description: Releases your pet.
usage: '/<command> <pet name>'
petstop:
aliases: [pets, ps]
description: Stops your pet from attacking.
petpickup:
aliases: [petp, pp]
description: Toogles pickup of your pet.
petinventory:
aliases: [peti, pi]
description: Opens the inventory of your pet.
usage: '/<command> [player name]'
petbehavior:
aliases: [petbehaviour, petb, pb]
description: Changes the behavior mode of your pet.
usage: '/<command> [<friendly/aggressive/normal/farm/raid/duel>]'
petinfo:
aliases: [pinfo]
description: Shows info about your pet.
usage: '/<command> [player name]'
petskill:
aliases: [pskill]
description: Shows the skill levels of your pet.
usage: '/<command> <player name>'
mypetadmin:
aliases: [petadmin]
description: §6MyPet-Admin-Command §r-> §3https://wiki.mypet-plugin.de/doku.php?id=en:commands
permission: MyPet.admin
petchooseskilltree:
aliases: [pcst, petcst]
description: Chooses a skilltree.
usage: '/<command> <skilltree name>'
petbeacon:
aliases: [pbeacon]
description: Beacon!
petrespawn:
aliases: [pr, petr]
description: Pays respawn fee or enable auto respawn fee paying.
usage: '/<command> [pay/auto] [min respawn time]'
petcapturehelper:
aliases: [pch]
description: Toogles the CaptureHelper on/off
petsettings:
aliases: [po, peto, petoption, petoptions, psettings]
description: Settings command
petswitch:
aliases: [pswitch, psw]
description: Opens a pet selection GUI
petstore:
aliases: [pstore, pst]
description: Stores your current pet
petlist:
aliases: [plist, pl]
description: Lists all your pet
usage: '/<command> <player name>'
pettrade:
aliases: [pett, pt]
description: Trade pet with other players
usage: '/<command> [accept/reject/cancel/<playername>] <price>'
petshop:
aliases: [petsh, psh]
description: Opens a pet shop
usage: '/<command> [shopname]'
permissions:
MyPet.leash.*:
description: Player can leash all MyPet-Types.
children:
MyPet.leash.Allay: true
MyPet.leash.Axolotl: true
MyPet.leash.Armadillo: true
MyPet.leash.Bat: true
MyPet.leash.Bee: true
MyPet.leash.Blaze: true
MyPet.leash.Bogged: true
MyPet.leash.Breeze: true
MyPet.leash.Camel: true
MyPet.leash.Cat: true
MyPet.leash.CaveSpider: true
MyPet.leash.Chicken: true
MyPet.leash.Cod: true
MyPet.leash.Cow: true
MyPet.leash.Creeper: true
MyPet.leash.Dolphin: true
MyPet.leash.Donkey: true
MyPet.leash.Drowned: true
MyPet.leash.ElderGuardian: true
MyPet.leash.Enderdragon: true
MyPet.leash.Enderman: true
MyPet.leash.Endermite: true
MyPet.leash.Evoker: true
MyPet.leash.Fox: true
MyPet.leash.Frog: true
MyPet.leash.Giant: true
MyPet.leash.Ghast: true
MyPet.leash.Goat: true
MyPet.leash.Guardian: true
MyPet.leash.Hoglin: true
MyPet.leash.Horse: true
MyPet.leash.Husk: true
MyPet.leash.Illusioner: true
MyPet.leash.IronGolem: true
MyPet.leash.Llama: true
MyPet.leash.MagmaCube: true
MyPet.leash.Mooshroom: true
MyPet.leash.Mule: true
MyPet.leash.Ocelot: true
MyPet.leash.Panda: true
MyPet.leash.Parrot: true
MyPet.leash.Phantom: true
MyPet.leash.Pig: true
MyPet.leash.Piglin: true
MyPet.leash.PigZombie: true
MyPet.leash.Pillager: true
MyPet.leash.PolarBear: true
MyPet.leash.Pufferfish: true
MyPet.leash.Rabbit: true
MyPet.leash.Ravager: true
MyPet.leash.Salmon: true
MyPet.leash.Sheep: true
MyPet.leash.Silverfish: true
MyPet.leash.Skeleton: true
MyPet.leash.SkeletonHorse: true
MyPet.leash.Slime: true
MyPet.leash.Sniffer: true
MyPet.leash.Snowman: true
MyPet.leash.Spider: true
MyPet.leash.Squid: true
MyPet.leash.GlowSquid: true
MyPet.leash.Stray: true
MyPet.leash.Strider: true
MyPet.leash.Tadpole: true
MyPet.leash.TraderLlama: true
MyPet.leash.TropicalFish: true
MyPet.leash.Turtle: true
MyPet.leash.Vex: true
MyPet.leash.Villager: true
MyPet.leash.Vindicator: true
MyPet.leash.WanderingTrader: true
MyPet.leash.Warden: true
MyPet.leash.Witch: true
MyPet.leash.Wither: true
MyPet.leash.WitherSkeleton: true
MyPet.leash.Wolf: true
MyPet.leash.Zoglin: true
MyPet.leash.Zombie: true
MyPet.leash.ZombieHorse: true
MyPet.leash.ZombieVillager: true
MyPet.leash.ZombifiedPiglin: true
MyPet.command.trade.offer.*:
description: Player offer all MyPet-Types.
children:
MyPet.command.trade.offer.Allay: true
MyPet.command.trade.offer.Axolotl: true
MyPet.command.trade.offer.Armadillo: true
MyPet.command.trade.offer.Bat: true
MyPet.command.trade.offer.Bee: true
MyPet.command.trade.offer.Blaze: true
MyPet.command.trade.offer.Bogged: true
MyPet.command.trade.offer.Breeze: true
MyPet.command.trade.offer.Cat: true
MyPet.command.trade.offer.CaveSpider: true
MyPet.command.trade.offer.Chicken: true
MyPet.command.trade.offer.Cod: true
MyPet.command.trade.offer.Cow: true
MyPet.command.trade.offer.Creeper: true
MyPet.command.trade.offer.Dolphin: true
MyPet.command.trade.offer.Donkey: true
MyPet.command.trade.offer.Drowned: true
MyPet.command.trade.offer.ElderGuardian: true
MyPet.command.trade.offer.Enderdragon: true
MyPet.command.trade.offer.Enderman: true
MyPet.command.trade.offer.Endermite: true
MyPet.command.trade.offer.Evoker: true
MyPet.command.trade.offer.Fox: true
MyPet.command.trade.offer.Frog: true
MyPet.command.trade.offer.Giant: true
MyPet.command.trade.offer.Ghast: true
MyPet.command.trade.offer.Goat: true
MyPet.command.trade.offer.Guardian: true
MyPet.command.trade.offer.Hoglin: true
MyPet.command.trade.offer.Horse: true
MyPet.command.trade.offer.Husk: true
MyPet.command.trade.offer.IronGolem: true
MyPet.command.trade.offer.Llama: true
MyPet.command.trade.offer.MagmaCube: true
MyPet.command.trade.offer.Mooshroom: true
MyPet.command.trade.offer.Mule: true
MyPet.command.trade.offer.Ocelot: true
MyPet.command.trade.offer.Panda: true
MyPet.command.trade.offer.Parrot: true
MyPet.command.trade.offer.Phantom: true
MyPet.command.trade.offer.Pig: true
MyPet.command.trade.offer.Piglin: true
MyPet.command.trade.offer.PigZombie: true
MyPet.command.trade.offer.Pillager: true
MyPet.command.trade.offer.PolarBear: true
MyPet.command.trade.offer.Pufferfish: true
MyPet.command.trade.offer.Rabbit: true
MyPet.command.trade.offer.Ravager: true
MyPet.command.trade.offer.Salmon: true
MyPet.command.trade.offer.Sheep: true
MyPet.command.trade.offer.Silverfish: true
MyPet.command.trade.offer.Skeleton: true
MyPet.command.trade.offer.SkeletonHorse: true
MyPet.command.trade.offer.Slime: true
MyPet.command.trade.offer.Snowman: true
MyPet.command.trade.offer.Spider: true
MyPet.command.trade.offer.Squid: true
MyPet.command.trade.offer.GlowSquid: true
MyPet.command.trade.offer.Stray: true
MyPet.command.trade.offer.Strider: true
MyPet.command.trade.offer.Tadpole: true
MyPet.command.trade.offer.TraderLlama: true
MyPet.command.trade.offer.TropicalFish: true
MyPet.command.trade.offer.Turtle: true
MyPet.command.trade.offer.Vex: true
MyPet.command.trade.offer.Villager: true
MyPet.command.trade.offer.Vindicator: true
MyPet.command.trade.offer.WanderingTrader: true
MyPet.command.trade.offer.Warden: true
MyPet.command.trade.offer.Witch: true
MyPet.command.trade.offer.Wither: true
MyPet.command.trade.offer.WitherSkeleton: true
MyPet.command.trade.offer.Wolf: true
MyPet.command.trade.offer.Zoglin: true
MyPet.command.trade.offer.Zombie: true
MyPet.command.trade.offer.ZombieHorse: true
MyPet.command.trade.offer.ZombieVillager: true
MyPet.command.trade.offer.ZombifiedPiglin: true
MyPet.command.trade.receive.*:
description: Player receive all MyPet-Types.
children:
MyPet.command.trade.receive.Allay: true
MyPet.command.trade.receive.Axolotl: true
MyPet.command.trade.receive.Armadillo: true
MyPet.command.trade.receive.Bat: true
MyPet.command.trade.receive.Bee: true
MyPet.command.trade.receive.Blaze: true
MyPet.command.trade.receive.Bogged: true
MyPet.command.trade.receive.Breeze: true
MyPet.command.trade.receive.Cat: true
MyPet.command.trade.receive.CaveSpider: true
MyPet.command.trade.receive.Chicken: true
MyPet.command.trade.receive.Cod: true
MyPet.command.trade.receive.Cow: true
MyPet.command.trade.receive.Creeper: true
MyPet.command.trade.receive.Dolphin: true
MyPet.command.trade.receive.Donkey: true
MyPet.command.trade.receive.Drowned: true
MyPet.command.trade.receive.ElderGuardian: true
MyPet.command.trade.receive.Enderdragon: true
MyPet.command.trade.receive.Enderman: true
MyPet.command.trade.receive.Endermite: true
MyPet.command.trade.receive.Evoker: true
MyPet.command.trade.receive.Fox: true
MyPet.command.trade.receive.Frog: true
MyPet.command.trade.receive.Giant: true
MyPet.command.trade.receive.Ghast: true
MyPet.command.trade.receive.Goat: true
MyPet.command.trade.receive.Guardian: true
MyPet.command.trade.receive.Hoglin: true
MyPet.command.trade.receive.Horse: true
MyPet.command.trade.receive.Husk: true
MyPet.command.trade.receive.IronGolem: true
MyPet.command.trade.receive.Llama: true
MyPet.command.trade.receive.MagmaCube: true
MyPet.command.trade.receive.Mooshroom: true
MyPet.command.trade.receive.Mule: true
MyPet.command.trade.receive.Ocelot: true
MyPet.command.trade.receive.Panda: true
MyPet.command.trade.receive.Parrot: true
MyPet.command.trade.receive.Phantom: true
MyPet.command.trade.receive.Pig: true
MyPet.command.trade.receive.Piglin: true
MyPet.command.trade.receive.PigZombie: true
MyPet.command.trade.receive.Pillager: true
MyPet.command.trade.receive.PolarBear: true
MyPet.command.trade.receive.Pufferfish: true
MyPet.command.trade.receive.Rabbit: true
MyPet.command.trade.receive.Ravager: true
MyPet.command.trade.receive.Salmon: true
MyPet.command.trade.receive.Sheep: true
MyPet.command.trade.receive.Silverfish: true
MyPet.command.trade.receive.Skeleton: true
MyPet.command.trade.receive.SkeletonHorse: true
MyPet.command.trade.receive.Slime: true
MyPet.command.trade.receive.Snowman: true
MyPet.command.trade.receive.Spider: true
MyPet.command.trade.receive.Squid: true
MyPet.command.trade.receive.GlowSquid: true
MyPet.command.trade.receive.Stray: true
MyPet.command.trade.receive.Strider: true
MyPet.command.trade.receive.Tadpole: true
MyPet.command.trade.receive.TraderLlama: true
MyPet.command.trade.receive.TropicalFish: true
MyPet.command.trade.receive.Turtle: true
MyPet.command.trade.receive.Vex: true
MyPet.command.trade.receive.Villager: true
MyPet.command.trade.receive.Vindicator: true
MyPet.command.trade.receive.WanderingTrader: true
MyPet.command.trade.receive.Warden: true
MyPet.command.trade.receive.Witch: true
MyPet.command.trade.receive.Wither: true
MyPet.command.trade.receive.WitherSkeleton: true
MyPet.command.trade.receive.Wolf: true
MyPet.command.trade.receive.Zoglin: true
MyPet.command.trade.receive.Zombie: true
MyPet.command.trade.receive.ZombieHorse: true
MyPet.command.trade.receive.ZombieVillager: true
MyPet.command.trade.receive.ZombifiedPiglin: true
MyPet.admin:
description: Gives access to the MyPet admin features.
MyPet.*:
description: Gives access to MyPet features for normal user.
children:
MyPet.leash.*: true
MyPet.command.respawn: true
MyPet.command.release: true
MyPet.command.capturehelper: true
MyPet.command.name: true
MyPet.command.name.color: true
MyPet.command.options: true
MyPet.command.trade.offer.*: true
MyPet.command.trade.receive.*: true
MyPet.command.list: true
MyPet.command.release:
description: Allows usage of /petrelease
MyPet.command.capturehelper:
description: Gives access to the CaptureHelper
MyPet.command.respawn:
description: Allows usage of /petrespawn
MyPet.command.name:
description: Allows usage of /petname
MyPet.command.name.color:
description: Allows to use colors in petnames
MyPet.command.options:
description: Allows to use the MyPet options command
MyPet.command.switch:
description: Allows to switch between MyPets
MyPet.command.store:
description: Allows to store MyPets
MyPet.command.info.other:
description: Allows to view info about pets from other players with "/petinfo <playername>"
MyPet.extended.feed:
description: Extended permission. Allows to feed pets.
MyPet.extended.equip:
description: Extended permission. Allows to equip pets.
MyPet.extended.beacon:
description: Extended permission. Allows to open the beacon GUI.
MyPet.extended.inventory:
description: Extended permission. Allows to open the inventory of the pet.
MyPet.extended.ride:
description: Extended permission. Allows to mount pets.
MyPet.extended.ride.fly:
description: Extended permission. Allows to fly the pet while riding.
MyPet.extended.control:
description: Extended permission. Allows to control pets.
MyPet.extended.pickup:
description: Extended permission. Allows to enable pickup.
MyPet.extended.behavior.friendly:
description: Extended permission. Allows to use the ´friendly´ behavior.
MyPet.extended.behavior.aggressive:
description: Extended permission. Allows to use the ´aggressive´ behavior.
MyPet.extended.behavior.farm:
description: Extended permission. Allows to use the ´farm´ behavior.
MyPet.extended.behavior.raid:
description: Extended permission. Allows to use the ´raid´ behavior.
MyPet.extended.behavior.duel:
description: Extended permission. Allows to use the ´duel´ behavior.
MyPet.experience.multiplier.125:
description: Grants 25% extra experience.
MyPet.experience.multiplier.150:
description: Grants 50% extra experience.
MyPet.experience.multiplier.175:
description: Grants 75% extra experience.
MyPet.experience.multiplier.200:
description: Grants 100% extra experience.
MyPet.experience.multiplier.225:
description: Grants 125% extra experience.
MyPet.experience.multiplier.250:
description: Grants 150% extra experience.