Stellar is a simple, yet very powerful Spigot command framework.
maven {
name = "undefined-repo"
url = "https://repo.undefinecreation.com/releases"
}
implementation "com.undefined:stellar:(latest version)"
<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>