Skip to content

提供基于 hyper-command 的 bukkit 命令系统组件包

License

Notifications You must be signed in to change notification settings

ideal-state/minecraft-fast-command

Repository files navigation

Minecraft Fast Command

Gradle Zulu JDK GitHub License GitHub code size in bytes GitHub Actions Workflow Status GitHub Release Discord


提供基于 hyper-commandbukkit 命令系统组件包

在 Maven 项目中使用

<dependency>
    <groupId>team.idealstate.minecraft</groupId>
    <artifactId>minecraft-fast-command-spigot</artifactId>
    <version>${version}</version>
</dependency>

在 Gradle 项目中使用

dependencies {
    implementation "team.idealstate.minecraft:minecraft-fast-command-spigot:${version}"
}
dependencies {
    implementation("team.idealstate.minecraft:minecraft-fast-command-spigot:${version}")
}

在哪下载 ?

前往 releases

如何构建

git clone https://github.com/ideal-state/minecraft-fast-command.git
cd ./minecraft-fast-command
./gradlew.bat :clean :minecraft-fast-command-spigot:jar

./gradlew :clean :minecraft-fast-command-spigot:jar

等待构建完成,在 ./build/libs 下会生成 .jar 工件

关于开发配置

local.properties

怎样成为贡献者 ?

在贡献之前,你需要了解相应的规范。前往查看

About

提供基于 hyper-command 的 bukkit 命令系统组件包

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages