Improvements
- Improved GUI handling to resolve a potential compatibility issue with Folia.
- Improved sound system by playing sounds directly to the player instead of at their location.
- Improved some minor performance issues on certain servers.
Features
- Added action bar announcements for item listings (configurable in messages config, leave blank for no action bar).
- Added configurable option to persist sorting preferences in the database.
- Added configurable SignGUI lines via messages config.
- Added new purchase notification via webhook.
Analytics
- Integrated FastStats Analytics to provide deeper insight into plugin usage and server performance.
- Collects anonymized data such as active server count, player activity, and plugin performance.
- Added real-time error tracking and reporting to quickly identify and resolve issues.
- If you wish to opt out of the analytics, you can do so by disabling ENABLE_ANALYTICS in your main configuration file.
Bug Fixes
- Fixed issue preventing adjustment of sound volume in sounds.yml.
- Fixed potential server crash caused by packet flooding.
- Resolved various minor stability issues.
This is the first part of the large update, the reason is to get analytics + bug fixes out ASAP while having the big features be released on the 7th.
Changelog
- Fixed a data loading issue that could result in null data being returned
- Added additional null checks across the codebase to improve stability and prevent unexpected crashes
- Fixed color parsing in blocked item names, properly translating
&color codes into§formatting
Changelog
- Resolved an async error reported on Discord
- Fixed a Folia-related issue reported on Discord
- Addressed a rare bug where players sometimes did not receive money from item sales
- Removed ASYNC-GUI and ASYNC-SIGN-GUI from the main configuration
- SignGUI now works without issues on Folia
- Fixed issue where blacklisted renamed items could be sold if stored inside shulker boxes
- Fixed a rare exception in the Auction GUI when using Folia
- Improved redis Auction GUI speed & performance
- Fixed an issue with blocked items not being checked in shulkers
- Added a new Fast Buy feature with the command /ah fastbuy, using a permission from the config. Also adds a placeholder %zelauction_fastbuy%
- The Your Items GUI size is now determined by the disposition
Update Notes:
- Fixed a rare MySQL exception
- Improved null checks across all database operations
- Auction GUI size is now configurable and no longer forced to a fixed size
- Fixed pagination issues in the inspect transactions menu
- Added Bedrock support, allowing bedrock users to preview shulkers
- Fixed sound's breaking when volume or pitch was set below or above 1.0
- Added days to pagination (e.g. 167h 48m -> 6d 23h)
- Changed auction to run fully async, massively improving performance
Changelog
Features
- Implemented auction locking system. (via /ah lock, uses config value Auction-Locked NOT database.)
- Introduced modern serialization method (compatible with Minecraft 1.21.8+).
- Added /ah migration, allowing migration from legacy format to modern (or the other way around).
Improved GUI customization options.
Note: This requires you to delete all GUI configs and let them regenerate, or edit them manually to this format:
Code:GUI-Disposition: - '---------' - '---------' - '---------' - '---------' - '---------' - sfcbrn-ty
- Added Search Mode with chat-based search instead of SignGUI and configurable timeout.
- Restored asynchronous sign GUIs config option.
- Introduced preliminary API (API-only .jar available upon request).
Bug Fixes
- Resolved multiple Redis-related issues.
- Fixed various MySQL problems.
Changes
- Deprecated legacy serialization method (unsupported in 1.21.8+).
- Optimized caching system for better performance.
-# if
- Adds the ability to add fill items to the menus (like stained glass in certain slots)
- Adds the ability to list items without GUI confirmation
- Adds the ability to block items with certain names
- Adds an option to disable listing renamed items
- Adds support for:
/ah <item> <stack/shulker><stack>is chosen it will only list items in a full stack, if<shulker>is chosen it will only show the<item>but in shulkers
ZelAuction Update Changelog
Features
:bangbang: Note: Redis support is still in beta. Expect some instability and report any issues.
- Full Folia support – compatible with Folia servers.
- Redis integration – enables cross-server auctions.
:warning: Make sure players have this permission before updating.
- Discord webhooks – send auction updates directly to Discord.
- New permission for
/ah:zelauction.use(configurable).
Changes
- Database operations are now fully asynchronous.
- Player actions update instantly while tasks run efficiently in the background.
- General performance and speed improvements.
Bug Fixes
- Fixed issues with leaf and SignGUI interactions.
- Fixed admin item removal not updating the GUI correctly.
- Fixed various minor bugs for better stability.
