Black Market
The Black Market is a separate shop-like GUI that sells configured items for your currencies. It supports an admin editor and an optional NPC entry point.
Entry Points
- • Admin editor:
/ah bmeditor(requires proauction.admin) - • Optional NPC interaction: right-click the Black Market NPC (if spawned/tagged in your setup)
Enable toggle
The editor requires blackmarket.enabled: true in settings.yml.
Data Persistence
Black Market items are stored in:data.yml
- • Path:
blackmarket - • Stores: slot, item snapshot, price, currency key
Admin Editor Workflow
- Run
/ah bmeditor. - Place an item into an empty slot.
- ProAuction prompts in chat:
<price> <currencyKey> - Example:
2500 rubies - After valid input, the editor reopens automatically.
Operational Notes
- • Prices are per item entry; currency keys must exist in currencies.yml.
- • If a currency provider is unavailable (missing Vault / PlaceholderAPI), purchases using that currency are blocked.