PlaceholderAPI variables
TheSearch provides you some PlaceholderAPI variables you can use on other plugins.
%thesearch_total_found_objects_<search>%
Total objects founds on a specific search.
%thesearch_remaining_objects_<search>%
Total of remaining objects to found on a specific search.
%thesearch_has_completed_<search>%
Returns true
if a player has completed a specific search or false
if not.
%thesearch_has_found_object_<search>_<id>%
Returns true
if the player has found a certain object on a search or false
if not.
%thesearch_top_player_name_<search>:<pos>%
Gets the top <pos>
player's name associated with objects found on search <search>
.
Replace <search>
with all
to get the top associated with total objects of all searches.
%thesearch_top_player_total_<search>:<pos>%
Gets the top <pos>
player's total found objects associated with objects found on search <search>
.
Replace <search>
with all
to get the top associated with total objects of all searches.
%thesearch_top_player_pos_<search>%
Gets the current top position of the player on a certain search.
Replaced <search>
with all to get the top associated with total objects of all searches.
Last updated