Skip to content

UndefinedCreations/Stellar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stellar

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

Documentation

Documentation

Installation

Gradle

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

Maven

<repository>
    <id>stellar</id>
    <name>Stellar Repository</name>
    <url>https://repo.undefinedcreations.com/releases</url>
</repository>
<dependency>
    <groupId>com.undefined</groupId>
    <artifactId>stellar</artifactId>
    <version>(latest version)</version>
</dependency>

License

MIT

About

A simple, yet very powerful command framework for Kotlin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages