The extended GuizhanLib for Kotlin Slimefun/Rebar addon development.
Adopted and extended part of sf4k.
You have to apply kotlin stdlib and reflect dependencies to your project on your own.
Then, add the following to your build.gradle.kts:
dependencies {
implementation("net.guizhanss:guizhanlib-kt-all:[VERSION]")
}If you only need a specific package, use the specific package name instead of all.
If you want to use snapshot versions, add the following to your repositories:
repositories {
maven("https://central.sonatype.com/repository/maven-snapshots/")
}- Kommand for the DSL style command framework