Economy Symbols Configuration
Configure custom currency symbols for your server’s economy systems, including Vault and any additional currencies like tokens, gems, or points.
📘 Description
📁 Configuration Example
economy:
# Defines the default currency symbol for the main economy (Vault)
default-symbol: "$"
# Currency symbol position
# true = symbol appears before the value ($100)
# false = symbol appears after the value (100$)
symbol-before: true
# Custom symbols for different server economies
symbols:
vault: "$" # Main server currency
tokens: "✦" # Special tokens for events or rewards
gems: "💎" # Gems for premium purchases
crystals: "✧" # Crystals for special upgrades
points: "Pts" # Points for rank or achievement systems⚙️ Options
default-symbol
default-symbolsymbol-before
symbol-beforesymbols
symbolsEconomy
Description
Symbol
Example
💡 Tips
Last updated