-
Notifications
You must be signed in to change notification settings - Fork 117
/
plugin.yml
41 lines (41 loc) · 1.54 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
name: PiggyCustomEnchants
main: DaPigGuy\PiggyCustomEnchants\PiggyCustomEnchants
version: 3.0.12
api: 4.21.0
load: POSTWORLD
author: DaPigGuy
website: "https://github.com/DaPigGuy/PiggyCustomEnchants/"
permissions:
piggycustomenchants:
default: false
description: "Allows usage of all PiggyCustomEnchants features"
piggycustomenchants.command:
default: op
description: "Allow usage of all PiggyCustomEnchants commands"
piggycustomenchants.command.ce:
default: op
description: "Allow usage of the /customenchant command"
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"