Releases: myzticbean/QSFindItemAddOn
Releases · myzticbean/QSFindItemAddOn
2.0.8.0
Changes
- QS-Reremake support has been dropped completely
- GUI click is now async
- Changed logger statements to show Main/Async thread state
- Changed materials list in
LocationUtilsfromArrayListtoHashSetto improve performance - Added debug mode control via command:
/finditemadmin debug-mode {enable | disable} - Bumped Paper API version to
1.21.11-R0.1-SNAPSHOT - Bumped Kyori's
adventure-apito 4.26.1 - Bumped
worldguard-bukkitto 7.0.16 - Bumped
playerwarps-apito 7.10.0 - Removed Spigot API dependency
- Bumped
Quickshop-Hikarito 6.2.0.11 - Folia support [#91] by Jsinco
- Bumped
essentialsXto 2.21.2
Known issues
- Teleportation is broken on Folia servers
Bug fixes
- Fixed a bug during loadShopsFromFile if one of the loaded shops was null by adding a null check
- Bug fix for update checker, notify snapshot version availability for snapshot users only (#102)
2.0.7.7
Changes
- Changed comma delimiter to triple pipe (PR #83 by @MattDeWeerd)
- Added initial classes for Modrinth API integration and a VirtualThreadScheduler for handling asynchronous tasks.
- Relocated all enum classes from the
utils.enumspackage tomodels.enumsto improve project structure and organization. - Bumped Spigot dependency to
1.21.8-R0.1-SNAPSHOT - Bumped QS-Hikari dependency to
6.2.0.10 - Bumped Bentobox dependency to
3.7.3
2.0.7.6
Bug fixes
- Fixed
/finditem hideshop//finditem revealshopnot working for newly created shop - Added support for custom-model-data to the GUI filler item
- Added support for
{SHOP_WORLD}placeholder in custom commands
Changes
- Optimized the size of the
shops.jsonfile - Updated config version to
21
2.0.7.5
2.0.7.4
2.0.7.3
Changes
- JDK version upgraded from 17 to 21
- Added check to exclude shops of
buyingshops for owners who don't have enough money. - Bentobox integration to ignore shops in locked islands
Bug fixes
- Hideshop/revealshop should work with double chests also
- bentobox integration bug fixes (#65)
- version bump for simpAPI
2.0.7.1
2.0.6.4-RELEASE
Changes
- Residence support for fetching the residence the shop is in (including subzones) (#45) [Contribution by SengyEU]
- Configurable "No ... near shop" messages (#45) [Contribution by SengyEU]
- Spigot API updated to 1.21.
Bug fixes
- Fixed NPE when putting AIR as a filler item (#46) [Contribution by SengyEU]
- Fixed bug where exception was thrown when trying to render player heads in GUI buttons (Broke in 1.21 update)
2.0.6.3-RELEASE
2.0.6.2-RELEASE
Changes
- Added option to show only player owned warps in GUI (#38)