
AxAuctions 1.22.1
A feature rich Auction House plugin with full multiserver support and more
1.17.1
Dec 27, 2024
1.17.1
1.17.0
Dec 27, 2024
1.17.0
- Improved speed of the history gui
- Added a 'max-history-length' config option.
- The plugin now caches some extra data, this should improve loading speeds further.
- Fixed an issue that caused the gui to not open after a reload
- Improved developer api, now there are 4 events available. (more info on the wiki)
- Currencies can now only be registered on startup (the configuration can still be reloaded)
- Improved placeholder system, placeholders are now also tab completable in /papi parse (the placeholders have not changed)
- Bunch of internal changes, nothing should break, but feel free to report any issues if there are any!
1.16.3
Dec 18, 2024
1.16.3
- Fixed an issue with the currency selector opening up even when players set a currency in the /ah sell command if the currency display name did not match the currency name.
- Fixed an exception caused by the currency file converter on some configurations.
1.16.2
Dec 17, 2024
1.16.2
- This update is the proper fix for the 1.16.0 version. It turns out that if there were expired items, the gui did not load because of a small oversight, this version fixes that and the gui is now very speedy. 😎
1.16.1
Dec 17, 2024
1.16.1
- Temporarily reverted parts of the previous gui update due to the gui not opening on some servers. (we will publish a proper fix for the new gui loading within a day)
1.16.0
Dec 16, 2024
1.16.0
!!! This update has a lot of internal changes, please read this before updating !!!
- Made it possible to use multiple currencies from plugins that support it. (https://docs.artillex-studios.com/axauctions-multi-currency-plugins.html) This requires us to migrate CoinsEngine and UltraEconomy configurations, so if you use either of these plugin, we suggest backing up the AxAuctions currencies.yml and database (although it was tested and only a few things will be moved)
- Drastically improved gui loading speeds, with a ~500 item sample database the auction gui loaded 90% faster than in the previous version.
- Improved the gui formatting, now all the items should be shown correctly even with plugins that edit items with packets (like eco plugins)
- Added EcoBits and RedisEconomy support
- We are dropping 1.18 support due to a library not supporting it anymore. According to bstats, only 5 servers are affected.
For developers:
- New API version: 3
- We have decided to switch to a more reliable system to handle currency transactions, this means that you will have to redo your CurrencyHook classes, more info: https://docs.artillex-studios.com/axauctions-developer-api.html
1.15.0
Dec 8, 2024
1.15.0
- Added 1.21.4 support
- Fixed some issues with commands on 1.21+ versions
1.14.0
Oct 26, 2024
1.14.0
- Added a gui-refresh-cooldown-milliseconds setting to the config, that can be used to add a refresh delay to guis
- Added 1.21.2-1.21.3 support
1.13.8
Oct 20, 2024
1.13.8
- Removed a debug message that was showing even if the debug mode was disabled
1.13.7
Oct 1, 2024
1.13.7
- Added an extra check that is very useful for shared servers that don't have their database on the same server.
- The previous also fixes that sometimes when buying items, they still appeared in the gui visually (a click/refresh got rid of them, but now this is cleaner)
- Some work on the plugin's api (which will be ready soon, hopefully)
1.13.6
Sep 23, 2024
1.13.6
- Fixed an issue with the "you do not have enough money" error sometimes appearing even when you have enough money.
1.13.3
Sep 15, 2024
1.13.3
- Performance improvements & some extra safety checks (especially for slower mysql servers)
- Added a debug mode, that should make reporting bugs much easier