#
Currencies
Creating, editing and removing currencies in CoinsEngine is easy!
Curency configurations located in the /plugins/CoinsEngine/currencies/ directory.
By default, on first install, plugin creates 2 currencies: money
and coins
.
#
Currency Creation
Example steps creating Gems
currency:
- Navigate to the /currencies/ directory.
- Duplicate the coins.yml (or any other) currency config.
- Rename it to gems.yml and open in text editor.
- Change
Prefix
toGems
-
IMPORTANT
Change
Command_Aliases
togems,gem
. -
IMPORTANT
Change
Column_Name
togems
or according to this guide. -
IMPORTANT
Change
Synchronized
setting according to this guide. - Change
Name
toGems
. - Change
Symbol
to💎
. - OPTIONAL Change other settings to your preferences.
- Run
/coe reload
or reboot the server.
Server reboot is recommended when changing Command_Aliases
to properly apply changes to the server's command map.
#
Currency Removal
Example steps removing Gems
currency:
- Navigate to the /currencies/ directory.
- Delete the gems.yml currency config.
- Run
/coe reload
or reboot the server.
Database column will retain after currency removal. Players will get their balances back if you recreate removed currency.