Releases: BlvckBytes/QuickShopSearch
Releases · BlvckBytes/QuickShopSearch
v0.0.13
Updates:
- Fixed AsyncTaskQueue by no longer bypassing it's sequencing
- Reworked CommandUpdater's bukkit-package locator in BukkitEvaluable
v0.0.12
Updates:
- Drop-all now resets filtering- and sorting-state
- Added has_permission to
resultDisplay.sorting
andresultDisplay.filtering
- Updated config: no longer rendering filtering- and sorting-state if the player lacks permission to use the corresponding feature
v0.0.11
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
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 ofremaining_space
v0.0.9
Updates:
- Updated to latest ItemPredicate stringification API
v0.0.8
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
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
- Added permission
v0.0.6
Updates:
- Simplified language of default missing-permission messages
- Added missing lower-case transformation to QuickShopSearchCommand#filterLanguageCompletions
v0.0.5
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