-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathplugin.yml
41 lines (41 loc) · 1.44 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
name: AuctionHouse
main: shock95x\auctionhouse\AuctionHouse
version: 2.1.0
api: 5.0.0
author: "Shock95"
softdepend: [BedrockEconomy]
virions: ["InvMenu", "libasynql", "await-generator", "UpdateNotifier", "Commando"]
permissions:
auctionhouse.command:
default: true
description: Allows player to use AuctionHouse command
auctionhouse.command.about:
default: true
description: Allows player to shows plugin information
auctionhouse.command.shop:
default: true
description: Allows player to shows AH 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