Please read the entire change log! This version is well tested and should not be bugged at all!
Code (Text):
/**
*
* MySQL would not write or read any data from database - Fixed (Some help from @FurryKitten @ github)
* Rewritten many parts of loading / saving account data in MySQL.
* YAML Storage would cache offline users when adding currency to them - Fixed
* Balance Top command has been rewritten to support more efficient SQL queries.
* Balance Top cache expiry lowered to 3 minutes from 5.
* Added an option to enable/disable cheques in config.
* There has also been many internal changes here and there.
*
* SQLITE Support has been dropped! IF this is relevant for you!
* Please change your backend to YAML with the command /currency convert yaml
* Before you update of course!
*
* THIS UPDATE MODIFIES HOW A PLAYERS BALANCE IS SAVED, ONLY RELEVANT FOR MYSQL USERS!
* Please take a backup of your balances table before you start your server
* with this new version of GemsEconomy!
* The plugin will automatically update the old tables to the new format.
* When players log in their data will be converted automatically.
* IF you are using /baltop command a lot, the baltop might become
* inaccurate due to the players need to log on your server before it can read their balances.
*
* Please let me know if you find bugs!
* PM me here @ SpigotMC
*
*/