A highly productive command framework written in Kotlin. Commands in bukkit design is very robust, the main point of this framework, is to eliminate all of this complication.
command-framework is stored in jitpack repository, so all you need is here:
repositories {
maven("https://jitpack.io")
}
dependencies {
implementation("com.github.networkharmony:command-framework:1.2.0")
}