Skip to content

Releases: kous500/CurveBuilding

0.6.7

Choose a tag to compare

@kous500 kous500 released this 29 Apr 13:13

Plugin

  • Supported versions: Bukkit 1.20.2 to 1.21.11
  • Fixed a bug in the addPos integration function

For Developers

  • Conducted overall refactoring and core logic changes. Note that this may cause new bugs or impact curve generation.

Full Changelog: 0.6.6...0.6.7

0.6.6

Choose a tag to compare

@kous500 kous500 released this 02 Dec 15:00

Plugin

  • Supported versions: Bukkit 1.20.2 to 1.21.10

0.6.5

Choose a tag to compare

@kous500 kous500 released this 16 Aug 03:41
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

0.6.4

Choose a tag to compare

@wacch wacch released this 10 May 08:56
06a71ce

Plugin

  • Added Spanish Translation. / @Carel3DS @wacch
    • American Spanish (es-419)
    • Castillian Spanish (es-ES)

0.6.3

Choose a tag to compare

@wacch wacch released this 09 Feb 13:08
07e5553

Plugin

  • Compatible with versions 1.21 to 1.21.4
  • Fixed naming conventions for language files to be consistent

0.6.2

Choose a tag to compare

@kous500 kous500 released this 28 Jul 09:30
050eb5e

Plugin

  • Compatible with versions 1.20.2 to 1.21

Mod

  • Compatible with version 1.21
  • Fixed a bug where pos data was shared between different worlds

Common

  • Add Simplified Chinese translation #27 / @Dongyanmio

Notice

Java Upgrade

From CurveBuilding 0.6.1 onwards, the minimum Java version is 21 to run.

0.6.1

Choose a tag to compare

@wacch wacch released this 18 Jul 13:33
03ed813

Plugin

Notice

Java Upgrade

From CurveBuilding 0.6.1 onwards, the minimum Java version is 21 to run.

0.6.0

Choose a tag to compare

@kous500 kous500 released this 27 Dec 06:26
9274aaa

Plugin

0.5.1

Choose a tag to compare

@wacch wacch released this 14 Dec 14:07
0287767

Plugin

  • Fixed particle display issue in 1.20.2 or later #15 / @celerry

0.5.0

Choose a tag to compare

@kous500 kous500 released this 03 Aug 19:26
9e80e82

Mod, Plugin

  • //posのサブコマンドにinsert, remove, shiftを追加 #2
  • 言語zh-Hantを追加 / @TWME-TW
  • pos 1fのsetを無効化 #10
  • configのcurve.mex-set-lengthのデフォルト値を1000に変更

Plugin

  • パーティクル表示のパケット送信量削減 #9
  • //bcコマンドのr, fオプションをtab補完から削除
  • configのparticles.line.max-lengthのデフォルト値を1000に変更