Skip to content

Latest commit

 

History

History
72 lines (41 loc) · 1.28 KB

readme.md

File metadata and controls

72 lines (41 loc) · 1.28 KB

PVP Stats

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.


Features

  • Records kills, deaths, max streaks, current streak, kill/death ratio

Options

  • MySQL support (highly recommended)
  • SQLite support
  • ELO score calculation
  • PVP Arena integration

Dependencies

  • Spigot 1.13

Downloads


How to install

  • Stop your server
  • Place jar in plugins folder
  • Run a first time to create config
  • Configure database settings
  • Reboot again, done!

Documentation


Changelog

  • 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

Phoning home

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!


Credits

  • pandapipino for the idea