forked from LRFLEW/eShop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
34 lines (33 loc) · 836 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
name: eShop
main: com.LRFLEW.bukkit.eShop.EShop
version: 1.0
website: http://lrflew.ismywebsite.com/
author: LRFLEW
depend: [Register]
softdepend: [Essentials]
description: >
a command based iConomy shop
commands:
shop:
description: eShop command
usage: |
/<command> buy [Item Id|Name[:DATA]] [Ammount]
/<command> sell [Item Id|Name[:DATA]] [Ammount]
/<command> check [Item Id|Name[:DATA]]
permissions:
eShop:
description: give access to entire shop
default: true
children:
eShop.buy: true
eShop.sell: true
eShop.buy:
description: give access to /shop buy
children:
eShop.check: true
eShop.sell:
description: give access to /shop sell
children:
eShop.check: true
eShop.check:
description: give access to /shop check