/apollo

An implementation of Lunar Client's Apollo API for Minestom.

Primary LanguageJavaMIT LicenseMIT

Apollo for Minestom

This is an implementation of Lunar Client's Apollo API for Minestom.

Usage

Add the following repositories to your build.gradle.kts file:

repositories {
    mavenCentral()
    maven("https://jitpack.io")
    maven("https://repo.lunarclient.dev")
}

Add the following dependency to your build.gradle.kts file:

dependencies {
    implementation("dev.flavored:apollo:0.1.0")
}

Finally, initialize Apollo:

ApolloMinestomPlatform.init();

License

The source code in this repository is licensed under the MIT license. See LICENSE for more details.