fix(core-bukkit): 修复指令参数数量判断错误

This commit is contained in:
2025-03-11 08:21:30 +08:00
parent 571dd34bbd
commit c30e468635
2 changed files with 7 additions and 9 deletions

View File

@@ -1,11 +1,11 @@
plugins {
id("java-library")
id("maven-publish")
id("com.github.johnrengelman.shadow") version "8+"
id("com.github.johnrengelman.shadow") version "8.1.1"
}
group = "cn.hamster3.mc.plugin"
version = "1.3.4-SNAPSHOT"
version = "1.3.5-SNAPSHOT"
description = "叁只仓鼠的 Minecraft 插件开发通用工具包"
subprojects {