DiscordSRV addon (beta), it's a standalone plugin and need you install DiscordSRV.
Players who linked with their Discord in game now can receive the discord alerts through DM.
Including:
Anyone sold/bought items to/from your shop.
The shop permission settings changed.
The shop transfer to you.
The shop has run out of space.
The shop has run out of stock.
Same as QuickShop-Hikari it self, the messages send to players though Discord also use client display languages.
If player offline, QuickShop-Hikari will try to use latest known client language.
User now able to add new languages by create a folder in overrides folder with locale code as name, and same name yaml file inside folder.
You can create a locale named hack for example, and add a same name language to game client by using Resources Pack, and QuickShop-Hikari will detect new language and loading translation from custom languages.
(upstream) VirtualDisplayItem 1.19.3 support.
Bug Fixes
Rewrtitten SimpleTextManager, CrowdinOTA and LanguageFilesManager
Replaced CrowdinOTA codes to a standalone, bug-free library CrowdinOTA
This fixed incorrect cache handling, QuickShop-Hikari can correct handling the translations that cached in disk, and validating them when next loading to make sure files exists, up-to-date.
This also make translation cache files name be more friendly (human readable).
Rewritten files loading logic in SimpleTextManager.
This fixed incorrect override order and incorrect whole section override.
It always loading files by order: built-in failback -> bundled -> crowdin -> user override
Fixed strings lost issue if user or crowdin or bundled translations only override part of strings in a section.