Skip to content

Files

Latest commit

Jun 25, 2025
c259ea5 · Jun 25, 2025

History

History
45 lines (33 loc) · 1.04 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.04 KB

Stellar

Latest Version

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

Documentation

Documentation

Installation

Gradle

maven {
    name = "undefined-repo"
    url = "https://repo.undefinecreations.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