HoeWars

Placeholders

The PlaceholderAPI placeholders HoeWars exposes.

When PlaceholderAPI is installed, HoeWars registers an expansion under the identifier hoewars. Use these placeholders in any plugin that supports PlaceholderAPI, such as scoreboard and tab plugins.

PlaceholderAPI is an optional soft-depend. These placeholders only work when it is installed. See Installation.

Player placeholders

These return the viewing player's own stats.

PlaceholderReturns
%hoewars_wins%Total wins
%hoewars_losses%Total losses
%hoewars_matches%Matches played
%hoewars_winrate%Win rate as a percentage
%hoewars_rank%Current rank display name
%hoewars_elo%ELO rating
%hoewars_top3%Top three finishes
%hoewars_highest_occupation%Best single-match floor share
%hoewars_total_blocks%Lifetime blocks claimed

Leaderboard placeholders

These return the player at a given position on a leaderboard, formatted as name (value). Replace <n> with the position, for example 1 for first place.

PlaceholderReturns
%hoewars_rank_<n>%Position <n> by ELO
%hoewars_mostwins_<n>%Position <n> by wins
%hoewars_mostlosses_<n>%Position <n> by losses
%hoewars_matches_<n>%Position <n> by matches played
%hoewars_topoccupation_<n>%Position <n> by highest occupation

For example, %hoewars_mostwins_1% returns the name and win count of the top winner.

Leaderboard placeholders read from the same cache as the in-game leaderboards, which refreshes on a timer. See Stats and Leaderboards.

On this page