Releases: ArcanePlugins/Polyconomy
Releases · ArcanePlugins/Polyconomy
v0.4.7
Additions
- Add database version table for H2, making it possible to detect when migration is needed after updates to the schema.
- Misc debug logging additions.
Improvements
- Polyconomy now supports balances of up to 1 unodecillion when using H2.
- Increased
DECIMAL
precision from18
to38
and decreased scale from4
to3
.
- Increased
Fixes
- Fixed inversed debug logging check, causing disabled categories to actually be enabled, and vice-versa. Clean logs FTW!
v0.4.6
v0.4.5
New
ecoworks
(Bukkit Plugin) JAR binaries are now shipped with releases.
Improvements
checkAndInit
test failures from Ecoworks now cause a test failure instead of an observation./eco currency
now usesTextArgument
from CommandAPI, permitting more intricate text inputs wherever necessary.
Fixes
- Fixed
/eco currency
using incorrect casting to String instead of Double forstartingBalance
- Fixed
/eco currency
attempting to register subcommands on non-'leaf' subcommands, causing them to be discarded by CommandAPI/Brigadier.