Skip to content

Releases: myzticbean/QSFindItemAddOn

2.0.7.3

22 Jan 16:16
737d967
Compare
Choose a tag to compare

Release 2.0.7.3 Changes

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
  • bentobox integration bug fixes (#65)
  • version bump for simpAPI

2.0.7.1

28 Oct 15:18
e2301fb
Compare
Choose a tag to compare

release 2.0.7.1 (#58)

  • added config option to suppress update notifications in chat
  • added config option to configure blacklisted materials

2.0.6.4-RELEASE

25 Jul 07:43
93c9dac
Compare
Choose a tag to compare

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

07 Jul 17:26
6713784
Compare
Choose a tag to compare

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

18 Jun 11:46
Compare
Choose a tag to compare

Changes

  • Added option to show only player owned warps in GUI (#38)

2.0.6.1-RELEASE

07 May 18:34
6e0dc2f
Compare
Choose a tag to compare

Bug fixes

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

2.0.6.0-RELEASE

29 Apr 17:26
9827669
Compare
Choose a tag to compare

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).
  • Deprecated QSReremakeAPIHandler. 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: will be shown as M. 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.

2.0.5.7-RELEASE

20 Apr 05:51
375669c
Compare
Choose a tag to compare

Release 2.0.5.7

Bug fixes

  • Fixed a bug where disabling hideshop/revealshop will not disable it for /qs finditem (#13)
  • Fixed stock/space not updating properly from QS cache (#17)