feat: 允许 run 命令传参

This commit is contained in:
2024-03-19 15:24:22 +08:00
parent 22c9c25e6a
commit c8f663cad6
6 changed files with 26 additions and 14 deletions

View File

@@ -6,8 +6,8 @@ plugins {
}
group = "cn.hamster3.mc.plugin"
version = "1.0.5"
description = "为Minecraft服务器导入 OpenJDK Nashorn 引擎来执行 JavaScript 脚本"
version = "1.0.6"
description = "为Minecraft服务器导入 Nashorn 引擎来执行 JavaScript 脚本"
repositories {
maven {