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: -
Item listed and item sold messages will now use the custom name. The messages in the locale json file were updated to allow when an item is listed or sold to show the custom name of an item in chat. if no custom name, it will look for a localized name, if not found it will default to the item name.
-
Added logging feature for item transactions. The config.yml now contains a log section with options for enabling/disabling logging of listed, sold, cancelled, returned, dropped and purged items to a separate log file under the logs directory under the plugin's data folder.
In the previous release we added an event called AuctionItemEvent, this logging feature listens for those events and outputs messages to a log file based the new messages added to the locale json file.
This feature is useful for admins as a reference for resolving discrepancies with player listings. It will show the details of the listing including the item's enchantments. However, the item name will not be translated, nor does it show lore or damage value.
Note: Logging is enabled by default, so if you don't want this feature, please disable in the config.yml file.
- Current locale file version is now 11.
- Current config file version is now 7.