Is your feature request related to a problem? Please describe.
Recording kills into the database, and having a PVP streak and PVP top streak counter.
Very long time ago I used to use https://dev.bukkit.org/projects/lolmewnstats this contained these two statistics that were tracked per player, PvP streak is their current kill-chain, gets reset when killed, and PVP top streak is the Highest PVP streak ever achieved.
I know its super simple, but this alone got people competing in PvP in survival, as I used to have a web UI with everyone listed in order of PvP streaks and people would compete to knock off other people from the top of the leaderboard.
bonus points if you add a placeholder so I can create a leader board in-game with holograms.
Describe the solution you'd like
Database table to store details about each player, it would have 2 columns, pvpstreak and pvptopstreak.
You could expand on this idea with a table that then collects all kills and records what weapons were used to kill who at what time, this way you can then use this data for further things like, creating KDR, or karma for how offensive people are in PvP, or just having a kill stream history people can lookup ingame in a nice GUI with heads!
Is your feature request related to a problem? Please describe. Recording kills into the database, and having a PVP streak and PVP top streak counter.
Very long time ago I used to use https://dev.bukkit.org/projects/lolmewnstats this contained these two statistics that were tracked per player, PvP streak is their current kill-chain, gets reset when killed, and PVP top streak is the Highest PVP streak ever achieved.
I know its super simple, but this alone got people competing in PvP in survival, as I used to have a web UI with everyone listed in order of PvP streaks and people would compete to knock off other people from the top of the leaderboard.
bonus points if you add a placeholder so I can create a leader board in-game with holograms.
Describe the solution you'd like Database table to store details about each player, it would have 2 columns,
pvpstreak
andpvptopstreak
.You could expand on this idea with a table that then collects all kills and records what weapons were used to kill who at what time, this way you can then use this data for further things like, creating KDR, or karma for how offensive people are in PvP, or just having a kill stream history people can lookup ingame in a nice GUI with heads!