This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
Releases: AppleDash/SaneEconomy
Releases · AppleDash/SaneEconomy
SaneEconomyCore 0.17.0
SaneEconomyCore 0.16.0 - "Back up your database" edition
Please back up your database before upgrading!
- Removed "flatfile" storage option - please convert to MySQL or JSON before upgrading.
- Overhauled internal currency handling code to use BigDecimal instead of double.
- Fixed a bug where any plugin using SaneEconomy from the main thread would hang the server.
- Misc bug fixes, check GitHub.
SaneEconomyCore 0.15.0
- 1.14 update
- Try to fix some async stuff w/ SaneEconomyTransactionEvent.
SaneEconomyCore 0.13.1
- Try to fix some bugs with cross-server syncing and /baltop.
SaneEconomyCore 0.13.0
Should fix:
- NullPointerException in /baltop
- Lack of translations file
- Experimental multiserver sync support
- I don't even know anymore. Maybe it's broken, maybe it works.
SaneEconomyCore 0.12.7
Fix the stupid bloody version checker for the LAST TIME.
SaneEconomyCore 0.12.6
- Remove a duplicate key from messages.yml
- Colored balance format support
- Only log database transactions of debug=true
- Fix new MySQL installations
- Add permission to hide yourself from baltop.
- Improve version checker.
- Add locale-override config option
Prerelease - SaneEconomyCore 0.12.5
This should fix a bug with new installs of the plugin using MySQL not working.
SaneEconomyCore 0.12.3
This release brings hopeful support for hanging MySQL flushes, along with support for the so far undocumented SaneEconomyTransactionEvent. Good luck!
SaneEconomyCore 0.11.0
- Support for new
balance-format
configuration option. - Support for
useSsl
configuration option - defaults to off - Only show players in /baltop
- Build against 1.12.
- Make default messages.yml more clear.