-
-
Notifications
You must be signed in to change notification settings - Fork 61
/
plugin.yml
221 lines (220 loc) · 7.93 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
---
name: BlockPets
main: BlockHorizons\BlockPets\Loader
version: 2.0.2
api: 4.0.0
author: BlockHorizons
# mcpe-protocol: 448
description: A pets plugin for PocketMine-MP
permissions:
blockpets:
default: false
description: "Allows access to all BlockPets features."
blockpets.bypass-limit:
default: op
description: "Allows bypassing the pet limit set in the config.yml."
blockpets.bypass-size-limit:
default: op
description: "Allows bypassing the maximum size of pets."
blockpets.command:
default: false
description: "Allows access to all BlockPets command features."
blockpets.command.spawnpet:
default: false
description: "Allows access to use the spawnpet command."
blockpets.command.spawnpet.use:
default: op
description: "Allows access to use the spawnpet command for yourself."
blockpets.command.spawnpet.others:
default: op
description: "Allows access to use the spawnpet command for other players."
blockpets.command.changepetname:
default: false
description: "Allows access to use the changepetname command."
blockpets.command.changepetname.use:
default: op
description: "Allows access to use the changepetname command for yourself."
blockpets.command.changepetname.others:
default: op
description: "Allows access to use the changepetname command for others."
blockpets.command.removepet:
default: op
description: "Allows access to use the removepet command."
blockpets.command.leveluppet:
default: op
description: "Allows access to use the leveluppet command."
blockpets.command.addpetpoints:
default: op
description: "Allows access to use the addpetpoints command."
blockpets.command.healpet:
default: op
description: "Allows access to use the healpet command."
blockpets.command.clearpet:
default: true
description: "Allows access to use the clearpet command."
blockpets.command.togglepet:
default: true
description: "Allows access to use the togglepets command."
blockpets.command.pet:
default: op
description: "Allows access to use the pets command."
blockpets.command.listpets:
default: op
description: "Allows access to use the listpets command."
blockpets.command.petstop:
default: op
description: "Allows access to use the petstop command."
blockpets.pet:
default: false
description: "Allows access to all BlockPets pets."
blockpets.pet.arrow:
default: op
description: "Allows access to use the arrow pet."
blockpets.pet.bat:
default: op
description: "Allows access to use the bat pet."
blockpets.pet.blaze:
default: op
description: "Allows access to use the blaze pet."
blockpets.pet.cavespider:
default: op
description: "Allows access to use the cave spider pet."
blockpets.pet.chicken:
default: op
description: "Allows access to use the chicken pet."
blockpets.pet.cow:
default: op
description: "Allows access to use the cow pet."
blockpets.pet.creeper:
default: op
description: "Allows access to use the creeper pet."
blockpets.pet.donkey:
default: op
description: "Allows access to use the donkey pet."
blockpets.pet.elderguardian:
default: op
description: "Allows access to use the elder guardian pet."
blockpets.pet.endercrystal:
default: op
description: "Allows access to use the ender crystal pet."
blockpets.pet.enderdragon:
default: op
description: "Allows access to use the ender dragon pet."
blockpets.pet.enderman:
default: op
description: "Allows access to use the enderman pet."
blockpets.pet.endermite:
default: op
description: "Allows access to use the endermite pet."
blockpets.pet.evocationfangs:
default: op
description: "Allows access to use the evocation fangs pet."
blockpets.pet.evoker:
default: op
description: "Allows access to use the evoker pet."
blockpets.pet.ghast:
default: op
description: "Allows access to use the ghast pet."
blockpets.pet.guardian:
default: op
description: "Allows access to use the guardian pet."
blockpets.pet.horse:
default: op
description: "Allows access to use the horse pet."
blockpets.pet.husk:
default: op
description: "Allows access to use the husk pet."
blockpets.pet.irongolem:
default: op
description: "Allows access to use the iron golem pet."
blockpets.pet.llama:
default: op
description: "Allows access to use the llama pet."
blockpets.pet.magmacube:
default: op
description: "Allows access to use the magma cube pet."
blockpets.pet.mooshroom:
default: op
description: "Allows access to use the mooshroom pet."
blockpets.pet.mule:
default: op
description: "Allows access to use the mule pet."
blockpets.pet.ocelot:
default: op
description: "Allows access to use the ocelot pet."
blockpets.pet.pig:
default: op
description: "Allows access to use the pig pet."
blockpets.pet.polarbear:
default: op
description: "Allows access to use the polar bear pet."
blockpets.pet.rabbit:
default: op
description: "Allows access to use the rabbit pet."
blockpets.pet.sheep:
default: op
description: "Allows access to use the sheep pet."
blockpets.pet.silverfish:
default: op
description: "Allows access to use the silverfish pet."
blockpets.pet.skeleton:
default: op
description: "Allows access to use the skeleton pet."
blockpets.pet.skeletonhorse:
default: op
description: "Allows access to use the skeleton horse pet."
blockpets.pet.slime:
default: op
description: "Allows access to use the slime pet."
blockpets.pet.snowgolem:
default: op
description: "Allows access to use the snow golem pet."
blockpets.pet.spider:
default: op
description: "Allows access to use the spider pet."
blockpets.pet.squid:
default: op
description: "Allows access to use the squid pet."
blockpets.pet.stray:
default: op
description: "Allows access to use the stray pet."
blockpets.pet.strider:
default: op
description: "Allows access to use the strider pet."
blockpets.pet.vex:
default: op
description: "Allows access to use the vex pet."
blockpets.pet.villager:
default: op
description: "Allows access to use the village pet."
blockpets.pet.vindicator:
default: op
description: "Allows access to use the vindicator pet."
blockpets.pet.witch:
default: op
description: "Allows access to use the witch pet."
blockpets.pet.wither:
default: op
description: "Allows access to use the wither pet."
blockpets.pet.witherskeleton:
default: op
description: "Allows access to use the wither skeleton pet."
blockpets.pet.witherskull:
default: op
description: "Allows access to use the wither skull pet."
blockpets.pet.wolf:
default: op
description: "Allows access to use the wolf pet."
blockpets.pet.zombie:
default: op
description: "Allows access to use the zombie pet."
blockpets.pet.zombiehorse:
default: op
description: "Allows access to use the zombie horse pet."
blockpets.pet.zombiepigman:
default: op
description: "Allows access to use the zombie pigman pet."
blockpets.pet.zombievillager:
default: op
description: "Allows access to use the zombie villager pet."
...