PlaceholderAPI Variables

Placeholder
Description

%minewords_level_completed_<category>:<level>%

Returns 'true' or 'false' depending if the player has completed a level of a certain category or not.

%minewords_category_completed_<category>%

Returns 'true' or 'false' depending if the player has completed a category or not.

%minewords_total_completed_levels%

Returns the total of completed levels.

%minewords_total_completed_levels_<category>%

Returns the total of completed levels from a certain category.

%minewords_word_of_the_day_wins%

Returns the amount of times the player has won on the word of the day minigame.

%minewords_word_of_the_day_loses%

Returns the amount of times the player has lost on the word of the day minigame.

%minewords_word_of_the_day_result_<line>%

Returns a line (1-6) for each guess of today's word of the day result for the player. This variable will use the symbols and color codes defined in the wordOfTheDayResult messages on the messages.yml file.

- Will return an empty text if the player if solved the game in less lines. - Will return not_played if the player hasn't played today's word of the day.

Last updated