forked from Pluckerpluck/MultiInv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
41 lines (38 loc) · 1.3 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: MultiInv
main: uk.co.tggl.pluckerpluck.multiinv.MultiInv
version: 3.3.6
website: http://www.tggl.co.uk
author: Pluckerpluck
authors: [Tux2]
depend: [TuxTwoLib]
softdepend: [DebugReport]
description: >
This is a plugin to create separate inventories for each world
commands:
multiinv:
description: MultiInv admin commands
usage: |
/<command> delete <player> - delete all inventories for player (doesn't work)
permissions:
multiinv.reload:
description: reloads the config files.
default: op
command: "/multiinv reload"
multiinv.import:
description: import flat files to mysql.
default: op
command: "/multiinv import"
multiinv.mcimport:
description: imports minecraft player files into MultiInv.
default: op
command: "/multiinv mcimport"
multiinv.mcexport:
description: exports MultiInv player files for the default world into the default world.
default: op
command: "/multiinv mcexport"
multiinv.exempt:
description: exempts a player from world inventory changes.
default: false
multiinv.enderchestexempt:
description: exempts a player from enderchest inventory changes.
default: false