#
PlaceholderAPI
CoinsEngine features built-in PlaceholderAPI integration. No need to install any expansions!
Tip
You can use placeholders in currency's Format
and Format_Short
settings.
Make sure you have PlaceholderAPI_For_Currency_Format: true
in the config.yml.
#
Placeholders
Usage
Replace <currency>
with a currency identifier (equals to the currency's config file name).
%coinsengine_payments_state_[currency]%
- Player's currency payments state.%coinsengine_server_balance_[currency]%
- Server (all players) balance formatted by currency settings.%coinsengine_server_balance_plain_[currency]%
- Same as above, but without colors parsing.%coinsengine_server_balance_raw_[currency]%
- Server (all players) balance value without any formation.%coinsengine_server_balance_short_[currency]%
- Server (all players) balance in a short style, like 200k.%coinsengine_server_balance_short_plain_[currency]%
- Same as above, but without colors parsing.%coinsengine_balance_[currency]%
- Player's balance formatted by currency settings.%coinsengine_balance_plain_[currency]%
- Same as above, but without colors parsing.%coinsengine_balance_raw_[currency]%
- Player's balance value without any formation.%coinsengine_balance_rounded_[currency]%
- Player's balance as a raw & rounded value (no zero decimals).%coinsengine_balance_short_[currency]%
- Player's balance in a short style, like 200k.%coinsengine_balance_short_plain_[currency]%
- Same as above, but without colors parsing.%coinsengine_top_player_[currency]_[pos]%
- Top name of specific position.%coinsengine_top_balance_[currency]_[pos]%
- Top balance of specific position.%coinsengine_top_balance-plain_[currency]_[pos]%
- Same as above, but without colors parsing.%coinsengine_top_balance-short_[currency]_[pos]%
- Same as top balance, but in short style, like 200k.%coinsengine_top_balance-short-plain_[currency]_[pos]%
- Same as two above, but together.