-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
28 lines (28 loc) · 902 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
name: AuctionHouse
main: shock95x\auctionhouse\AuctionHouse
version: 1.0.9
api: 3.0.0
author: Shock95x
softdepend: [EconomyAPI]
virions:
- "InvMenu"
- "libasynql"
- "await-generator"
- "UpdateNotifier"
- "ConfigUpdater"
permissions:
auctionhouse.command:
default: op
children:
auctionhouse.command.shop:
default: true
description: Allows player to open auction house menu.
auctionhouse.command.sell:
default: true
description: Allows player to list item in the auction house.
auctionhouse.command.listings:
default: true
description: Allows player to view their own listings.
auctionhouse.command.update:
default: op
description: Allows player to reload the config and save to database.