Skip to content

GufliMC/cloud-minestom

Repository files navigation

cloud-minestom

A minestom implementation of the Cloud Command Framework.

Usage

Gradle

repositories {
    maven { url "https://repo.jorisg.com/snapshots" }
}

dependencies {
    implementation 'com.guflimc.cloud:cloud-minestom:+'
}

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()
);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages