Expanded comprehensive statistic tracker with MySQL and local JSON fallback.
Standard statistics plugins often lack reliability during database downtime. MCStatsPlus provides high-performance tracking with a fail-safe JSON fallback, ensuring player data is never lost, even if your MySQL server goes offline.
- Download the latest
MCStatsPlus.jarfrom Releases. - Place the jar in your server's
/pluginsfolder. - Restart the server to generate the default
config.yml. - Configure your MySQL credentials and set
use-local-fallbackto true. - Restart again to initialize the database tables.
/mcstats me- View your own statistics. (mcstats.player)/mcstats status- Check database and system health. (mcstats.admin)/mcstats reload- Reload the configuration file. (mcstats.admin)/mcstats sync|syncall- Force a manual data synchronization. (mcstats.admin)
# MCStatsPlus Config
mysql:
host: "localhost"
port: 3306
user: "root"
pass: "password"
database: "mcstatsplus"
table-prefix: "mcs_"
use-local-fallback: true
# How often (in minutes) to sync all online players to the DB
save-interval: 5