Skip to content

UndefinedCreations/Stellar

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