Releases: BlvckBytes/QuickShopSearch
Releases · BlvckBytes/QuickShopSearch
v0.1.1
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 totrue, as to hide all shops which do not reside within the configurable radius of any existing player-warp. - Introduced config-sections
resultDisplay.enabledFilteringCriteriaandresultDisplay.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 tonoMatcheson a result-count of zero.
v0.1.0
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
Updates:
- Added support for QuickShop-Hikari >= 6.2.0.11
v0.0.53
Updates:
- Added search-flag
-Buyingwith permissionquickshopsearch.feature.search-flag.buying - Added search-flag
-Sellingwith permissionquickshopsearch.feature.search-flag.selling - Fixed unreachable flag
-Pricevia an internal change toSyllablesMatcher(shorter constants are now selected first)
v0.0.52
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
Updates:
- Introduced
playerWarpsIntegration.teleportCommandas 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
Updates:
- Now using the proper ID for OlzieDev Warp-equality
- Fixed set-like behaviour of the
ChunkBucketedCache - Now using the
BukkitAdapterto instantiate a WorldGuard-World
v0.0.49
Updates:
- Updated to the latest version of BukkitEvaluable, as to remove the prevention from enabling on 1.21.6
v0.0.48
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
Updates:
- The
IntegrationRegistrynow supports hot-reloading ShopFilteringCriteria#CAN_BUYalso considers the owner's balance if in buying-mode- Using the
BukkitAdapteronWorldGuard-integration (direct constructor-call caused InstantiationError; unstable API!)