Placeholders
MiniPlaceholders
Section titled “MiniPlaceholders”| Placeholder | Info | Return Type |
|---|---|---|
<impactor_currency_plural:[currency]> | Plural form of the default or provided currency | string |
<impactor_currency_singular:[currency]> | Singular form of the default or provided currency | string |
<impactor_currency_symbol:[currency]> | Symbol the default or provided currency | string |
<impactor_balance:[currency]:[decimals]> | Player’s balance | double |
<impactor_balance_strip:[currency]:[decimals]> | Player’s balance with trailing zeros removed | double |
<impactor_balance_formatted:[currency]:[decimals]> | Comma separated version of the player’s balance | double |
<impactor_balance_formatted_strip:[currency]:[decimals]> | Comma separated version of the player’s balance with trailing zeros removed | double |
<impactor_balance_short:[currency]:[decimals]> | Short format (ex: 1K, 1.2M) version of the player’s balance | double |
<impactor_balance_short_strip:[currency]:[decimals]> | Short format (ex: 1K, 1.2M) version of the player’s balance with trailing zeros removed | double |
PlaceholderAPI
Section titled “PlaceholderAPI”| Placeholder | Info | Return Type |
|---|---|---|
%impactor:currency_plural [currency]% | Plural form of the default or provided currency | string |
%impactor:currency_singular [currency]% | Singular form of the default or provided currency | string |
%impactor:currency_symbol [currency]% | Symbol the default or provided currency | string |
%impactor:balance [currency]:[decimals]% | Player’s balance | double |
%impactor:balance_strip [currency]:[decimals]% | Player’s balance with trailing zeros removed | double |
%impactor:balance_formatted [currency]:[decimals]% | Comma separated version of the player’s balance | double |
%impactor:balance_formatted_strip [currency]:[decimals]% | Comma separated version of the player’s balance with trailing zeros removed | double |
%impactor:balance_short [currency]:[decimals]% | Short format (ex: 1K, 1.2M) version of the player’s balance | double |
%impactor:balance_short_strip [currency]:[decimals]% | Short format (ex: 1K, 1.2M) version of the player’s balance with trailing zeros removed | double |
Impactor
Section titled “Impactor”| Placeholder | Info | Return Type |
|---|---|---|
<impactor_placeholders:currency_plural:[currency]> | Plural form of the default or provided currency | string |
<impactor_placeholders:currency_singular:[currency]> | Singular form of the default or provided currency | string |
<impactor_placeholders:currency_symbol:[currency]> | Symbol the default or provided currency | string |
<impactor_placeholders:balance:[currency]:[decimals]> | Player’s balance | double |
<impactor_placeholders:balance_strip:[currency]:[decimals]> | Player’s balance with trailing zeros removed | double |
<impactor_placeholders:balance_formatted:[currency]:[decimals]> | Comma separated version of the player’s balance | double |
<impactor_placeholders:balance_formatted_strip:[currency]:[decimals]> | Comma separated version of the player’s balance with trailing zeros removed | double |
<impactor_placeholders:balance_short:[currency]:[decimals]> | Short format (ex: 1K, 1.2M) version of the player’s balance | double |
<impactor_placeholders:balance_short_strip:[currency]:[decimals]> | Short format (ex: 1K, 1.2M) version of the player’s balance with trailing zeros removed | double |