This update fixes a massive issue with the plugin that caused the config.yml to be wiped if it was edited while the server was on. Please update the plugin immediately.
It has been a while since I looked back at this plugin, I apologize for that. Version 3.0.1 prevents the currency value from going negative (unless you set it there in the player's data config), some general code cleanup, and some spelling and formatting issues were fixed. Nothing major.
SimpleCurrencies version 3.0 is out! This update will break your player data, so I am working on a conversion tool for it. This update isn't strictly necessary, so if you don't feel like updating until that conversion tool is out that is fine. I will post an update when the conversion tool is out.
Version 2.1.0 - The Selling Update is out! This update adds a /sell command, which sells items that you define in the prices.yml file for the value that you set! /sell sells the item that is in your hand and /sell all sells every item in your inventory.
Version 2.0.0 is out! This update adds a functional PlaceholderAPI expansion that adds placeholders. The format is %simplecurrencies_{currency}% where {currency} is any of the currencies you set in the config.
This update simplifies the API by separating it into its own Classes (Config and Currencies). The Currencies class contains any API methods that relate to getting, setting, or otherwise modifying any data from a certain currency, and Config contains the getter for the config and the save config method. The next update will feature a working PAPI expansion, and version 2.0.0 will contain a working if basic selling system. Check
https://trello.com/b/0KaXb6eX/simplecurrencies-todo for more information.
Version 1.1.0 adds a balance command that always returns YOUR balance, made /getcurrency require the permission simplecurrencies.getotherbalances, and removed some redundant code.
SimpleCurrencies is finally released! This update finalized the plugin description, as well as fixed an obscure bug where, if you used the /simplecurrencies command without any arguments, it would throw an error. If you have any bugs, please report them!
BETA 5.0 fixes a major bug where if the player you were targeting was offline, it would error out and not work properly. You can check GitHub for more information.