Warning! This version will upgrade your config and locale files. If you use a customized locale you will need to update that as well to include any new translations. It will backup the existing en_us.json file if it exists.
As with any update, please backup your AuctionHouse folder and test on a test server first. I do my best to test all features, but sometimes bugs happen.
Updates:
- Fixed a potential exception issue
Fixed a reported issue where the MenuListener might throw "java.lang.IllegalStateException: Title not set" when trying to handle an inventory with no title using the 1.14. This issue can occur if not using to the latest 1.14 Spigot version.
New Features:
- Added support for disabled-worlds
Added support to disable all AuctionHouse commands from worlds listed listed in the disabled-worlds string list of the config.yml file.
Code (Text):
disabled-worlds:
- world_nether
- world_the_end
- Current config file version is now 8.
- Current locale file version is now 12.
The following translation was added to the bottom of the en_us.json file:
Code (Text):
"warning.command.disabled_world": "This command is disabled in this world!"