forked from rlittlefield/InkPack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
37 lines (36 loc) · 1.37 KB
/
Copy pathplugin.yml
File metadata and controls
37 lines (36 loc) · 1.37 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
name: InkPack
main: com.iopact.InkPack.InkPackPlugin
version: 0.0.2
commands:
inkpack:
description: Tries to find inkpacks that went off in the current chunk, or by id id you add an id to the end
usage: /<command>
applyink:
description: Adds Inked lore to the object you are holding. There should be perms added to this
usage: /<command>
inkpackcreate:
description: Adds InkPack lore to the object you are holding to make it an InkPack. This should have perms and should only be used on ink sacs.
usage: /<command>
inkpackclean:
description: Removes InkPack lore from the object you are holding to make it an InkPack. This should have perms and should only be used on ink sacs.
usage: /<command>
permissions:
inkpack.normal.inkpack:
description: Gives access to the inkpack command
default: true
inkpack.applyink:
escription: Gives access to the inkpack command.
default: false
inkpack.inkpackcreate:
description: Gives access to the inkpack command.
default: false
inkpack.inkpackclean:
description: Gives access to the inkpack command.
default: false
inkpack.normal.opcmds:
description: Gives access to the OP commands of InkPack
default: op
children:
inkpack.applyink: true
inkpack.inkpackcreate: true
inkpack.inkpackclean: true