Unofficial site, not affiliated with modrinth.com.What is this?
Плагины/Shop Search
  • Build-260517

    beta17 мая 2026 г.

    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 your shop-sorting-method setting 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-distance config 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 to 0).

    PS: This is a snapshot build and bugs may arise.

  • 2.0.8.0-RELEASE

    release17 мая 2026 г.

    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-api to 4.26.1
    • Bumped worldguard-bukkit to 7.0.16
    • Bumped playerwarps-api to 7.10.0
    • Removed Spigot API dependency
    • Bumped Quickshop-Hikari to 6.2.0.11
    • Folia support by Jsinco
    • Bumped essentialsX to 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)
  • Build-260308

    beta8 марта 2026 г.

    Bug fixes

    • fix(folia): teleporting to shops on folia

    PS: Folia support is in early stages and bugs may arise.

  • Build-260225

    beta1 марта 2026 г.

    Changes

    • Folia Support
    • QS-Hikari 6.2.0.11 Support

    PS: Folia support is in early stages and bugs may arise.

  • 2.0.8.0-SNAPSHOT

    beta1 февраля 2026 г.
    • 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.

  • 2.0.8.0-SNAPSHOT

    beta31 октября 2025 г.

    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
  • 2.0.7.7-RELEASE

    release24 сентября 2025 г.

    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
  • 2.0.7.6-RELEASE

    release28 мая 2025 г.

    Bug fixes

    • Fixed /finditem hideshop//finditem revealshop not 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.json file
    • Updated config version to 21
  • 2.0.7.5-RELEASE

    release12 мая 2025 г.

    Changes

    • Updated dependencies to latest version
    • Fixed a bug teleporting to a shop without essentials (Thanks Jaden!)
  • 2.0.7.4-RELEASE

    release23 марта 2025 г.

    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.

  • 2.0.7.3-RELEASE

    release18 февраля 2025 г.

    Changes

    • JDK version upgraded from 17 to 21
    • Added check to exclude shops of buying shops 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
  • 2.0.7.2-RELEASE

    release25 ноября 2024 г.
    • fixed item meta not showing correctly in Search GUI
    • Player Warps dependency updated
  • 2.0.7.1-RELEASE

    release28 октября 2024 г.
    • 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"
      
  • 2.0.7.0-RELEASE

    release16 октября 2024 г.
    • Added runnable custom commands on GUI item click. New related config options added.
    • Added a new permission to bypass safety check for shop tp.
  • 2.0.7.0-SNAPSHOT

    beta1 октября 2024 г.

    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).
  • 2.0.6.4-RELEASE

    release27 июля 2024 г.

    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

    release6 июля 2024 г.

    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)
  • 2.0.6.2-RELEASE

    release6 июля 2024 г.

    Changes

    • Added option to show only player owned warps in GUI (#38) [Contribution by lukemango]
  • 2.0.6.1-RELEASE

    release7 мая 2024 г.

    Release 2.0.6.1

    Bug fixes

    • Changed scheduled task loggers to debug-mode only (#29)
    • Critical fix for players not getting teleported (#30)
  • 2.0.6.0-RELEASE

    release29 апреля 2024 г.

    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,100 will 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

Совместимость

Сведения

Лицензия:GPL-3.0-only
Опубликован:2 года назад
Обновлён:4 недели назад
ID проекта:
Главная