Tags
Creators
Details
Licensed GPL-3.0-only
Published 7 months ago
Updated 3 days ago
All versions
2.0
Beta
peyajCustomDisc 2.03 months ago 39
Compatibility
Minecraft: Java Edition
26.2
Platform
Paper
Changes
v2.0 - Minecraft 26.2 Compatibility Update
This update introduces full compatibility with the latest Minecraft and Paper versions (26.x through 26.2).
Key Improvements & Updates
- Minecraft 26.2 & Paper 26.x Support: Recompiled and verified against the latest Paper API.
- Java 25 (JDK 25) Runtime Compatibility: Upgraded codebase targets and compilation tools to utilize Java 25 compatibility, matching the new Paper server runtime requirements.
- API Adjustments: Internal alignment of text formatting APIs (Kyori Adventure) to prevent target validation conflicts and compile issues on modern server builds.
- Workspace Optimization: Cleaned up compilation remnants and minor internal optimizations for better overall reliability.
Requirements
- Server Software: PaperMC 26.1+ or newer.
- Java Version: Java 25 (JDK 25) or newer is now required to run this release.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:abKn8l6H:3a62UP1y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:abKn8l6H:3a62UP1y"
}

