Description
Death Leaderboard (Server-Side Mod)
Death Leaderboard is a server-side Minecraft Forge mod that tracks player deaths and displays a temporary Top N leaderboard using the vanilla scoreboard system.
The leaderboard appears automatically when a player dies or can be shown manually with a command, then disappears after a configurable amount of time.
Clients do not need to install the mod — only the server.
Main Features
📊 Top N death leaderboard (default: Top 10)
⏱️ Auto-hide timer (default: 5 seconds)
☠️ Leaderboard appears automatically on player death
⌨️ Manual display via command
🧠 Reads existing death statistics, including offline players
⚙️ Fully configurable in-game, no restart required
🖥️ Server-side only (clients don’t need the mod)
Commands
/deathleaderboard
Displays the leaderboard for the configured duration.
/deathleaderboard config <top> <seconds>
Configures how many players are shown and how long the leaderboard stays visible.
Example:
/deathleaderboard config 3 5
Shows the Top 3 deaths for 5 seconds.
