Default File

This is the default.yml file which is created when starting your Server with the Plugin in the /plugins folder. If you run into any config problems, please copy this file and reconfigurate your Currency-System or ask for help on the Support Discordarrow-up-right.

# Display name of this currency
name: "Default Currency"

# Command that will be registered for this currency
command: "default"

# Should this currency support decimals?
decimals: false

# Balance new players start with
start-balance: 0

# Maximum balance for players (<= 0 means unlimited)
max-balance: 0

# Custom maximum balances by permission
# If a player has multiple permissions, the highest value wins
max-balance-permissions:
  simplecurrencies.maxbalance.premium: 10000

# Worlds where this currency is disabled
# Commands and balance changes should be blocked there
disabled-worlds:
  - example_world

balances:
  00000000-0000-0000-0000-000000000000:
    name: "Player"
    balance: 0