Skip to content

Releases: BlvckBytes/QuickShopSearch

v0.0.33

10 Nov 20:05
fe5ebad
Compare
Choose a tag to compare

Updates:

  • ShopFilteringCriteria HAS_STOCK_LEFT and HAS_SPACE_LEFT no longer affect shops which do not support their respective mode
  • Improved on the error-reporting for malformed shops (no sign) in regard to toggling advertising

v0.0.32

10 Nov 02:15
84a3de0
Compare
Choose a tag to compare

Updates:

  • ResultDisplay#getPlayerBalanceForShopCurrency is now relative to the shop's world, not the player's
  • ShopFilteringCriteria#CAN_BUY now only affects selling shops
  • ResultDisplay 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

v0.0.31

09 Nov 14:06
df4f54c
Compare
Choose a tag to compare

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

09 Nov 00:45
4b4a63b
Compare
Choose a tag to compare

Updates:

v0.0.29

08 Nov 23:08
a9131b7
Compare
Choose a tag to compare

Updates:

  • Fixed a timing-based item-duplication-glitch for both survival- and creative-mode

v0.0.28

08 Nov 16:41
74a9049
Compare
Choose a tag to compare

Updates:

  • The ChatPromptManager now sanitizes input-messages, thus supporting injected colors by other plugins; it does so by employing ItemPredicateParser's more sophisticated sanitizer.

v0.0.27

29 Oct 12:23
1ba23ed
Compare
Choose a tag to compare

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

28 Oct 12:41
c7703e4
Compare
Choose a tag to compare

Updates:

  • Fixed malformed name and price variables

v0.0.25

28 Oct 10:47
9a3f7c2
Compare
Choose a tag to compare

Updates:

  • Improved version-detection (as they do not bump versions on dev-builds, for whatever odd reason)

v0.0.24

28 Oct 07:55
776e139
Compare
Choose a tag to compare

Updates:

  • Removed variable {currency} and now format {price} using the ShopManager, because Shop#getCurrency was always null and resulted in "?"

Breaking Configuration Changes:

  • All uses of {currency} will now result in an evaluation-error; please either remove them, or delete the config.yml.