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
- Host: GitHub
- URL: https://github.com/undefinedcreations/stellar
- Owner: UndefinedCreations
- License: mit
- Created: 2024-10-23T13:58:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-13T23:26:12.000Z (about 1 year ago)
- Last Synced: 2025-04-14T02:35:26.372Z (about 1 year ago)
- Topics: api, brigadier, commands, java, kotlin, library, minecraft, nms, papermc, spigotmc
- Language: Kotlin
- Homepage: https://docs.undefinedcreations.com/stellar/
- Size: 1.25 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)