PlaceholderAPI Variables
These are the PlaceholderAPI variables that ServerVariables offers, you can use them with other plugins.
Normal Variables Placeholders
%servervariables_globalvalue_<variable>%
Gets the value of a global/server variable.
%servervariables_value_<variable>%
Gets the value of a player variable.
%servervariables_globaldisplay_<variable>%
Gets the display value of a global/server variable.
%servervariables_display_<variable>%
Gets the display value of a player variable
%servervariables_value_otherplayer_<player>:<variable>%
Gets the value of a player variable specifying the player name.
%servervariables_display_otherplayer_<player>:<variable>%
Gets the display value of a player variable specifying the player name.
%servervariables_initial_value_<variable>%
Gets the initial value of a variable.
List Variables Placeholders
%servervariables_list_globalvalue_<index>_<variable>%
Gets the value of the specified index on a global/server list variable.
%servervariables_list_value_<index>_<variable>%
Gets the value of the specified index on a player list variable.
%servervariables_list_globaldisplay_<index>_<variable>%
Gets the display value of the specified index on a global/server list variable.
%servervariables_list_display_<index>_<variable>%
Gets the display value of the specified index on a player list variable.
%servervariables_list_globallength_<variable>%
Gets the current length of a global/server list variable.
%servervariables_list_length_<variable>%
Gets the current length of a player list variable.
%servervariables_list_globalcontains_<variable>:<value>%
Checks whether a global/server list variable contains the specified value. Returns 'true' or 'false'.
%servervariables_list_contains_<variable>:<value>%
Checks whether a player list variable contains the specified value. Returns 'true' or 'false'.
Last updated