NOTE: This is a snapshot version and is only compatible with QS-Hikari v6.2.0.11 snapshots. If you are using QS-Hikari v6.2.0.10, then use AddOn v2.0.7.7-RELEASE.
Changes
- GUI click is now async
- Some performance tweaks
- Added debug mode control via command:
/finditemadmin debug-mode {enable | disable} - Internal API changes to make it compatible with QS-Hikari v6.2.0.11
- QS-Reremake support has been dropped completely
Changes
- 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 - Internal refactoring that shouldn't impact gameplay
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
Changes
- Updated dependencies to latest version
- Fixed a bug teleporting to a shop without essentials (Thanks Jaden!)
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
- fixed item meta not showing correctly in Search GUI
- Player Warps dependency updated
- Added config option to suppress update notifications in chat
suppress-update-notifications: false - Added config option to configure blacklisted materials
blacklisted-materials: - "BARRIER" - "STRUCTURE_BLOCK" - "COMMAND_BLOCK"
- Added runnable custom commands on GUI item click. New related config options added.
- Added a new permission to bypass safety check for shop tp.
Changes
- Added runnable custom commands on GUI item click. New related config options added.
- Added a new permission to bypass safety check for shop tp (
finditem.shoptp.bypass-safetycheck).
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)
Release 2.0.6.0
Changes (Feature request #23)
- Plugin updated for Minecraft version 1.20.5.
- Changed 15Min Scheduled Task to run in async thread (should help with lag).
- Reremake implementation will no longer be updated. Last support is for QS-Reremake v5.1.2.5.
- Changed logger statements to show Main/Async thread state.
- Structural changes in the config.yml, specifically for shop-gui related options.
- Fixed an issue with showing large numbers in currency.
- Added new feature to format currency format. For example:
$10,210,100will be shown as$10.21M. New config option to toggle it:
shop-gui:
use-shorter-currency-format: true
- New config option added as below to toggle if players should be allowed to warp to locked warps (Only for PlayerWarps).
player-shop-teleportation:
nearest-warp-tp-mode:
do-not-tp-if-warp-locked: true
- Config version is now 15.



