-
Notifications
You must be signed in to change notification settings - Fork 25
/
plugin.yml
47 lines (47 loc) · 1.83 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
name: AutomaticInventory
main: me.ryanhamshire.AutomaticInventory.AutomaticInventory
version: 2.7.1
commands:
debugai:
description: Debug command for AutomaticInventory.
usage: /debugai
permission: automaticinventory.debug
autosort:
description: Toggles auto-sorting options.
usage: /AutoSort
depositall:
description: Deposits your non-hotbar inventory into any nearby chests containing matching items.
usage: /DepositAll
aliases: [da, dumpitems, dumploot, depositloot]
permission: automaticinventory.depositall
permissions:
automaticinventory.admin.*:
description: Grants all administrative privileges.
children:
automaticinventory.debugai: true
automaticinventory.user.*:
description: Grants all user privileges.
children:
automaticinventory.sortinventory: true
automaticinventory.sortchests: true
automaticinventory.refillstacks: true
automaticinventory.quickdeposit: true
automaticinventory.depositall: true
automaticinventory.debugai:
description: Grants permission to use /DebugAI.
default: op
automaticinventory.sortinventory:
description: Grants permission to auto-sort personal inventory.
default: true
automaticinventory.sortchests:
description: Grants permission to auto-sort chest content.
default: true
automaticinventory.refillstacks:
description: Grants permission to auto-refill depleted hotbar stacks.
default: true
automaticinventory.quickdeposit:
description: Grants permission to auto-deposit matching items into a chest with shift-right-click.
default: true
automaticinventory.depositall:
description: Grants permission to use /DepositAll.
default: true