Skip to content

2.0.6.0-RELEASE

Compare
Choose a tag to compare
@myzticbean myzticbean released this 29 Apr 17:26
· 162 commits to master since this release
9827669

Changes (Feature request #23)

  • Plugin updated for Minecraft version 1.20.5.
  • Changed 15Min Scheduled Task to run in async thread (should help with lag).
  • Deprecated QSReremakeAPIHandler. Reremake implementation will no longer be updated. Last support is for QS-Reremake v5.1.2.5.
  • Changed logger statements to show Main/Async thread state.
  • Structural changes in the config.yml, specifically for shop-gui related options.
  • Fixed an issue with showing large numbers in currency.
  • Added new feature to format currency format. For example: will be shown as M. New config option to toggle it:
shop-gui:
  use-shorter-currency-format: true
  • New config option added as below to toggle if players should be allowed to warp to locked warps (Only for PlayerWarps).
player-shop-teleportation:
  nearest-warp-tp-mode:
    do-not-tp-if-warp-locked: true
  • Config version is now 15.