Configuration
All settings live in plugins/EliteBountySystem/config.yml. Values are read
through typed accessors, and the config-version key drives automatic
migration on startup - do not edit it by hand.
Sections:
- Economy - currency provider and labels.
- Database - SQLite or MySQL.
- Bounty Settings - amounts, tax, cooldowns, types.
- Security & Limits - anti-exploit, rate limits, performance.
Reloading
Run /bounty reload (permission elitebounty.admin) to reload config.yml and
the language files without restarting. Changes to the database type still
require a full restart.
When you add config keys in a new build, the migration block bumps
config-versionand fills defaults - existing files are upgraded in place.