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

https://github.com/undefinedcreations/stellar

A simple, yet very powerful command framework for Kotlin
https://github.com/undefinedcreations/stellar

api brigadier commands java kotlin library minecraft nms papermc spigotmc

Last synced: about 1 year ago
JSON representation

A simple, yet very powerful command framework for Kotlin

Awesome Lists containing this project

README

          

# Stellar

Stellar is a simple, yet very powerful Spigot command framework.

## Documentation

[Documentation](https://docs.undefinedcreations.com)

## Installation

### Gradle

```gradle
maven {
name = "undefined-repo"
url = "https://repo.undefinecreation.com/releases"
}
```
```gradle
implementation "com.undefined:stellar:(latest version)"
```

### Maven

```xml

stellar
Stellar Repository
https://repo.undefinedcreations.com/releases

```
```xml

com.undefined
stellar
(latest version)

```
## License

[MIT](https://choosealicense.com/licenses/mit/)