ServerVariables
  • ServerVariables Wiki
  • How to Start
  • Variables Tutorial
  • Commands and Permissions
  • Config.yml
  • PlaceholderAPI Variables
  • API
  • Examples
Powered by GitBook
On this page

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.

PreviousConfig.ymlNextAPI

Last updated 1 year ago