forked from OldFatCactus/Humbug
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
44 lines (44 loc) · 1.24 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
name: Humbug
main: com.untamedears.humbug.Humbug
version: 1.5.12
softdepend: [CombatTag]
description: toggles various functionality
author: erocs
database: false
commands:
humbug:
description: Gets and sets Humbugs settings
usage: /humbug <setting> [<value>]
permission: humbug.console
introbook:
description: Creates the intro book for new players
usage: /introbook [<playerName>]
permission: humbug.admin.introbook
bahhumbug:
description: Creates a holiday package
usage: /bahhumbug
permission: humbug.admin.bahhumbug
invsee:
description: Allows admins to look into Player Inventories.
usage: /invsee <player>
permission: humbug.admin.invsee
permissions:
humbug.console:
description: Console commands for Humbug
default: false
humbug.admin:
description: Admin commands for Humbug
default: op
children:
humbug.admin.introbook: true
humbug.admin.bahhumbug: true
humbug.admin.invsee: true
humbug.admin.introbook:
description: Access to the /introbook command
default: false
humbug.admin.bahhumbug:
description: Access to the /bahhumbug command
default: false
humbug.admin.invsee:
description: Access to the /invsee command
default: false