Tags
Creators
Details
Licensed Apache-2.0
Created 4 years ago
Updated last month
All versions
5.4.0
Release
5.4.08 months ago 31.5K
Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
Platforms
Bukkit
BungeeCord
Folia
Paper
Purpur
Spigot
Velocity
Waterfall
Changes
- Added 1.21.11 support to Bukkit. Fabric and NeoForge got updated (older MC versions are no longer supported). Forge compilation is broken on 1.21.11, so it is still on 1.21.10 for now.
- Fixed HEARTS playerlist objective render type not working on 1.8 - 1.12
- Fixed plugin accidentally putting players into spectator gamemode view for other players
- Fixed component creation issue leading to a packet decoding error ("Tried to read NBT tag with too high complexity, depth > 512")
- Fixed nametags being forcibly hidden when player is invisible, making them not visible even for players in spectator gamemode
- Made scoreboard and bossbar toggle commands actually register as real commands, making them show up in tab complete
- Removed Sponge support (no one was using it and forge is still supported for sponge + forge runtime)
- Fixed 2 errors
- Fixed placeholder refreshing breaking when server is up for more than 25 days without a restart (the new limit is 292 million years)
- Fixed nametag color sometimes not getting last color of prefix correctly
- Fixed bossbar duplication on server switch on Velocity, which was caused by a compensation for a Velocity bug that was fixed
- Added anti-override to header/footer feature (does not work on Velocity)
If you are using 1.21.9+ atlas sprites, note that in 1.21.11 some sprites were moved from minecraft:blocks to minecraft:items, so you may need to update your configuration.
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:gG7VFbG0:BQc9Xm3K"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gG7VFbG0:BQc9Xm3K"
}

