Skip to content

Releases: CatEricka/WorldEditSelectionManager

2.0.0

25 May 08:05
Compare
Choose a tag to compare
  • File name: WorldEditSelectionManager-spigot1.16.5-jdk17-2.0.0.jar
  • Support PaperSpigot 1.16.5+
  • Compatible with FAWE 2.* and Java 17+

Added a new command /wsm|wss exclude_add_hand|addhand,
which can add the block on the main hand to the exclude_list.

Tested on PaperSpigot 1.16.5, 1.17.1, 1.18.2, 1.19.4 with FastAsyncWorldEdit-Bukkit-2.6.2-SNAPSHOT-437.jar

Note: PaperSpigot 1.16.5 needs to turn off the java version check to start with Java 17.
For example: java -DPaper.IgnoreJavaVersion=true -jar $PAPER_JAR -nogui


  • 文件名: WorldEditSelectionManager-spigot1.16.5-jdk17-2.0.0.jar
  • 支持 PaperSpigot 1.16.5+
  • 和 FAWE 2.* 以及 Java 17+ 兼容。

添加了新命令 /wsm|wss exclude_add_hand|addhand, 可以将手上的方块添加到排除列表。

在 PaperSpigot 1.16.5, 1.17.1, 1.18.2, 1.19.4 上与 FastAsyncWorldEdit-Bukkit-2.6.2-SNAPSHOT-437.jar 测试,工作正常。

注意:PaperSpigot 1.16.5 需要关闭 Java 版本检查才能使用 Java 17。
参数示例:java -DPaper.IgnoreJavaVersion=true -jar $PAPER_JAR -nogui

1.2.0

12 Aug 05:11
Compare
Choose a tag to compare

Add command alias for wss users (/wss).
Refactor async code, now has better performance.

1.1.1

06 Jan 05:17
Compare
Choose a tag to compare

Breaking change:

  • permission change: wsm.admin

fix:

  • check permission when execute command

破坏性变动:

  • 权限节点更改为: wsm.admin

修复:

  • 执行命令时检查权限

1.1.0

05 Jan 17:00
Compare
Choose a tag to compare

WorldEditSelectionManager-spigot1.17.1-jdk17-fawe2.0-1.1.0-shaded.jar 未测试

WorldEditSelectionManager-spigot1.17.1-jdk17-fawe2.0-1.1.0-shaded.jar untested

1.0.4

04 Jan 07:38
Compare
Choose a tag to compare
1.0.4 Pre-release
Pre-release

Check Player reference in async task

1.0.3

04 Jan 05:51
Compare
Choose a tag to compare
1.0.3 Pre-release
Pre-release

refactor

TODO:

  • add selection persistence function
  • right way cancel WorldEdit task

1.0.0

03 Jan 19:44
Compare
Choose a tag to compare
1.0.0 Pre-release
Pre-release

beta test