Getting Started
Requirements
| Requirement | Version |
|---|---|
| Paper | 1.21+ |
| Java | 21+ |
First-run checklist
- Confirm Java 21+ and Paper 1.21+ are installed.
- Drop the EzAuction jar into
plugins/. - Start the server once - default configuration files are generated.
- Configure
auction.yml,auction-storage.yml, andauction-values.yml. - Restart the server and check the startup logs.
- Run
/auctionin-game as a quick sanity check.
Recommended setup order
- Start with the default YAML storage backend. Switch to MySQL later if needed.
- Leave optional integrations (Discord, TeamsAPI) disabled until core functionality is verified.
- Customise messages after confirming the plugin is working.
Next step
Continue with Installation.