forked from DaPigGuy/PiggyCustomEnchants
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
45 lines (45 loc) · 1.92 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
name: PiggyCustomEnchants
main: DaPigGuy\PiggyCustomEnchants\PiggyCustomEnchants
version: 2.1.2
api: 3.11.0
load: POSTWORLD
author: DaPigGuy
description: "Dont look..."
website: "https://github.com/DaPigGuy/PiggyCustomEnchants/"
permissions:
piggycustomenchants:
default: false
description: "Allows usage of all PiggyCustomEnchants features"
children:
piggycustomenchants.command:
default: op
description: "Allow usage of all PiggyCustomEnchants commands"
children:
piggycustomenchants.command.ce:
default: op
description: "Allow usage of the /customenchant command"
children:
piggycustomenchants.command.ce.about:
default: true
description: "Allow usage of the /customenchant about subcommand"
piggycustomenchants.command.ce.enchant:
default: op
description: "Allow usage of the /customenchant enchant subcommand"
piggycustomenchants.command.ce.help:
default: true
description: "Allow usage of the /customenchant help subcommand"
piggycustomenchants.command.ce.info:
default: true
description: "Allow usage of the /customenchant info subcommand"
piggycustomenchants.command.ce.list:
default: true
description: "Allow usage of the /customenchant list subcommand"
piggycustomenchants.command.ce.nbt:
default: true
description: "Allow usage of the /customenchant nbt subcommand"
piggycustomenchants.command.ce.remove:
default: op
description: "Allow usage of the /customenchant remove subcommand"
piggycustomenchants.overridecheck:
default: false
description: "Allow overriding of custom enchant level limit and item restriction"