-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathplugin.yml
53 lines (53 loc) · 1.38 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
name: AnimalProtect
version: 1.6.2
author: damo1995
main: me.damo1995.AnimalProtect.AnimalProtect
depends: WorldGuard
commands:
animalprotect:
description: 'AnimalProtect Info'
usage: /animalprotect
aplist:
description: 'AnimalProtect Lists'
usage: /aplist [type]
apreload:
description: 'AnimalProtect Reload Config'
usage: /apreload
apupdate:
description: 'AnimalProtect update'
usage: /apupdate
apht:
description: 'AnimalProtect horse type'
usage: /apht [type]
apunclaim:
description: 'AnimalProtect unclaim horse'
usage: /apunclaim
permissions:
animalprotect.admin:
description: admin permission node
children:
animalprotect.notify: true
animalprotect.bypass: true
animalprotect.list: true
animalprotect.update: true
animalprotect.apht: true
animalprotect.unclaim: true
default: op
animalprotect.notify:
description: notify permission node
default: op
animalprotect.bypass:
description: bypass animalprotection.
default: op
animalprotect.list:
description: List the configuration options.
default: op
animalprotect.update:
description: Allow AP updates.
default: op
animalprotect.apht:
description: Allow AP updates.
default: op
animalprotect.unclaim:
description: Unclaim a horse
default: op