Skip to content

Releases: BlvckBytes/QuickShopSearch

v0.0.13

12 Oct 13:00
5479d5a
Compare
Choose a tag to compare

Updates:

  • Fixed AsyncTaskQueue by no longer bypassing it's sequencing
  • Reworked CommandUpdater's bukkit-package locator in BukkitEvaluable

v0.0.12

11 Oct 10:11
b35d13c
Compare
Choose a tag to compare

Updates:

  • Drop-all now resets filtering- and sorting-state
  • Added has_permission to resultDisplay.sorting and resultDisplay.filtering
  • Updated config: no longer rendering filtering- and sorting-state if the player lacks permission to use the corresponding feature

v0.0.11

10 Oct 14:11
1b1bb28
Compare
Choose a tag to compare

Updates:

  • Added fully configurable names and aliases to all commands
  • No longer supporting empty predicates on /qssl
  • Improved appearance of lore-line-separators in default config file
  • Now depending only on the spigot-api; fixed partially failing relocation pattern

v0.0.10

05 Oct 21:58
bee1565
Compare
Choose a tag to compare

Updates:

  • Now adding CachedShop-instances in main thread, as to avoid retrieving database-cached values from the QuickShop-API; this fixes the initial -2-value of remaining_space

v0.0.9

05 Oct 11:37
fb61901
Compare
Choose a tag to compare

Updates:

  • Updated to latest ItemPredicate stringification API

v0.0.8

04 Oct 22:02
2ca7b8e
Compare
Choose a tag to compare

Updates:

  • Added proper usage message for /qssl to config
  • Added missing predicateParseError message to config
  • Improved translation-language parameter matching
  • Inaccessible (missing permission) commands are now hidden

v0.0.7

04 Oct 08:13
0ad1994
Compare
Choose a tag to compare

Updates:

  • Shop teleporting now selects the sign-side and affects the player's looking-direction
  • Implemented configuration-file reload command
    • Added permission quickshopsearch.command.qssrl
    • Added command /quickshopsearchreload alias /qssrl
    • Added configurable messages

v0.0.6

04 Oct 05:31
3a54879
Compare
Choose a tag to compare

Updates:

  • Simplified language of default missing-permission messages
  • Added missing lower-case transformation to QuickShopSearchCommand#filterLanguageCompletions

v0.0.5

04 Oct 03:04
2b40332
Compare
Choose a tag to compare

Updates:

  • Added a multitude of permissions, as inspired by Issue 4; see plugin.yml
  • Added a message sent before teleporting to a shop
  • Added a message sent before querying all shops
  • Unified config color scheme and reworked appearance
  • Added distance-variable to resultDisplay.representativePatch
  • Added DISTANCE sorting-criteria

v0.0.4

02 Oct 13:55
67394c1
Compare
Choose a tag to compare

Updates:

  • Fixed dysfunctional shops after teleport, see Issue 3
  • Now supporting skull-texture manipulation using the modern API, see Issue 1