PlaceholderAPI Variables
%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_top_player_name_<category>:<pos>%
Gets the top <pos>
player's name associated with completed levels on category <category>
.
Replace <category>
with all
to get the top associated with completed levels of all categories.
%minewords_top_player_total_<category>:<pos>%
Gets the top <pos>
player's total completed levels associated with category <category>
.
Replace <category>
with all
to get the top associated with completed levels of all categories.
%minewords_top_player_pos_<category>%
Gets the current top position of the player on a certain category. Replace <category>
with all
to get the top associated with completed levels of all categories.
Last updated