Compare commits

..

8 Commits

Author SHA1 Message Date
Fortern 9d5ead014c ver 1.3
Build Plugin / Build with Maven (push) Successful in 38s
2026-06-07 19:20:48 +08:00
Fortern a5cd5aafec 异步工具
异步函数通过BukkitScheduler提交

fixup! 异步工具 异步函数通过BukkitScheduler提交

fixup! 异步工具 异步函数通过BukkitScheduler提交
2026-06-07 19:20:48 +08:00
Fortern 285f5273c3 ver 1.2 2026-06-07 19:20:48 +08:00
Fortern 8582161da3 workflows 2026-06-07 19:20:48 +08:00
Fortern de3a83deaa Depending on NBT-API 2026-06-07 19:20:48 +08:00
Fortern 9562519d1a ver 1.1 2026-06-07 19:20:48 +08:00
Fortern 29e5216c8c 占位符 2026-06-07 19:20:47 +08:00
Fortern 4cf440b843 区块等级 2026-06-07 19:20:47 +08:00
@@ -23,7 +23,7 @@ class HelperCommand(
) : TabExecutor {
private val subCommands: List<String> = listOf("loadlevel")
private val helpMessages = listOf(
Component.text("Minehunt v${plugin.description.version}", NamedTextColor.GREEN),
Component.text("fortern-helper v${plugin.description.version}", NamedTextColor.GREEN),
Component.text("/helper help ", NamedTextColor.GOLD)
.append(Component.text("帮助信息", NamedTextColor.WHITE)),
Component.text("/helper loadlevel <chunkPosX> <chunkPosZ> [world] ", NamedTextColor.GOLD)