PlayerStats is a simple statistics tracker plugin that allows you to have full control over all your players. All data is stored in your MySQL server.
Configuration
Code (YAML):
host: 127.0.0.1 // MySQL server host
port: 3306 // MySQL server port
username: root // MySQL username
password: pass // MySQL password
database: database // MySQL database
Getting started
Stop your server
Place the resource in your plugins folder.
Start your server
Configurate your MySQL server details in the config file
Restart your server and you're good to go
Current statistics tracked
Mob kills
Player kills
Deaths
Blocks placed
Blocks breaked
Chests opened
Messages sent
Times joined the server
Items dropped
Something missing? Let me know and i'll consider adding it to the plugin asap!
Commands
/playerstats - Display your own stats
/playerstats <name> - Display a specific player's stats
Bug tracking
PlayerStats is currenty in beta version, so bugs are to expect. Thanks for letting me know