MCCommand

A library to help implement Bukkit and BungeeCord commands.

APACHE-2.0 License

Stars
0
Committers
3

MCCommand

A library to help implement Bukkit and BungeeCord commands.

Usage

For Maven:

    <dependency>
        <groupId>com.github.siroshun09.mccommand</groupId>
        <artifactId>bukkit</artifactId>
        <version>3.0.0</version>
    </dependency>
    <dependency>
        <groupId>com.github.siroshun09.mccommand</groupId>
        <artifactId>bungee</artifactId>
        <version>3.0.0</version>
    </dependency>

For Gradle:

    dependencies {
        compile 'com.github.siroshun09.mccommand:bukkit:2.3.0'
    }
    dependencies {
        compile 'com.github.siroshun09.mccommand:bungee:2.3.0'
    }

Documentations

Javadoc: https://siroshun09.github.io/MCCommand/

License

This project is under the Apache License 2.0 license. Please see LICENSE for more info.

Copyright © 2020-2021, Siroshun09

Package Rankings
Top 39.94% on Repo1.maven.org
Badges
Extracted from project README
Javadoc
Related Projects