Adventure platform implementations, for servers and proxies including Paper/Spigot/Bukkit and BungeeCord. Other platforms may be supported through native integration, or other libraries.
This is a fork of the original adventure-platform (now archived), maintained independently. Sponge support has been removed.
Group: studio.mevera.adventure — Maven Central publishing coming soon.
In the meantime, artifacts are available on GraveMC's repository:
<repository>
<id>gravemc-releases</id>
<url>https://repo.gravemc.net/releases/</url>
</repository><!-- Bukkit/Spigot/Paper -->
<dependency>
<groupId>studio.mevera.adventure</groupId>
<artifactId>adventure-platform-bukkit</artifactId>
<version>1.0.1</version>
</dependency>
<!-- BungeeCord -->
<dependency>
<groupId>studio.mevera.adventure</groupId>
<artifactId>adventure-platform-bungeecord</artifactId>
<version>1.0.1</version>
</dependency>Gradle (Kotlin DSL):
repositories {
maven("https://repo.gravemc.net/releases/")
}
dependencies {
implementation("studio.mevera.adventure:adventure-platform-bukkit:1.0.1")
// or
implementation("studio.mevera.adventure:adventure-platform-bungeecord:1.0.1")
}| Artifact | Description |
|---|---|
adventure-platform-api |
Core API |
adventure-platform-bukkit |
Bukkit / Spigot / Paper |
adventure-platform-bungeecord |
BungeeCord |
adventure-platform-facet |
Shared facet layer |
adventure-platform-viaversion |
ViaVersion bridge |
adventure-text-serializer-bungeecord |
BungeeCord text serializer |
Requires JDK 21+.
./gradlew build
adventure-platform is released under the terms of the MIT License.