Docs / ProAuction / Install

Install

Follow this checklist to install ProAuction and configure currencies correctly.

Requirements

  • • Paper/Spigot server (api-version: 1.21)
  • • ProAuction jar in plugins/

Optional Dependencies

  • Vault: required only if you use VAULT currencies.
  • PlaceholderAPI: required only if you use AUCTION currencies (placeholder + set-command).

Files Created

All files are generated under:plugins/ProAuction/

  • • settings.yml
  • • currencies.yml
  • • gui.yml
  • • messages.yml
  • • bans.yml
  • • data.yml (YAML storage runtime data)
  • • shops.yml (shop definitions when using YAML storage)
  • • server-id.txt + license-cache.yml (license runtime)

Install Steps

  1. Stop your server.
  2. Upload ProAuction.jar into plugins/.
  3. Start the server once to generate configuration files.
  4. Open plugins/ProAuction/settings.yml and set:license.key
  5. Configure currencies in currencies.yml:
    • For VAULT: install Vault + an economy plugin and use type VAULT.
    • For AUCTION: install PlaceholderAPI + the currency plugin that provides the placeholder and set-command.
  6. Reload or restart:/ah reload

Notes

  • • ProAuction enforces a strict license gate. If the license is invalid/missing, the plugin disables.
  • • If Vault or PlaceholderAPI is missing while a configured currency requires it, ProAuction blocks transactions using that currency.