Skip to content

Releases: AppleDash/SaneEconomy

SaneEconomyCore 0.17.0

24 Jan 07:09
Compare
Choose a tag to compare

Just a couple quick bug fixes pertaining to issues I've had mentioned to me. Also, adds optional plugin metrics.

SaneEconomyCore 0.16.0 - "Back up your database" edition

04 Nov 17:03
Compare
Choose a tag to compare

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

31 Oct 12:07
Compare
Choose a tag to compare
  • 1.14 update
  • Try to fix some async stuff w/ SaneEconomyTransactionEvent.

SaneEconomyCore 0.13.1

21 Nov 19:07
Compare
Choose a tag to compare
  • Try to fix some bugs with cross-server syncing and /baltop.

SaneEconomyCore 0.13.0

22 Sep 03:00
Compare
Choose a tag to compare

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

16 Jul 03:49
Compare
Choose a tag to compare

Fix the stupid bloody version checker for the LAST TIME.

SaneEconomyCore 0.12.6

15 Jul 21:02
Compare
Choose a tag to compare
  • 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

14 Jul 05:23
Compare
Choose a tag to compare
Pre-release

This should fix a bug with new installs of the plugin using MySQL not working.

SaneEconomyCore 0.12.3

10 Jul 02:50
Compare
Choose a tag to compare

This release brings hopeful support for hanging MySQL flushes, along with support for the so far undocumented SaneEconomyTransactionEvent. Good luck!

SaneEconomyCore 0.11.0

14 Jun 23:40
Compare
Choose a tag to compare
  • 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.