Skip to content

Auto-Tune 0.14.0 Pre-Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@noahbclarkson noahbclarkson released this 30 Jun 05:43
· 82 commits to master since this release
738d39a

Information

This is a pre-release for 0.14.0. I will be updating the pre-release here until it is stable enough to be fully released. Please report any bugs in the discussion or on discord: Discord

Usage Notes

Please do not try to use this if you already have Auto-Tune installed. If you want to update, please contact me on discord.

Updates

30/05/2022 - 5:43 am (GMT)

Updated and pushed first pre-release

30/05/2022 - 8:05 am (GMT)

Fix GDP item not displaying item name
Add background-pane-text option to messages.yml to change the default background text

30/05/2022 - 8:13 am (GMT)

Fix page numbers concatenating instead of adding
Add units to time period comment
Add a default value to background-pane-text

30/05/2022 - 9:29 am (GMT)

Fix collect first settings not updating for enchantments
Edit default run-out-of-buys and run-out-of-sells messages

01/06/2022 - 10:41 pm (GMT)

Added a message that is displayed to players when they attempt to enable auto-selling for an enchantment
Set item displayName component to translatable to fix enchantments displaying levels in the shop selection
Allow servers to remove the back button in shop sections
Added info in config.yml for removing the back button

04/07/2022 - 8:37 am (GMT)

Change withdrawPlayer to depositPlayer in PurchaseUtil#sellItemStack. Fixes #49

05/07/2022 - 10:46 am (GMT)

Implement embedded web server with search functionality using jetty
Add option to enable/disable sell limits
Add option to enable/disable loans
Add /shop reload command with autotune.admin permission
Fixed Auto-Tune not working without essentials

08/07/2022 - 7:57 am (GMT)

Add checkstyle.xml
Fix codacy issues
Create dependabot.yml
Bump junitVersion from 5.8.1 to 5.8.2
Bump bstats-bukkit from 2.2.1 to 3.0.0
Make database loading async
Fix possible NPE on section constructor
Add "/shop update" command to force update prices
Force CSV to write on load to fix web-server not loading

09/07/2022 - 9:09 pm (GMT)

Added /shop export and /shop import
Added /shop price <shop_name>
Improved async event order
Fixed #63
Fix noClassDefFound error on 1.16.5 and below.