📂Placeholders

Whole list of placeholders

Placeholder
Usage

%luckypillars_arena_id%

Display the arena id where the player is.

%luckypillars_arena_display_name%

Display the display-name of the arena where player is (supports MiniMessage and spaces).

%luckypillars_is_playing%

If the player is in an arena returns "yes", if not, "not".

%luckypillars_countdown_time_left%

Returns the time left of the countdown.

%luckypillars_countdown_time_elapsed%

Display the time elapsed at countdown.

%luckypillars_game_modifier_name%

Returns the modifier name.

%luckypillars_game_modifier_votes%

Returns the number of votes of the winner modifier.

%luckypillars_[<modifier>]_votes%

Returns the number of votes of <modifier>.

%luckypillars_game_time_left%

Display the time (in seconds) left of the game where player is.

%luckypillars_item_time_left%

Return the time left to get an item in a game.

%luckypillars_game_time_elapsed%

Display the time (in seconds) elapsed of the game where player is.

%luckypillars_game_modifier%

Returns the game modifier.

%luckypillars_game_total_opponents%

Display the number of opponents of the game where player is.

%luckypillars_game_rest_opponents%

Display the alive opponents of the game where player is.

%luckypillars_game_max_opponents%

Returns the manimum number of players that can join the game.

%luckypillars_game_state%

Displays the game state (take from config.yml supporting MiniMessage).

%luckypillars_top_[<number>]%

Returns the nickname of the player which takes the position of <number>; example: winner (first) - 1 second - 2 third - 3 if the number is larger than the arena's max players will return null!

%luckypillars_duel_opponent%

Returns the nickname of your opponent at duel game.

%luckypillars_kills%

Display the number of kills of the player.

%luckypillars_deaths%

Display the number of deaths of the player.

%luckypillars_wins%

Display the number of wins of the player.

%luckypillars_draws%

Display the number of draws of the player.

%luckypillars_defeats%

Display the number of defeats of the player.

Last updated