All versions
1.4.2
Release
Cobblemon Leaderboards 1.4.24 months ago 35
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Cobblemon Leaderboards 1.4.2
This patch focuses on stability and server performance after the issues reported in 1.4.1.
Fixed
- Fixed leaderboards sometimes reappearing after being removed.
- Fixed preset/provisioned leaderboards being recreated in worlds where they were explicitly deleted.
- Fixed overly aggressive automatic refresh behavior that could impact server performance.
- Fixed leaderboard refreshes forcing distant chunks to load unnecessarily.
Improved
- Automatic leaderboard updates now prioritize nearby active areas instead of refreshing far-away displays with no players around.
- Better persistence handling for removed leaderboards.
- Reduced server load during refresh cycles, especially on larger multiplayer servers.
Notes
- This update is intended as a hotfix for the major stability and performance problems reported in
1.4.1. - Some crashes reported by server owners were traced to external Cobblemon-side issues rather than this mod directly, but this patch removes the main leaderboard-related causes of lag and repeated display problems.
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:Vb1pXlt5:lcwVnTkH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Vb1pXlt5:lcwVnTkH"
}

