Scoreboard
Sidebar scoreboard with placeholder support.
A live sidebar shown to every player. Each line is templated; placeholders resolve per player and refresh on the configured interval.
Configuration
Placeholders
| Placeholder | Resolves to |
|---|---|
%PLAYER% | Player name |
%RANK% | Player's rank prefix |
%BALANCE% | Player's economy balance |
%TEAM% | Player's team name (or the Scoreboard.NoTeam message) |
%PING% | Ping in ms |
%ONLINE% | Online players count |
%MAXPLAYERS% | Server's max-players |
%KILLS% | Player's kill count |
%DEATHS% | Player's death count |
%PLAYTIME% | Player's playtime in hours |
%DATE% | Current date |
%TIME% | Current time |
%SERVER% | General.ServerName |
%WORLD% | Player's current world name |
%X% / %Y% / %Z% | Player's block coordinates |
If PlaceholderAPI is installed, its placeholders (e.g. %vault_eco_balance%, %essentials_afk%, ...) also work inside scoreboard lines and are resolved after the built-in set.
Notes
- Color codes use
&. - The scoreboard is shown to everyone. There is no per-player toggle by default.
See Scoreboard config.