Releases: BlvckBytes/QuickShopSearch
Releases · BlvckBytes/QuickShopSearch
v0.0.33
v0.0.32
Updates:
ResultDisplay#getPlayerBalanceForShopCurrency
is now relative to the shop's world, not the player'sShopFilteringCriteria#CAN_BUY
now only affects selling shopsResultDisplay
no longer re-renders the whole UI on sorting-/filtering criterion selection changes- Implemented
/qs advertise
, see docs.- Added permission
quickshopsearch.command.advertise
- Added permission
quickshopsearch.command.advertise.owner-bypass
- Added permission
quickshopsearch.bypass-non-advertise
- Added permission
v0.0.31
Updates:
- Fixed priority of
AsyncPlayerChatEvent
, as to not have other plugins receive the input - Implemented
ShopFilteringCriteria#CAN_BUY
- Added permission
quickshopsearch.feature.live-updates
v0.0.30
Updates:
- Introduced access-lists, see Access-Lists
v0.0.29
Updates:
- Fixed a timing-based item-duplication-glitch for both survival- and creative-mode
v0.0.28
v0.0.27
Updates:
- Added
quickshopsearch.other-world
to view shops in other worlds - Added missing permission-nodes to plugin.yml
- Now displaying actions on representatives conditionally, based on the viewer's permissions
- Added world-name to lore-lines of representatives
- Added
ShopSortingCriteria#WORLD_NAME
- Added
ShopFilteringCriteria#SAME_WORLD
While there are no breaking configuration-changes, it is still advised to either delete representativePatch
or the whole config.yml
, as to receive the latest changes regarding lore-lines.
v0.0.26
Updates:
- Fixed malformed name and price variables
v0.0.25
Updates:
- Improved version-detection (as they do not bump versions on dev-builds, for whatever odd reason)
v0.0.24
Updates:
- Removed variable
{currency}
and now format{price}
using theShopManager
, becauseShop#getCurrency
was alwaysnull
and resulted in"?"
Breaking Configuration Changes:
- All uses of
{currency}
will now result in an evaluation-error; please either remove them, or delete theconfig.yml
.