-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.yml
45 lines (44 loc) · 1.64 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: WirelessChests
main: com.resbah.WirelessChests.WirelessChests
version: v0.5 by resba
commands:
wcaddchest:
description: Creates a chest below the user and returns variables
usage: /wcaddchest [name] [group]
wcsync:
description: basic usage of sync
usage: /wcsync [group]
wcsetmain:
description: Sets a chest as Main Chest
usage: /wcsetmain [name] [group]
wcrem:
description: Remove Chest. (If the chest is a main chest, then it's removed from the list)
usage: /wcrem [name] [group]
wcremgroup:
description: Removes specified Group
usage: /wcremgroup [group]
wcabout:
description: Displays Version Information and Relative info.
usage: /wcabout
permissions:
wirelesschests.*:
description: Allows access to all commands
children:
wirelesschests.add:
description: If true, allows user to use /wcaddchest
default: false
wirelesschests.remove:
description: If true, allows user to use /wcrem
default: false
wirelesschests.removegroup:
description: If true, allows user to use /wcremgroup
default: false
wirelesschests.sync:
description: If true, allows user to use /wcremgroup
default: false
wirelesschests.setmain:
description: If true, allows user to use /wcremgroup
default: false
wirelesschests.about:
description: If true, allows user to use /wcremgroup
default: true