Skip to content

5.0.0.7

Choose a tag to compare

@Ghost-chu Ghost-chu released this 06 Sep 07:02
· 1269 commits to release since this release
d40534a

4.x to 5.x is a major breaking update, read the 5.x main-changelog here before upgrading from 4.x to 5.

New Features

  • /qs find outputs now support hover item previewing
  • [ADDON] /qs list outputs now support hover item previewing
  • [ADDON] /qs list now supports tab-completing for online players if player have permission to listing other shops

Changes

  • Barrel now added to default store container list, this change will only affect the new generated configuration.
  • Maxmium item price in price-restriction.yml was limit to up to 999999999999999999999999999999.99 (1.0E30) to adapt decimal (32,2) to avoid over database data type limit to prevent SQLException, this change will only affect the new generated configuration.
  • Some invalid configuration nodes will be removed from configuration after this update (those options nolonger works for a long time ago).

Bug Fixes

  • Fixed shop deleting was recorded as shop creating in database.
  • Fixed PackageUtil#parsePackageProperly doesn't work when user disabled debug logger, it also affected -Dcom.ghostchu.quickshop properly args.