Configuration
EzAuction configuration is split across focused YAML files, all located in plugins/EzAuction/ after the first server start.
| File | Purpose |
|---|---|
auction.yml | Core settings: language, durations, limits, deposits, feature flags |
auction-storage.yml | Storage backend (YAML or MySQL) and connection pool |
auction-values.yml | Item value display and shop-price recommendation overrides |
discord.yml | Discord webhook URLs and event toggles |
orders-only.yml | Restrict the plugin to buy-orders-only mode |
Reloading
Use /auction reload to apply most changes at runtime. A full server restart is required when changing the storage backend.
Messages and language
All player-visible text is in plugins/EzAuction/messages/. See Messages & Language for the full guide.