All versions
1.2
Release
Cobblemon Leaderboards 1.24 months ago 19
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
1.2 Done
Changes
- Added live timer on leaderboard boards
- Added in-game config support on NeoForge
- Added server config options for leaderboard refresh time
- Added server config options for hologram footer refresh time
- Added server config option for preview duration
- Added
/leaderboard reloadto reload config and refresh boards - Added missing language entries for config screen and board entity name
- Added Configured background metadata for NeoForge and Fabric
<li>Added adaptive board capacity based on board size</li>
<li>Added improved board content layout to properly use the full board area</li>
<li>Added support for large boards displaying much more players</li>
<li>Added persistent board style data per leaderboard</li>
<li>Added board style commands for title/subtitle scale customization</li>
<li>Added board style commands for Minecraft color customization</li>
<li>Added customizable board colors for title, subtitle, body, footer, and top 1/2/3 entries</li>
<li>Added JSON export support for full placed leaderboard data</li>
<li>Added player feedback when a board selection is invalid</li>
<li>Added player feedback when a board selection is valid, including detected board size and max player capacity</li>
<li><em>Dev note: Change the maven group path</em></li>
Fixes
- Fixed major server lag caused by preview entity scans across the whole level
- Fixed board footer timer to update live on client without server cost
- Fixed board refresh timestamp being applied in the wrong order
- Fixed missing localization showing raw translation keys in several places
- Fixed board entity name showing as raw key in-game
<li>Fixed board rendering being too compact at the top of the board</li>
<li>Fixed board layout not extending properly toward the bottom-right of the board</li>
<li>Fixed board player capacity being incorrectly capped for larger boards</li>
<li>Fixed board style changes not applying correctly to rendered boards</li>
<li>Fixed board style data not being fully exported in world JSON</li>
<li>Fixed title scale customization not applying correctly on rendered boards</li>
<li>Fixed selection validation being unclear for invalid wall sizes or invalid wall planes</li>
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:UaV9HcDM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Vb1pXlt5:UaV9HcDM"
}

