forked from Shock95/AuctionHouse
-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.yml
35 lines (35 loc) · 1.23 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
name: AuctionHouse
main: shock95x\auctionhouse\AuctionHouse
version: 2.0.1
api: 4.0.0
author: Shock95x
softdepend: [InvCrashFix, BedrockEconomy]
virions: ["InvMenu", "libasynql", "await-generator", "UpdateNotifier", "Commando"]
permissions:
auctionhouse.command.shop:
default: true
description: Allows player to open the shop menu
auctionhouse.command.sell:
default: true
description: Allows player to list an item
auctionhouse.command.listings:
default: true
description: Allows player to view listings
auctionhouse.command.expired:
default: true
description: Allows player to view their expired listings
auctionhouse.command.category:
default: true
description: Allows player to open the category menu
auctionhouse.command.admin:
default: op
description: Allows player to open the admin menu
auctionhouse.command.reload:
default: op
description: Allows player to reload configuration files
auctionhouse.sign.shop:
default: op
description: Allows player to make AH shop sign
auctionhouse.sign.listings:
default: op
description: Allows player to make signs for their listings