Last updated
Last updated
DeluxeTeleport has a set of internal variables that you can use within its configurations and functionalities. These variables are unique to the plugin and will not work outside of it. To use them in other plugins, you must use .
List of Internal Variables
Below is the list of variables that you can use within DeluxeTeleport:
These variables will allow you to further customize the user experience and functionality of the plugin. Remember that the integration with PlaceholderAPI will further expand the possibilities when using these variables in other plugins.
%<type>_delay%
Returns the player's current delay time in ticks.
%<type>_delay_formatted%
Returns the current delay time of the formatted player.
%<type>_delay_time%
Returns the delay time subject to the player in ticks.
%<type>_delay_time_formatted%
Returns the delay time subject to the formatted player.
%<type>_cooldown%
Returns the player's current cooldown time in ticks.
%<type>_cooldown_formatted%
Returns the current cooldown time of the formatted player.
%<type>_cooldown_time%
Returns the cooldown time subject to the player in ticks.
%<type>_cooldown_time_formatted%
Returns the cooldown time subject to the formatted player.
%homes_set%
Returns how many homes the player has.
%homes_max%
Returns the maximum number of homes the player can have. 2147483647 (As maximum value)