Maven Repository
We offer a public Maven repository for Lunar Client artifacts, hosted at https://repo.lunarclient.dev . Please note the TLD, .dev, which is used for all of our developer-facing documentation.
Visiting the root of the repository in a web browser will redirect to this page, providing instructions on how to add the repository.
Adding the Repository
<repositories>
<repository>
<id>lunarclient</id>
<url>https://repo.lunarclient.dev</url>
</repository>
</repositories>Adding Apollo as a dependency
The apollo-extra-adventure dependency is required if you do not already have a dependency to Adventure. Adventure does not need to be shaded into your plugin.
<dependencies>
<dependency>
<groupId>com.lunarclient</groupId>
<artifactId>apollo-api</artifactId>
<version>1.2.9</version>
<scope>provided</scope>
</dependency>
<!-- For Adventure support add the following dependency. -->
<dependency>
<groupId>com.lunarclient</groupId>
<artifactId>apollo-extra-adventure4</artifactId>
<version>1.2.9</version>
<scope>provided</scope>
</dependency>
</dependencies>Other artifacts
Apollo dependencies
Artifacts required to build Apollo.
com.lunarclient:apollo-extra-adventure4(source available in main Apollo repo, at https://github.com/LunarClient/Apollo )com.lunarclient:apollo-common(source available in main Apollo repo, at https://github.com/LunarClient/Apollo )com.lunarclient:apollo-protos(source available on Buf Schema Registry, at https://buf.build/lunarclient/apollo )
Legacy API
These artifacts are only available for backwards compatibility. All new development should use Apollo, our next-gen API platform.
API / sample implementations for the legacy Lunar Client API.
com.lunarclient:BukkitImpl(source available at https://github.com/LunarClient/BukkitImpl )com.lunarclient:bukkitapi(source available at https://github.com/LunarClient/BukkitAPI )com.lunarclient:bukkitapi-nethandler(source available at https://github.com/LunarClient/BukkitAPI-NetHandler )
Lunar Client forks
Forks of various open source libraries we use and publish.
org.cadixdev:mercury(source available at https://github.com/LunarClient/Mercury )org.cadixdev:mercurymixin(source available at https://github.com/LunarClient/MercuryMixin )org.spongepowered:mixin(source available at https://github.com/LunarClient/Mixin )com.eliotlash.molang:particleman(source available at https://github.com/LunarClient/particleman )software.bernie.geckolib3:core(source available at https://github.com/LunarClient/geckolib-core )