Go-Live Checklist
Run through this checklist before announcing EzAuction to your players.
Installation
EzAuction-x.x.x.jaris inplugins/and loaded (/pluginsshows it green)- Vault and a compatible economy plugin are installed and working
- Optional integrations (TeamsAPI, DiscordSRV, EzShops) are installed if desired
Configuration
language:inauction.ymlmatches your server’s localemax-listings:is set to a reasonable per-player caplisting-duration:default and max are appropriate for your economylisting-fee:anddeposit:are configured (or set to0to disable)- Storage backend is correct:
yamlfor small servers,mysqlfor larger ones
→ Configure MySQL guide - Discord webhooks configured and tested (if using)
→/auctiondiscord test
Permissions
- Default group has
ezauction.use,ezauction.sell,ezauction.cancel - Staff/admin group has
ezauction.admin.* - VIP group has
ezauction.bypass.limit(if applicable) - Team auction permissions set (
ezauction.auction.team/ezauction.auction.team.sell)
Testing
/auctionopens the browser with no errors- Listing an item via
/auction sell <price>works - Buying an item from the browser works and money transfers correctly
/orderand/orderswork (if buy orders are enabled)/auction reloadcompletes without errors in the console
Final
- No errors in
logs/latest.logrelating to EzAuction - Backup of
plugins/EzAuction/taken before opening to players
Keep a copy of your
plugins/EzAuction/folder before each plugin update so you can roll back if needed.