Placeholders & Leaderboards
Leaderboards
You need HolographicDisplays to work with Leaderboards, just use the placeholder:
{wizards_wins_number}
e.g: {wizards_wins_1} will return player with most wins.
{wizards_wins_2} etc
{wizards_kills_number}
e.g: {wizards_kills_1} will return player with most checkpoints
{wizards_kills_2} etc
Placeholders:
{wizards_kills_NUMBER}
%kills% from player.
{wizards_wins_NUMBER}
%wins% from player.
{wizards_damage_NUMBER}
%damage% from player.
{wizards_healing_NUMBER}
%healing% from player.
PlaceholderAPI support
The following placeholders are available, they are self explanatory:
%wizards_wins%
%wizards_gamesplayed%
%wizards_losses%
%wizards_kills%
%wizards_assists%
%wizards_deaths%
%wizards_damagecaused%
%wizards_healingdone%
%wizards_balance%
%wizards_kit_name%
%wizards_kit_displayname%
%wizards_class_name%
%wizards_class_displayname%
Arena Placeholders
%wizards_arena_players_{arena}%
%wizards_arena_max_players_{arena}%
%wizards_arena_min_xplayers_{arena}%
%wizards_arena_status_{arena}%
%wizards_points-to-win_{arena}%
An extra placeholder is %wizards_team_color% that returns player's team color, if in game. This was added in case you need to use a third party nametag plugin.
Scoreboard Placeholders
Game Placeholder list:
%kit% - Player kit or class.
%formatted_time% - Game time in mm:ss
%kills% - Game Kills
%deaths% - Game Deaths
%red_points% - Red points
%blue_points% - Blue points
%red_points_per_second% - Red points per second
%blue_points_per_second% - Blue points per second
%objectives% - Will replace all next lines with the amount of objectives you have. %ctf - Will replace all lines with the CTF format at messages file.
Lobby placeholders list:
%players% - Current number of players
%maxplayers% - Max amount of players
%minplayers% - Min amount of players
%mapname% - The map name
%timer% - Starting timer
%state% and %capitalize_state% - Game state
%wins% - Player wins stat
%games_played% - Player Games played stat
%balance% - Player balance
%kit% - Player kit or class.
Last updated