forked from NiklasEi/gamebox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
49 lines (47 loc) · 1.22 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
48
49
name: GameBox
author: Nikl
main: me.nikl.gamebox.GameBox
version: 1.5.5
website: nikl.me
softdepend: [Vault, PlaceholderAPI]
commands:
gamebox:
description: show the main gui
usage: /gamebox
aliases: [games, gb]
gameboxadmin:
description: admin commands
usage: /gameboxadmin
aliases: [gbadmin, gba]
permissions:
gamebox.*:
description: Gives all permissions
children:
gamebox.use: true
gamebox.play.*: true
gamebox.gamegui.*: true
gamebox.info: true
gamebox.help: true
gamebox.shop: true
gamebox.admin: true
gamebox.admin:
description: Gives permission to use admin commands
default: op
gamebox.use:
description: Allows the player to use /gamebox and the hub item
default: true
gamebox.shop:
description: Allows the player to open the shop from the main menu
default: true
gamebox.play.*:
default: true
description: Allows the player to play all games
gamebox.gamegui.*:
default: true
description: Allows to open all game guis
gamebox.info:
default: true
description: Allows the usage of the subcommand info
gamebox.help:
default: true
description: Allows the usage of the subcommand help or ?