-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathplugin.yml
35 lines (35 loc) · 904 Bytes
/
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
name: ChestShop
main: ChestShop\ChestShop
version: 2.0.1
api: [1.10.0]
load: POSTWORLD
author: MinecrafterJPN
authors: [MinecrafterJPN]
description: Open your ChestShop
website: https://github.com/MinecrafterJPN/ChestShop
depend:
- PocketMoney
commands:
id:
description: Search item ID
usage: "Usage: /id <itemname>"
permission: chestshop.command.id
remove:
description: Remove the player's ChestShop
usage: "Usage: /remove <username>"
permission: chestshop.command.remove
permissions:
chestshop:
default: op
description: "Allows using all the ChestShop things"
children:
chestshop.command:
default: op
description: "Allows using all the PocketMoney commands"
children:
chestshop.command.id:
default: true
description: "Allows searching item ID"
chestshop.command.remove:
default: op
description: "Allows removing player's ChestShop"