You want to keep track of your users' PVP actions? There you go. Drop the jar into your plugin folder, restart the server, change the config, restart for good measure - done!
Latest Builds: Invite to my Discord
This plugin features saving of kills, deaths and killstreaks to a configurable database. If you do not have a database, it will default to YML. We recommend using SQLite, as the servers support it out of the box.
PVP Stats will create the databases for you! You just need to setup the database connection/settings in the config if you want to go for MySQL.
Commands: Detailed example pages (GitHub)
Permission nodes: Detailed table (GitHub)
I recommend using Holographic Displays and Holographic Scoreboards (I fixed a small startup issue for MC 1.13: download).
With these plugins, you can set up holographic displays for example /pvpstats top kills 10 - if you only want a representation of a top-(or flop-)leaderboard, I suggest you use this setup.
Example for top 6 kills scoreboard:
<span style="color: #008000;">/hgs create YourBoardName 1m console pvpstats top kills 6</span>
You need
Then you can create more detailed holograms with the PAPI placeholders.
To determine popularity and usage of PVP Stats, 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!