Docs / ProAuction / Black Market

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

  1. Run /ah bmeditor.
  2. Place an item into an empty slot.
  3. ProAuction prompts in chat: <price> <currencyKey>
  4. Example: 2500 rubies
  5. 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.