Keep track of your users' PVP actions - MySQL or SQLite recommended
This plugin will keep records of how many kills, deaths, kills in a row a player has, and possibly keep an ELO score.
- Records kills, deaths, max streaks, current streak, kill/death ratio
- MySQL support (highly recommended)
- SQLite support
- ELO score calculation
- PVP Arena integration
- Spigot 1.13
- Stop your server
- Place jar in plugins folder
- Run a first time to create config
- Configure database settings
- Reboot again, done!
- v1.3.3 - add warning if precise kill stat collection is activated, as these stats show up nowhere in the plugin or API
- read more
By default, the server contacts my private server for information purposes. It sends your port, IP (for proper server counting), and the plugin version. That's it! If you want to disable that, set "tracker" to false in the config!
- pandapipino for the idea