LightCoins provides a unlimited custom currency system.
What is a custom currency?
A virtual currency is an additional currency alongside the default Vault currency that players can use. LightCoins supports unlimited custom currencies. You can add or remove these currencies for players using commands or the LightCoins API. Each custom currency has its own .yml file where all settings can be configured.
Example custom currency file
This file will be generated by lightCoins as a template. _example files will not be loaded.
Copy and paste the _example.yml file, then rename it to match your currency's name.
This file is located in /lightCoins/virtual-currency/_example.yml. If you have more than one Server, you must create them on every Server.
Open your newly created file and adjust the values to your preferences. Every setting is described within the file. Don't forget to save the file after editing it.
Now restart your server (do not reload it!). After creating a new file, you can make changes without restarting the server -> just use /lightcoins reload.
How do i delete a virtual currency ?
Similar to the method for creating a virtual currency, simply delete the file and restart the server. The current balances of the deleted currency will still be stored in the database. If you recreate the currency later using the same file name, all balances will be restored.