Tags
Creators
Details
2.2
Compatibility
Changes
2.2 - 26.x support and improvements
This update brings support for 26.2 for all platforms and experimental paper builds (thanks to DaMarine) as well as some bug fixes regarding command registration.
On plugin servers based on Paper (not proxies, Spigot servers nor modded servers) you can now change ServerLinks dialog's title and the text on the pause menu button. This feature is only available on servers running Paper 1.21.7 or newer.
Visit the wiki for more information. If you encounter bug, please report it on GitHub or Discord, not on the reviews section.
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:gtWDB9au:ndeVkyI9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gtWDB9au:ndeVkyI9"
}

