Skip to content

Releases: BlvckBytes/QuickShopSearch

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!)

v0.0.46

18 May 15:24
dbf00ac

Choose a tag to compare

Updates:

  • Implemented worldguard-integration and added withinSameRegion-flags to the warps-integrations
  • Implemented region allow-lists for shop-advertising as well as auto-enable/disable-advertising
  • Added documentation regarding the worldguard-integration

v0.0.45

18 May 03:11
bb6d092

Choose a tag to compare

Updates:

  • Fixed max-units calculation in regards to fees
  • Now rendering the nearest player-warp details within the representative's lore if enabled via displayNearestInIcon
  • Now rendering the nearest essentials-warp details within the representative's lore if enabled via displayNearestInIcon
  • Fixed value of fees_final_price for ShopType#BUYING
  • Fixed order of operations for /qssrl on internals (some UIs required to reload twice)
  • Implemented a teleport-display to choose from Teleport Destinations, if there are more available than the shop itself
  • Added support for dev.revivalo's free alternative to PlayerWarps
  • Added support for Essentials's warps
  • Added enabled-flags to integration config-sections
  • The player-warp icon within the teleport-display now renders skull-textures

Required actions:

  • Delete the section resultDisplay.representativePatch or add the following lore-lines manually, right after the entry containing the is_buying-conditional:
      - |
        if player_warp_display_details and player_warp_name != null then
          @{REPRESENTATIVE-LORE-NEAREST-PLAYER-WARP}
        else
          null
      - |
        if essentials_warp_display_details and essentials_warp_name != null then
          @{REPRESENTATIVE-LORE-NEAREST-ESSENTIALS-WARP}
        else
          null