AsceciaCurrencies is a plugin that allows players to make their own local currencies and economies.
Features
- The ability players to make their own currencies as well as delete them if they don't need them anymore
- Ore based economies
- Integrated power system that allows you to know if your currency is powerful or not and whether your currency's inflation is high or not
- An author protection meaning only you can edit your currency
- The ability to mint your currency.
- The ability to deposit ores and withdraw an amount of currency as ores
- Exchangeable currencies meaning you can give and receive different currencies
A Customizable Plugin
You have the ability to modify the default values of different ores in the config. You can add your own language by modifying the language config file. You can also modify each and every currency in the currencies config file. You can also modify each and every player's wallet ( amount of each currency that they have ).
And soon ( not yet ) you will be able to modify the rate of decrease of power due to economic inactivity in the config.
CurrenciesAPI The Plugin also comes with an API which makes it easy to base your plugins on this one ( ex: a shop or auction plugin ).
and allows you to tinker with player's wallet, currencies' stats, ore values, and more !
for more information click
here
How to setup the API:
Code (Text):
// setup exemple
import me.rgn.asceciacurrencies.CurrenciesAPI;
public class yourClass{
CurrenciesAPI cAPI = new CurrenciesAPI();
}