Skip to content

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

License

Notifications You must be signed in to change notification settings

AppleFlavored/apollo

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages