-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.yml
59 lines (58 loc) · 1.76 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
name: ArmorHider
main: com.github.snnappie.armorhider.ArmorHider
version: 1.2.2
author: Snnappie
description: Hides a players Armor
permissions:
armorhider.*:
description: Gives access to all ArmorHider commands
children:
armorhider.hideall: true
armorhider.hidehat: true
armorhider.hidechest: true
armorhider.hidelegs: true
armorhider.hideboots: true
armorhider.hideother: true
armorhider.hideenchant: true
armorhider.autohide: true
armorhider.hideall:
description: Allows use of /hidearmor all
default: op
armorhider.hidehat:
description: Allows use of /hidearmor hat
default: op
armorhider.hidechest:
description: Allows use of /hidearmor chest
default: op
armorhider.hidelegs:
description: Allows use of /hidearmor legs
default: op
armorhider.hideboots:
description: Allows use of /hidearmor boots
default: op
armorhider.hideother:
description: Allows use of /hidearmor <player> <armor piece>
default: op
armorhider.hideenchant:
description: Allows use of /hideenchant
default: op
armorhider.autohide:
description: Gives players the auto-hide functionality that automatically re-hides armor upon taking damage
default: op
commands:
hidearmor:
description: Hide armor commands
usage: /hidearmor [all, hat, chest, legs, boots]
aliases: ha
showarmor:
description: Show armor commands
usage: /showarmor [all, hat, chest, legs, boots]
aliases: sa
hideenchant:
description: Hide enchantments
usage: /hideenchant [all, hat, chest, legs, boots]
aliases: he
showenchant:
description: Show enchantments
usage: /showenchant [all, hat, chest, legs, boots]
aliases: se