Tags
Creators
Details
All versions
4.0
Release
RMotd 4.04 months ago 196
Compatibility
Minecraft: Java Edition
26.1.x
Platforms
Bukkit
BungeeCord
Fabric
Folia
Forge
NeoForge
Paper
Purpur
Quilt
Spigot
Sponge
Velocity
Changes
What's new:
- loom removal on some
- fixes to deprecations
- update to 26.1 and then to 26.1.2
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| RMotd-BungeeCord-3.0.jar | Source jar | 6.55 KiB | |
| RMotd-Fabric-4.0.jar | Source jar | 7.46 KiB | |
| RMotd-Forge-3.0.0.jar | Source jar | 5.65 KiB | |
| RMotd-NeoForge-4.0.jar | Source jar | 6.88 KiB | |
| RMotd-Paper-4.0.jar | Source jar | 5.04 KiB | |
| RMotd-Quilt-4.0.jar | Source jar | 7.52 KiB | |
| RMotd-Sponge-4.0.jar | Source jar | 6.86 KiB | |
| RMotd-Velocity-4.0.jar | Source jar | 8.4 KiB |
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:HSjhA86G:nEvYWr0B"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HSjhA86G:nEvYWr0B"
}

