65 lines
1.8 KiB
YAML
65 lines
1.8 KiB
YAML
name: DirtAuctions
|
|
version: 1.0.0
|
|
main: com.yourname.premiumah.PremiumAHPlugin
|
|
api-version: '1.21'
|
|
author: yourname
|
|
description: Premium GUI-first auction house for Paper SMP servers.
|
|
softdepend:
|
|
- Vault
|
|
- CMI
|
|
commands:
|
|
ah:
|
|
description: Open the Dirt Auctions GUI.
|
|
usage: /ah [browse|sell|listings|expired|claims|sort]
|
|
aliases:
|
|
- auctionhouse
|
|
- auctions
|
|
ahadmin:
|
|
description: Dirt Auctions administration.
|
|
usage: /ahadmin <reload|remove|view|forceexpire|help>
|
|
permissions:
|
|
premiumah.use:
|
|
description: Allows opening the auction house.
|
|
default: true
|
|
premiumah.sell:
|
|
description: Allows creating auction listings.
|
|
default: true
|
|
premiumah.buy:
|
|
description: Allows buying listings.
|
|
default: true
|
|
premiumah.listings:
|
|
description: Allows opening personal listings.
|
|
default: true
|
|
premiumah.expired:
|
|
description: Allows reclaiming expired and claimable items.
|
|
default: true
|
|
premiumah.admin:
|
|
description: Full Dirt Auctions administration.
|
|
default: op
|
|
children:
|
|
premiumah.admin.remove: true
|
|
premiumah.admin.reload: true
|
|
premiumah.admin.view: true
|
|
premiumah.admin.forceexpire: true
|
|
premiumah.admin.remove:
|
|
description: Allows removing listings.
|
|
default: op
|
|
premiumah.admin.reload:
|
|
description: Allows reloading Dirt Auctions.
|
|
default: op
|
|
premiumah.admin.view:
|
|
description: Allows viewing player listings.
|
|
default: op
|
|
premiumah.admin.forceexpire:
|
|
description: Allows expiring listings.
|
|
default: op
|
|
premiumah.bypass.restrictions:
|
|
description: Bypass configured item and price restrictions.
|
|
default: op
|
|
premiumah.bypass.fees:
|
|
description: Bypass listing fees.
|
|
default: op
|
|
premiumah.bypass.tax:
|
|
description: Bypass sales tax.
|
|
default: op
|