πͺ§Placeholders
Placeholders
Placeholder | Description |
---|---|
| Transforms two placeholders to add space between them. This allows to create texts that will have the same space between the name of the player and his score for example. |
| Returns the player's economy amount for the given economy and position |
| Returns the player's economy formatted amount for the given economy and position |
| Returns the player's name for the given economy and position |
| Returns the player's uuid for the given economy and position |
| Returns the number of homes |
| Returns true if home exists, otherwise false |
| Returns the number of max homes |
| Replace the value of one placeholder with another |
| Returns the number for a given economy |
| Returns the remaining formatted time for the cooldown |
| Returns the remaining time in seconds for the cooldown |
| Returns the playerβs playing time of the current session |
| Returns the playerβs playing time of the current session formatted |
| Returns the formatted number for a given economy |
| Returns true or false if the player has the kit |
| Returns true if the key is a cooldown |
| Returns true if the player's is mute |
| Returns true if the player can get the kit |
| Returns the time before the player can use the kit again |
| Returns the number of items in the mailbox |
| Returns the remaining formatted time for the mute |
| Returns the remaining time in seconds for the mute |
| Returns the value for an option |
| Returns the playerβs playing time |
| Returns the playerβs playing time formatted |
| Returns the formatted playtime |
| Returns the playtime in seconds |
| Returns the player's position in baltop for a given economy |
| Returns the formatted current session |
| Returns the current session in seconds |
| Returns true if the target player is banned, otherwise false |
| Returns true if the target player is muted, otherwise false |
| Returns the number formatted for the /pay command |
| Returns the name of the target player |
Special Placeholders
Center
This placeholder allows you to add space between two texts to align them. The result will look like this:
The placeholder will generate dots (.
) between the playerβs nickname and their argument.
Attention: The syntax of this placeholder is different from the others. Please follow the explanations carefully!
To understand how the placeholder works, letβs use the hologram example:
%zessentials_center_{zessentials_economy_baltop_name_money_1}&7_{zessentials_economy_baltop_formatted_amount_money_1}_120%
This placeholder consists of three elements: the initial text, the ending text, and the total text size. The placeholder will fill the remaining space to achieve the desired size.
Each element must be separated by an underscore (_
).
You can use other placeholders within this structure. They must be enclosed in {
and }
. For example, {zessentials_economy_baltop_name_money_1}
will become %zessentials_economy_baltop_name_money_1%
.
Last updated