Skip to content

0.6.5

Choose a tag to compare

@kous500 kous500 released this 16 Aug 03:41
· 8 commits to main since this release
592160c

General

  • Fixed an issue where the //undo command would not completely revert all changes in specific environments.
  • Fixed an issue where the block placement limit was not displayed correctly in FAWE environments.
  • Improved the robustness of YAML file loading.
  • Default values in the config file have been changed:
    • message-file: "%datafolder%/messages/en.yml" -> "%datafolder%/messages/en-US.yml"
    • curve.max-set-length: 1000 -> 10000
    • curve.default-max-change-limit: 1000000 -> 10000000
    • particles.line.max-length: 1000 -> 10000
    • render-preview.line.maxLength: 1000 -> 10000

For Developers

  • Fixed parts of the code where en.yml had not been changed to en-US.yml.
  • It is no longer necessary to modify the code when adding new language files to the resources.

Plugin

  • Supported versions: Bukkit 1.20.2 to 1.21.8

Mod

  • Supported version: Fabric 1.21.4