Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/siroshun09/mccommand

A library to help implement Bukkit and BungeeCord commands.
https://github.com/siroshun09/mccommand

bukkit bungeecord java library minecraft spigot

Last synced: about 1 month ago
JSON representation

A library to help implement Bukkit and BungeeCord commands.

Awesome Lists containing this project

README

        

![Maven Central](https://img.shields.io/maven-central/v/com.github.siroshun09.mccommand/mccommand)
![Maven Central](https://img.shields.io/nexus/s/com.github.siroshun09.mccommand/mccommand?label=snapshot&server=https%3A%2F%2Foss.sonatype.org)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/Siroshun09/MCCommand/Java%20CI)
![GitHub](https://img.shields.io/github/license/Siroshun09/MCCommand)
[![Javadoc](https://img.shields.io/badge/javadoc-page-orange)](https://siroshun09.github.io/MCCommand/)

# MCCommand

A library to help implement Bukkit and BungeeCord commands.

## Usage

#### For Maven:

```xml

com.github.siroshun09.mccommand
bukkit
3.0.0

```

```xml

com.github.siroshun09.mccommand
bungee
3.0.0

```

#### 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](LICENSE) for more info.

Copyright © 2020-2021, Siroshun09