Skip to content

3.6.0.0-beta2

Pre-release
Pre-release

Choose a tag to compare

@Ghost-chu Ghost-chu released this 17 Dec 15:28
· 2514 commits to hikari since this release
1074156

Discount Addon and Bug Fixes

Discount Addon

Christmas is coming! We've launched a new Beta version of Addon: Discount.
Now create a Discount Code and let others enjoy discounts in your store!

Create a discount code

To create a discount code, you need use command /qs discount create, there have few options you can custom including:

  • code name (e.g XMAS50OFF)
  • code type
    • PLAYER_ALL_SHOPS for all your shops
    • SPECIFIC_SHOPS
    • SERVER_ALL_SHOPS for all shops on this server (administrator)
  • max usage (like you can use this code up to 5 times)
    • -1 for unlimited
  • price rate
    • percentage: 30% is -70%
    • fixed: 50 is -50$
  • threshold (e.g only purchase over 500$ in one time then you can enjoy -50$ discount)
    • -1 for unlimited
  • expire time
    • -1 for unlimited
    • Support UNIX timestamp in seconds format.
    • Support Zulu standard format.

Follow the in-game tab-completer to fill arguments to create a discount code.

There is time format example:

Install your discount code

By execute command /qs discount install <code> to install a discount code, then it will applied to every purchase that applicable your installed discount code.

If discount codes are available, you will receive a prompt message when you clicking the shop.

Check your discount code information

By execute the command /qs discount info, you will able to check discount code information that you installed.

QuickShop-Hikari

New features

  1. Impl ShopInfoPanel event.

Bug Fixes

  1. Fixed QuickShop-Hikari languages override system.
  2. Fixed QuickShop-Hikari languages safe fallback system.