KDR

KDR 1.0.2

Compatible API Versions
1.0.x
Sourcecode
https://github.com/PetteriM1/KDR
This simple plugin logs player kills & deaths and displays their KDR


Commands:
/kdr - Show own kills, deaths and KDR
/kdr <player> - Show other players kills, deaths and KDR
/kdr top - Show top player & KDR on the server


Permissions:
kdr.command
kdr.top
kdr.others


There is also an API so you can use data saved by this plugin easily in your own plugin.
The API is currently used for example in SimpleScoreboards.


Available API methods:
(String) kdr.Main.plugin.getTopKDRPlayer()
(double) kdr.Main.plugin.getTopKDRScore()
(int) kdr.Main.plugin.getKills(Player)
(int) kdr.Main.plugin.getDeaths(Player)
(void) kdr.Main.plugin.addKill(Player)
(void) kdr.Main.plugin.addDeath(Player)
(double) kdr.Main.plugin.getKDR(Player)
(int) kdr.Main.plugin.getTopKills()
(int) kdr.Main.plugin.getTopDeaths()
(String) kdr.Main.plugin.getTopKillsPlayer()
(String) kdr.Main.plugin.getTopDeathsPlayer()
(void) kdr.Main.plugin.removeKill(Player)
(void) kdr.Main.plugin.removeDeath(Player)
(void) kdr.Main.plugin.resetKills(Player)
(void) kdr.Main.plugin.resetDeaths(Player)
(void) kdr.Main.plugin.resetStats(Player)


Want to support the development of this plugin? Donate via PayPal
Author
PetteriM1
Downloads
2,625
Views
5,187
First release
Last update
Rating
4.67 star(s) 3 ratings

More resources from PetteriM1

Latest updates

  1. Update

    Show only 2 decimals in the KDR

Latest reviews

The best thing is the Placeholder xD
I need 50 Chats so yeah
i really like it it's nice to display player's kdr in 1vs1! but can you please add a feature to reset all stats of a player? 😁
Can you plese add placeolders for scoreboards or so
Top