By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
A KDR, Kill Death Ratio plugin for your Minecraft Bedrock Server. Allows you to keep track of players kills, deaths and kill to death ratio.
config.yml
to suit your needs.KDR provides a simple way api for the developers.
First of all you need to get the KDR
Instance.
KDR::getInstance();
KDR::getInstance()->getProvider()->getPlayerKillPoints($player);
KDR::getInstance()->getProvider()->getPlayerDeathPoints($player);
KDR::getInstance()->getProvider()->getKillToDeathRatio($player);
And thats about it. Let me know if I missed out on something.
Reply to review by :
You can leave one review per plugin release, and delete or update your review at any time