Description
KDPlugin - Kill/Death Tracker
Track PVP kills, deaths, and KDR with PlaceholderLib support for scoreboards!
Features
- Kill/Death Tracking
- Track Deaths
- Track PVP kills (player vs player)
- Optionally track all deaths (environmental, mobs, etc.) - edit config to enable
- Stats persist across server restarts
Commands
- "/kd" - View your kills, deaths, and KDR
Configuriation
{
"enabled": true,
"saveIntervalSeconds": 300,
"kdrDecimalPlaces": 2,
"placeholderPrefix": "kd",
"countPvpDeathsOnly": true
}
| Option | Description |
|---|---|
| enabled | Enable/disable the plugin |
| saveIntervalSeconds | Auto-save interval (0 = save on change) |
| kdrDecimalPlaces | Decimal places for KDR display |
| placeholderPrefix | Prefix for placeholders (default: kd) |
| countPvpDeathsOnly | true = only PVP deaths, false = all deaths |
-------------------------------------------------------------------------
PlaceholderLib Integration (optional, for scoreboard placeholders)
- %kd_kills% - Player's kill count
- %kd_deaths% - Player's death count
- %kd_kdr% - Player's Kill/Death ratio`
Example scoreboard setup with Advanced Scoreboard:



