Custom Currency

You can easily add custom currencies to DeluxeCoinflip via the use of commands and placeholders!

There can only be one custom currency at this point!

Example:

    CUSTOM_CURRENCY:
      # Should the custom currency be enabled.
      enabled: true
      display_currency_name: "Custom"
      # This is used to check the balance of the user. BE SURE THIS DOES NOT FORMAT THE BALANCE
      raw_balance_placeholder: '%vault_eco_balance%'
      # These are the commands used to withdraw and deposit winnings to the user. They are ran by console.
      commands:
        withdraw: 'eco take {player} {amount}'
        deposit: 'eco give {player} {amount}'

Last updated