Zithium Studios
  • 👋Getting Started
  • All Plugins
    • Item Options
    • Text Colors (RGB)
    • ❓FAQ
  • Zithium Series
    • ZithiumTags
      • Menu Options
    • ZithiumMobCoins
      • Commands & Permissions
      • Placeholders
      • Menu Options
      • DeluxeWithdraw Add-on
    • ZithiumBuckets
      • Default Files
    • Zithium Collectors
      • Commands & Permissions
      • Configuration
      • Developer API
  • XL Series
    • 🏆XLTournaments
      • Commands and Permissions
      • Objective Types
      • PlaceholderAPI
      • Configuration Files
      • Developer API
        • Events
        • Custom Objectives
    • ⛏️XLAutoMiner
  • Other Plugins
    • DonutCrates
    • DeluxeHub
      • Commands & Permissions
    • SponsoredSlots
    • DeluxeCoinflip
      • Configuration
      • Developer API
      • Placeholders
      • Custom Currency
Powered by GitBook
On this page
  1. Other Plugins
  2. DeluxeCoinflip

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}'

PreviousPlaceholders

Last updated 4 months ago