All versions
2.0
Release
Cobblemon Leaderboards 2.02 weeks ago 22
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Cobblemon Leaderboards v2.0
New
- Added event leaderboards with timed competitions.
- Added event boards and event holograms.
- Added event status displays: Starts in, Ends in, and Final Results.
- Added event management commands for creating, listing, disabling, refreshing, removing, archiving, extending, and importing events.
- Added simple duration syntax for events, such as
15min,24h, and7d. - Added global PostgreSQL leaderboards for supported hologram leaderboard types.
- Added server-only support for players joining without the client mod.
- Added Polish translation.
Changes
- Boards now require the client mod, while holograms continue to work server-side.
- Existing boards and holograms are automatically preserved and rebuilt when upgrading.
- Event leaderboards now stop counting automatically when their timer ends.
- Event displays stay visible after ending until removed by an admin.
- Leaderboard lists and info now show whether a leaderboard is local or global.
- Board tools now fail safely with a clear message when the player does not have the client mod.
Fixes
- Fixed clients without Cobblemon Leaderboards being unable to join servers using the mod.
- Fixed untranslated leaderboard text appearing for players without the client mod.
- Fixed board display references not being saved after automatic rebuilds.
- Fixed PostgreSQL global event sync failing when an event had no description.
Optional dependencies
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:5VPdXIP6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Vb1pXlt5:5VPdXIP6"
}



