
7.1K
28
Changelog
- Java 25 & Paper API 26.x support: ready for the latest server versions out of the box.
- Noticeably faster searches on large servers: the shop list sync that runs every 15 minutes (and on startup) has been rewritten to scale linearly instead of getting slower the more shops your server has. Servers with thousands of shops will see a significant drop in that sync time.
- Search results now always respect your configured sorting method: previously, browsing all shops (
/finditem TO_BUY *) ignored yourshop-sorting-methodsetting and always sorted by a fixed method. It now behaves the same as all other searches. - Snappier GUI clicks: shop teleportation and custom command execution on GUI click are now faster under the hood, with less redundant work per click.
- New: limit search results by distance (#107): a new
shop-search-max-distanceconfig option lets you hide shops that are too far away from the searching player. Set it to a block radius (e.g.1000) to keep results local. Disabled by default (set to0).
PS: This is a snapshot build and bugs may arise.
Changes
- QS-Reremake support has been dropped completely
- GUI click is now async
- 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 by Jsinco
- Bumped
essentialsXto 2.21.2
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)
Bug fixes
- fix(folia): teleporting to shops on folia
PS: Folia support is in early stages and bugs may arise.
Changes
- Folia Support
- QS-Hikari
6.2.0.11Support
PS: Folia support is in early stages and bugs may arise.
- QS-Reremake support has been dropped completely
- GUI click is now async
- Added debug mode control via command:
/finditemadmin debug-mode {enable | disable} - Version bumps for dependencies.
- Support for
Quickshop-Hikari 6.2.0.11-RELEASE-CANDIDATE-2
NOTE: This is a snapshot version and is only compatible with
QS-Hikari v6.2.0.11-RELEASE-CANDIDATE-2. If you are using QS-Hikari v6.2.0.10, then use AddOn v2.0.7.7-RELEASE.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
- Bumped Spigot dependency to
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
- Fixed
Changes
- Updated dependencies to latest version
- Fixed a bug teleporting to a shop without essentials (Thanks Jaden!)
Bug fixes
- Fix for /finditem shows only 'searching...' but no GUI [Thanks @Jsinco!]
If you would also like to contribute to the plugin updates, check out the github repository here.
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 config option to suppress update notifications in chat
- 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)
Changes
- Added stack size placeholder to shop lore (#37)
- Added a 500 block limit for searching nearby PlayerWarp (ToDo: to be made configurable in a future version)
Changes
- Added option to show only player owned warps in GUI (#38) [Contribution by lukemango]
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.
1

