KDRForAllay is a lightweight statistics plugin for Allay servers. It tracks player kills and deaths, providing real-time KDR (Kill/Death Ratio) calculations. Integrated with PlaceholderAPI, it allows you to display stats anywhere on your server.
- Stat Tracking: Automatically records kills and deaths for every player.
- KDR Calculation: precise Kill/Death Ratio math.
- Top Leaderboard: Command to view the highest KDR on the server.
- PlaceholderAPI Support: Easily use variables like
%kdr_kills%,%kdr_deaths%, and%kdr_kdr%. - Performance: Optimized storage system using
kdr_data.yml. - Multi-language Support: Built-in localization support.
| Command | Permission | Description |
|---|---|---|
/kdr |
Default | Check your own stats. |
/kdr <player> |
kdr.others |
Check another player's stats. |
/kdr top |
kdr.top |
View the top KDR player on the server. |
| Placeholder | Description |
|---|---|
%kdr_kills% |
Shows player's kill count. |
%kdr_deaths% |
Shows player's death count. |
%kdr_kdr% |
Shows player's K/D ratio (formatted to 2 decimals). |
Created by Miroshka specifically for Allay with ❤️