PlaceholderAPI
Every %siegebreak_% placeholder for use in other plugins.
With PlaceholderAPI installed, Siegebreak registers the siegebreak
expansion. Use these placeholders anywhere PAPI is supported (scoreboards, tab,
chat, holograms, and so on).
These are PlaceholderAPI placeholders for other plugins. The
%placeholder% tokens used inside scoreboards.yml are separate and listed on
the Configuration page.
Player stats
Resolved against the requesting player. If the player has no stats yet, numeric
ones return 0.
| Placeholder | Returns |
|---|---|
%siegebreak_kills% | Total kills |
%siegebreak_deaths% | Total deaths |
%siegebreak_wins% | Total wins |
%siegebreak_losses% | Total losses |
%siegebreak_games_played% | Total games played |
%siegebreak_kill_death_ratio% | K/D ratio (2 decimals) |
%siegebreak_player_team% | Current team, or N/A |
%siegebreak_current_arena% | Current arena name, or N/A |
Arena placeholders
Format: %siegebreak_arena_<type>_<arenaName>%
For an arena named castle, use %siegebreak_arena_status_castle%, etc.
| Type | Returns |
|---|---|
status | Game state (WAITING, STARTING, ACTIVE, ENDING) or N/A |
enabled | true / false |
complete | true / false (fully configured) |
min | Minimum players |
max | Maximum players |
world | World name |
current_players | Players currently in the game |
attackers | Attacker count |
defenders | Defender count |
spectators | Spectator count |
Example
&7Arena: &f%siegebreak_arena_status_castle%
&7Players: &f%siegebreak_arena_current_players_castle%/%siegebreak_arena_max_castle%
&7Your K/D: &f%siegebreak_kill_death_ratio%