
Better Leaderboards is a Minecraft Forge mod that allows you to create beautiful, customizable holographic leaderboards anywhere in your world. Display player statistics like kills, deaths, mob kills, K/D ratio, and playtime with style!
| Stat Type | Aliases | Description |
|---|---|---|
kills |
playerkills, pk | Player vs Player kills |
deaths |
playerdeaths, pd | Times killed by other players |
mobs |
mobkills, mk | Hostile mob kills |
time |
timeplayed, playtime, tp | Time spent playing (e.g., 2h 30m) |
kd |
kdratio, ratio | Kill/Death ratio (e.g., 2.50) |
All commands use the /bl prefix. Leaderboard management requires operator permission level 2.
/bl lb create <id> [statType] [topN] [npcEnabled] [header]
| Parameter | Default | Description |
|---|---|---|
id |
required | Unique identifier for the leaderboard |
statType |
kills | The statistic to display |
topN |
10 | Number of players to show (1-50) |
npcEnabled |
false | Reserved for future use |
header |
auto | Custom header (supports color codes) |
Examples:
/bl lb create pvp
/bl lb create killboard kills 5
/bl lb create topkills kills 10 false &6&lTOP KILLERS
/bl lb create deathboard deaths 10 false &c☠ Most Deaths ☠
/bl lb delete <id>
/bl lb moveHere <id>
/bl lb moveTo <id> <x> <y> <z>
/bl lb refresh [id]
/bl lb list
/bl rank [statType]
Displays your current rank for the specified statistic. Defaults to kills if no stat type is provided.
Examples:
/bl rank
/bl rank kills
/bl rank deaths
/bl rank kd
/bl rank time
Custom headers support Minecraft color codes using the & symbol:
&0 Black |
&1 Dark Blue |
&2 Dark Green |
&3 Dark Aqua |
&4 Dark Red |
&5 Dark Purple |
&6 Gold |
&7 Gray |
&8 Dark Gray |
&9 Blue |
&a Green |
&b Aqua |
&c Red |
&d Light Purple |
&e Yellow |
&f White |
&l Bold |
&o Italic |
&n Underline |
&m <s>Strikethrough</s> |
&r Reset |
The top 3 players on each leaderboard are highlighted with special colors:
mods folderLeaderboard not appearing?
/bl lb list to verify the leaderboard existsStatistics not updating?
/bl lb refresh to force an immediate updateCreated by Austizz