-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.yml
More file actions
62 lines (61 loc) · 1.58 KB
/
plugin.yml
File metadata and controls
62 lines (61 loc) · 1.58 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
name: Pets
main: taqdees\Pets\Main
version: 1.0.0
api: 5.0.0
author: Taqdees
description: Spawn pet mobs that follow you
permissions:
pets.command:
description: Allows using the /pets command
default: true
pets.type.zombie:
description: Allows spawning zombie pet
default: false
pets.type.skeleton:
description: Allows spawning skeleton pet
default: false
pets.type.creeper:
description: Allows spawning creeper pet
default: false
pets.type.spider:
description: Allows spawning spider pet
default: false
pets.type.cow:
description: Allows spawning cow pet
default: false
pets.type.pig:
description: Allows spawning pig pet
default: false
pets.type.sheep:
description: Allows spawning sheep pet
default: false
pets.type.chicken:
description: Allows spawning chicken pet
default: false
pets.type.blaze:
description: Allows spawning blaze pet
default: false
pets.type.enderman:
description: Allows spawning enderman pet
default: false
pets.type.wolf:
description: Allows spawning wolf pet
default: false
pets.type.ghast:
description: Allows spawning ghast pet
default: false
pets.type.slime:
description: Allows spawning slime pet
default: false
pets.type.magma_cube:
description: Allows spawning magma cube pet
default: false
pets.type.witch:
description: Allows spawning witch pet
default: false
pets.type.villager:
description: Allows spawning villager pet
default: false
pets.type.squid:
description: Allows spawning squid pet
default: false