Skip to content

Releases: myzticbean/QSFindItemAddOn

2.0.8.0

23 Apr 02:44
158e75a

Choose a tag to compare

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 LocationUtils from ArrayList to HashSet to 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-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 [#91] by Jsinco
  • Bumped essentialsX to 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

24 Sep 18:03
d7f596a

Choose a tag to compare

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.enums package to models.enums to 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

28 May 16:53
7441de7

Choose a tag to compare

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

09 May 18:16
03ca489

Choose a tag to compare

Changes

  • Updated dependencies to latest version
  • Fixed a bug teleporting to a shop without essentials (PR #77)

2.0.7.4

20 Feb 16:05

Choose a tag to compare

Bug fixes

  • Fix for /finditem shows only 'searching...' but no GUI (PR #69) [Thanks @Jsinco!]

2.0.7.3

22 Jan 16:16
737d967

Choose a tag to compare

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

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

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

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

Choose a tag to compare

Changes

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