This release fixes some bugs reported in the discussion forum.
- Fixed issue with /ah selling showing syntax about player
- Deprecated support for /ah <player>, at least in tab completion in order to not display all the player names for OPs on /ah
- Fixed issues with tab completion not showing player names for /ah menu
- Added functionality in /ah menu [player] [flag] for option flag that specifies if exit button is shown (true/false)
- Fixed issue where discord message was not localized
- Fixed issue where cancellations from API for listing an item would still list the item.
- Fixed issue where discord message would not show server for server listings
- Fixed issue where multiworld support was not filtering properly
- Changed prefix handling for groupWorlds support to allow any worlds with same prefix to group (not just <prefix>, <prefix>_nether and <prefix>_the_end)
- Limited purchasing of listings from creative mode with same config.yml setting
- Changed behavior of similar lore comparison for restricted items to include 'regex:' and 'fuzzy:' prefixes to allow regular expressions and partial matches.
- Changed behavior of similar name comparison for restricted items to include 'fuzzy:' prefixes to allow partial matches.
- Changed behavior for deleting one or more database listing records to handle multiple inside the runnable task in order to prevent thread issues and JVM faults.
The locale file version has been updated and sorted.
Some keys changed:
days -> duration.days
hours -> duration.hours
minutes -> duration.minutes
seconds -> duration.seconds
now -> duration.now
Some new keys were added:
value.true
value.false
warning.purchase.creative
warning.purchase.spectator
Some keys were removed:
message.help.ah_menu_player
message.help.ah_player
Some values were updated:
message.help.ah_menu
As with any update, please backup your data files. This release changed behavior in how listings are deleted in bulk. I've tried my best to test and ensure this does not break stuff, but best to be safe.