Scoreboard
Find your variable for the ingame scoreboard
These are the internal placeholders for BuildBattle. They are included with the plugin, so you do not have to download them.
Variable | Description | Requirements |
---|---|---|
%MIN_PLAYERS% | Minimum players size | None |
%MAX_PLAYERS% | Maximum players size | None |
%PLAYERS% | Size of players in arena | None |
%PLAYER% | Name of player | None |
%THEME% | Current theme string | None |
%TIMER% | Current arena timer (ex. 10 seconds before start) | None |
%TIME_LEFT% | Build time left, voting time left | None |
%FORMATTED_TIME_LEFT% | Formatted above-mentioned placeholder (ex. 0m10s) | None |
%ARENA_ID% | Arena ID string | None |
%TEAMMATE% | In-game teammate nick | Teams game type |
%BUILDER% | Current builder name | GTB game type |
%CURRENT_TIMER% | Current arena timer | GTB game type |
%{integer}_PTS% | Get the points of that player on integer place | GTB game type |
%{integer}% | Get the player name on integer place | GTB game type |
You can also use the placeholders from PlaceholderAPI.