#
Currencies
CoinsEngine allow you to create unlimited amount of highly customizable virtual currencies through configuration files.
Currency files located in the /currencies/
directory.
#
Creation
Creating currencies in CoinsEngine is very simple!
Run the /coe create <name> <symbol> [decimals]
command, where:
- name is currency name (identifier). Only latin letters, digits and underscore are allowed. You can change currency display name later.
- symbol is currency symbol.
- decimals is whether decimals are allowed for this currency.
That's it! The following guides may help you in further currency configuration:
- Cross-Server Setup
- Vault Integration
- Exchange
- Leaderboards
Server reboot may be required to properly register new currency commands.
#
Removal
To remove a currency, simply delete it's config file from the /currencies/
directory and reload the plugin.
Database column will retain after currency removal. Players can get their balances back if said column is assigned to some other currency.