-
Notifications
You must be signed in to change notification settings - Fork 0
Placeholders
Nenad edited this page Oct 27, 2020
·
6 revisions
This placeholders are only meant to be used inside the Time Tokens config files, and may or may not work in other plugins.
-
%playerName%
- Players name. -
%timePlayed%
- Time player has spent on the server. -
%tokens%
- Amount of tokens related to the message. -
%totalToken%
- Players total amount of tokens. -
%menuName%
- Name of the menu. -
%commandMapping%
- Mapping for the custom commands. -
%command%
- Custom command that is being executed on the player. -
%serverName%
- Current server name. -
%boostName%
- Boost name relevant to the message. -
%boostOwner%
- Player being affected by player specific boost. -
%boostActivator%
- The one who bought/activated the boost. -
%boostMultiplierSum%
- Combined effect of all boosts affecting the player. -
%nl%
- Line separator.
This placeholder will work with other plugins as well as within the config files of Time Tokens.
-
%timetokens_time_played%
- Time player spent on the network. -
%timetokens_token_name_plural%
- Name of the tokens in plural. -
%timetokens_token_name_singular%
- Name of the tokens in singular. -
%timetokens_player_name%
- Players name. -
%timetokens_player_tokens%
- Amount of tokens that player has on the network. -
%timetokens_daily_bonus_remaining%
- Time until the next time player can receive there daily bonus. -
%timetokens_server_name%
- Sub-server name that the player is currently on. -
%timetokens_currently_open_menu%
- Menu that is currently open to player if there is one.
This placeholder will work trought PAPI allowing you same functionality with MVdWPlaceholderAPI as well.
-
{placeholderapi_timetokens_time_played}
- Time player spent on the network. -
{placeholderapi_timetokens_token_name_plural}
- Name of the tokens in plural. -
{placeholderapi_timetokens_token_name_singular}
- Name of the tokens in singular. -
{placeholderapi_timetokens_player_name}
- Players name. -
{placeholderapi_timetokens_player_tokens}
- Amount of tokens that player has on the network. -
{placeholderapi_timetokens_daily_bonus_remaining}
- Time until the next time player can receive there daily bonus. -
{placeholderapi_timetokens_server_name}
- Sub-server name that the player is currently on. -
{placeholderapi_timetokens_currently_open_menu}
- Menu that is currently open to player if there is one.