SIEGEBREAK

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.

PlaceholderReturns
%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.

TypeReturns
statusGame state (WAITING, STARTING, ACTIVE, ENDING) or N/A
enabledtrue / false
completetrue / false (fully configured)
minMinimum players
maxMaximum players
worldWorld name
current_playersPlayers currently in the game
attackersAttacker count
defendersDefender count
spectatorsSpectator 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%

On this page