Skip to content

Releases: kous500/CurveBuilding

0.6.6

02 Dec 15:00

Choose a tag to compare

Plugin

  • Supported versions: Bukkit 1.20.2 to 1.21.10

0.6.5

16 Aug 03:41
592160c

Choose a tag to compare

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

10 May 08:56
06a71ce

Choose a tag to compare

Plugin

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

0.6.3

09 Feb 13:08
07e5553

Choose a tag to compare

Plugin

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

0.6.2

28 Jul 09:30
050eb5e

Choose a tag to compare

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

Notice

Java Upgrade

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

0.6.1

18 Jul 13:33
03ed813

Choose a tag to compare

Plugin

Notice

Java Upgrade

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

0.6.0

27 Dec 06:26
9274aaa

Choose a tag to compare

Plugin

0.5.1

14 Dec 14:07
0287767

Choose a tag to compare

Plugin

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

0.5.0

03 Aug 19:26
9e80e82

Choose a tag to compare

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に変更

0.4.1

17 Jun 14:03
28a47fd

Choose a tag to compare

Mod, Plugin

  • Miencraft1.20.1に対応
  • ソースコードをGNU v3ライセンスで公開