Releases: BlvckBytes/QuickShopSearch
Releases · BlvckBytes/QuickShopSearch
v0.0.23
Updates:
- Implemented remote shop-interaction, allowing to buy/sell from any arbitrary distance
- Added permissions
quickshopsearch.feature.interact
andquickshopsearch.feature.interact.other-world
Updated Existing Config-Keys:
resultDisplay.items.representativePatch.lore
has been updated to displayREPRESENTATIVE-LORE-SHIFT-LEFT-CLICK-BUYING-DESCRIPTION
andREPRESENTATIVE-LORE-SHIFT-LEFT-CLICK-SELLING-DESCRIPTION
; either delete this key, or the wholeconfig.yml
to receive these changes.
v0.0.22
Updates:
- Added folia-support by employing
FoliaLib
v0.0.21
Updates:
- Added translation
tr_tr.txt
- Added support for QuickShop-Hikari version >=
6.2.0.8
, which broke all events, due to package-changes
v0.0.20
Updates:
REPRESENTATIVE-LORE-REMAINING-SPACE
andREPRESENTATIVE-LORE-REMAINING-STOCK
now show an infinity-symbol for infinite shops (was either real metric or -1 before)- reworked filtering logic to actually return sensical results for
HAS_STOCK_LEFT
andHAS_SPACE_LEFT
v0.0.19
Updates:
- Slots of not only items, but also pagination-outputs, as well as the UI-size in general, are now fully configurable
Breaking changes:
resultDisplay
inconfig.yml
has been changed in an incompatible way - auto-migration will work, but yield a bunch of "duplicate" legacy keys. Preferably delete the file.
v0.0.18
Updates:
- The pre-processor now supports loading arbitrary local files
v0.0.17
Update:
- Added translation zh_cn.txt
v0.0.16
Updates:
- Added shop filtering-criteria
HAS_SPACE_LEFT
- Now clearing the key-cache of
YamlConfig
after pre-processing scalar nodes
v0.0.15
Updates:
- Implemented the configuration pre-processor and added main language, namely
en_us.txt
Breaking Changes:
- Honestly, just delete the whole plugin-folder.
v0.0.14
Updates:
- Added shop-name to representative as well as sorting-criteria
- The UI now updates in real time with its displayed shops
- Reworked the
representativePatch
, as to not display useless information and improve on clarity - Reworked and improved the CachedShopRegistry, as to not get out-of-sync or make unnecessary computations