All versions
3.0
Release
Cobblemon Leaderboards 3.02 weeks ago 609
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Cobblemon Leaderboards v3.0
New
- Added global Pokédex completion leaderboards shared through PostgreSQL.
- Added Move Dex rankings for unique moves and total TMs learned.
- Added size records for the largest Pokémon and total XS/XL Pokémon owned.
- Added Alpha Hunter rankings for Alpha captures and unique Alpha species owned.
- Added combat rankings for losses, flee attempts, and successful escapes.
- Added timed-event support for compatible new statistics.
Changes
- Updated compatibility to Cobblemon 1.8.0+.
- Updated Alpha tracking to support Cobblemon’s native Alpha system.
- Improved command suggestions with alphabetical ordering, keyword matching, and live filtering.
- Made
/leaderboard reloadsafely reload, repair, clean up, and refresh leaderboards.
Fixes
- Fixed hologram lines sometimes becoming duplicated or superimposed.
- Fixed
/leaderboard reloadpotentially making broken holograms worse. - Fixed PostgreSQL connection failures repeatedly spamming the server console.
- Fixed Pokédex-based statistics for Cobblemon 1.8’s updated progression system.
Removed
- Removed support for Cobblemon 1.7.x.
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:bHEAkQl5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Vb1pXlt5:bHEAkQl5"
}

