CoinsEngine
  • 🏠 General
    • 🔌 Getting Started
    • 🏃‍♂️ Migration
    • 📄 Commands
    • ⛔ Permissions
    • 🧩 Compatibility
    • ❓ Common Questions
    • ❗ Common Issues
  • ⭐ Features
    • 💵 Economy Setup
    • 🥏 Cross-Server Setup
    • 💶 Exchange Setup
  • 🧰 Utility
    • 🪛 Developer API
    • 🔖 Placeholders
Powered by GitBook
On this page
  • PlaceholderAPI
  • List of Placeholders
  • Internal Placeholders
  • Currency Placeholders:
  1. 🧰 Utility

🔖 Placeholders

PlaceholderAPI

You can use PlaceholderAPI in currency's Format and Format_Short settings. Make sure you have PlaceholderAPI_For_Currency_Format enabled in the config.yml.

List of Placeholders

  • %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 without 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_payments_state_[currency]% - Player's currency payments state.

  • %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 as a raw value.

  • %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.

Where:

  • <currency> is currency unique identifier (equals to the currency's config file name).

Internal Placeholders

This is a list of placeholders to use inside plugin configurations. For a list of PlaceholderAPI placeholders, see above.

Currency Placeholders:

  • %currency_id% - Currency identifier.

  • %currency_name% - Currency display name.

  • %currency_symbol% - Currency symbol.

Last updated 7 months ago