Choose a backend
Set the storage type inconfig.yml:
| Type | Best for |
|---|---|
yaml | Single servers. The default, no setup needed. |
sqlite | Single servers that want a real database file. |
mysql | Multiple servers sharing one stats database. |
Backends
- YAML
- SQLite
- MySQL
The default. Stats are kept in a file in the plugin folder. No setup needed.
Keep your database password out of any file you share publicly. Do not paste your real
config.yml into a support channel without removing it first.Saving and the leaderboard
save-interval-secondsis how often stats are written out.leaderboard-sizeis how many ranks the leaderboard keeps, used by thetopplaceholders.- Set
stats.enabled: falseto turn tracking off entirely.