Skip to content

Releases: BlvckBytes/QuickShopSearch

v0.1.1

19 Apr 12:29

Choose a tag to compare

Updates:

  • Updated to the latest API of QuickShop-Hikari 6.3.0.0-SNAPSHOT-5.
  • Added support for Minecraft 26.1+.
  • Introduced config-option playerWarpsIntegration.hideShopsWithoutNearbyWarp (requested by Snewmy); set to true, as to hide all shops which do not reside within the configurable radius of any existing player-warp.
  • Introduced config-sections resultDisplay.enabledFilteringCriteria and resultDisplay.enabledSortingCriteria (requested by Snewmy and noaskers, see #30); allows the user to selectively disable unwanted filtering- and sorting-criteria such that they become invisible in the UI.
  • No longer printing the beforeQuerying-message additional to noMatches on a result-count of zero.

v0.1.0

04 Feb 14:58

Choose a tag to compare

Warning

The configuration-structure of this release contains major breaking changes and is incompatible with the old system; please make sure to delete your QuickShopSearch/config-folder before updating as to let it regenerate from scratch (keep all other files in the main plugin-folder intact). We're sorry for any lost translations - this jump was absolutely necessary. Any offered translations will be added to the plugin as automatically provided templates for other users.

Warning

The API of ItemPredicateParser has been reworked to use modern components, so please make sure to also get the latest release of it installed on your server!

Updates:

  • Dropped support for old versions of QuickShop-Hikari, as their continual API-refactors are too much of a pain to simultaneously support; please simply keep up-to-date with the latest releases.
  • Added full support for QuickShop-Hikari 6.2.0.11 Release Candidate 2.
  • Migrated the configuration-system from legacy ampersand-sequences to ComponentMarkup, which operates on modern, fully-fledged components.
  • Various small cleanups and improvements which came with the refactor (no loss or addition of features).

v0.0.54

07 Dec 02:41

Choose a tag to compare

Updates:

  • Added support for QuickShop-Hikari >= 6.2.0.11

v0.0.53

07 Aug 02:55
26b27d9

Choose a tag to compare

Updates:

  • Added search-flag -Buying with permission quickshopsearch.feature.search-flag.buying
  • Added search-flag -Selling with permission quickshopsearch.feature.search-flag.selling
  • Fixed unreachable flag -Price via an internal change to SyllablesMatcher (shorter constants are now selected first)

v0.0.52

03 Jul 23:00
919fcc6

Choose a tag to compare

Updates:

  • Implemented support for AxPlayerWarps
  • Added config-key playerWarpsIntegration.doNotUseSlowTeleport (which is to be enabled if AxPlayerWarps already handles slow teleport)
  • Added config-key playerWarpsIntegration.teleportCommand.ax

v0.0.51

01 Jul 15:55
919fcc6

Choose a tag to compare

Updates:

  • Introduced playerWarpsIntegration.teleportCommand as to invoke real plugin-commands instead of just teleporting to the destination of the player-warp, which was not increasing the visit-counter, notify players, etc.

v0.0.50

24 Jun 21:52
4a8975e

Choose a tag to compare

Updates:

  • Now using the proper ID for OlzieDev Warp-equality
  • Fixed set-like behaviour of the ChunkBucketedCache
  • Now using the BukkitAdapter to instantiate a WorldGuard-World

v0.0.49

19 Jun 17:14
8220a27

Choose a tag to compare

Updates:

  • Updated to the latest version of BukkitEvaluable, as to remove the prevention from enabling on 1.21.6

v0.0.48

16 Jun 09:59
7b66684

Choose a tag to compare

Updates:

  • Removed permission quickshopsearch.feature.teleport
  • Added permission quickshopsearch.feature.teleport.shop
  • Added permission quickshopsearch.feature.teleport.player-warp
  • Added permission quickshopsearch.feature.teleport.essentials-warp

v0.0.47

04 Jun 08:56
e3e2d2a

Choose a tag to compare

Updates:

  • The IntegrationRegistry now supports hot-reloading
  • ShopFilteringCriteria#CAN_BUY also considers the owner's balance if in buying-mode
  • Using the BukkitAdapter on WorldGuard-integration (direct constructor-call caused InstantiationError; unstable API!)