PlaceholderAPI Variables

These are the PlaceholderAPI variables that ServerVariables offers, you can use them with other plugins.

Placeholder
Description

%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.

Last updated