Skip to content

MelonHell/CloudMinestom

Repository files navigation

CloudMinestom

A minestom implementation of the Cloud Command Framework. (Pull Request)

Usage

Gradle

repositories {
    maven("https://maven.melonhell.ru/public")
}

dependencies {
    implementation("ru.melonhell.cloudminestom:cloud-minestom:1.0.0-SNAPSHOT")
}

Examples

Creating the command manager. You can also use the AsyncCommandExecutionCoordinator. And custom command sender mapper functions.

MinestomCommandManager<CommandSender> commandManager = new MinestomCommandManager<>(
        CommandExecutionCoordinator.simpleCoordinator(),
        Function.identity(),
        Function.identity()
);

Some code was taken from these repositories

About

A minestom implementation of the Cloud Command Framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors