Skip to content

Releases: QuickShop-Community/QuickShop-Hikari

3.5.0.0-beta1

11 Dec 15:36
85e5d1d
Compare
Choose a tag to compare
3.5.0.0-beta1 Pre-release
Pre-release

Today is my birthday! 🎂 And here is birthday update!

This is a beta build, don't install on live server unless you have full backup.

New Features

  • 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.

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.
      • Fixed translations merge function.
      • Fixed third-party addons translations registering function.

Developer

  • ShopPlayerGroupSetEvent now provides player's uuid in event.

Misc

  • Bump adventure-minimessage-platform from 4.1.2 to 4.2.0.

Screenshots

There is quick preview of new features:




3.4.0.3

08 Dec 14:08
2c53521
Compare
Choose a tag to compare

3.4.0.3 released with 1.19.3 compatibility

New Features

  1. Spigot 1.19.3 compatibility.
  2. New command /qs database purgehistory for purge x days ago logs from your database.

Translations

  1. Updated translations from Crowdin.

3.4.0.2

27 Nov 07:33
bc0a0ea
Compare
Choose a tag to compare

New Features

  • [BETA] Velocity Compatibility Module (contribute by 4drian3d)
  • /qs find now supports Item Reference

Bug Fixes

  • /qs export command doesn't work anymore.

3.4.0.1

24 Nov 16:31
50f5f31
Compare
Choose a tag to compare

New Features

  • [BETA] Added BungeeCord Compatibility Module (#536).

Bug Fixes

  • Fixed /qs lookup create command always report name must applied to regex \w.

Download from Modrinth

22 Nov 16:34
3580667
Compare
Choose a tag to compare

You can download latest QuickShop-Hikari binary from https://modrinth.com/plugin/quickshop-hikari

1.0.0-pre1

13 Feb 08:28
f69db9c
Compare
Choose a tag to compare
1.0.0-pre1 Pre-release
Pre-release
Update README.md