Перейти к содержимому
Mineforgian

Cobblemon Leaderboards

Adds customizable in-game leaderboard boards for Cobblemon servers to display player rankings and statistics.

Загрузки
17K
Подписчики
9
Обновлён
5 августа 2026 г.
Лицензия
All-Rights-Reserved

Опубликован 11 марта 2026 г.

image

image

image

image

Cobblemon Leaderboards

Cobblemon Leaderboards adds powerful, immersive, and fully in-world leaderboards to your Cobblemon server.
Show your best trainers with physical wall boards or floating holograms, complete with automatic refresh, live timers, admin tools, styling options, multilingual support, and modpack-ready preset placement files.

Built for multiplayer Cobblemon servers, this mod helps turn progression into part of the world itself, from Pokédex completion and shiny hunting to PvP success, breeding milestones, rare collections, and long-term trainer achievements.


Features

  • Display player leaderboards in-game as boards or holograms
  • Automatic leaderboard refresh system
  • Live board footer timer showing the last update and next refresh
  • Create and manage multiple leaderboards across your server
  • Adaptive board capacity based on board size
  • Improved board layout that properly uses the full board area
  • Support for larger boards displaying more players
  • Adjustable hologram line count with compact multi-column hologram layout
  • Preview board placement before creating it
  • Move, resize, clone, mirror, remount, refresh, or remove existing leaderboards at any time
  • Built-in selection wand for faster setup
  • Immediate player feedback for valid and invalid board selections
  • Customizable board title scale and subtitle scale
  • Customizable board colors using Minecraft color names
  • Customizable colors for title, subtitle, body text, footer, and Top 3 entries
  • Highlight the Top 3 with custom color support
  • JSON export support for placed leaderboard data
  • Built-in multilingual support for board-facing text
  • Modpack-friendly preset leaderboard system
  • Debug fake entries mode for testing displays before going live
  • Designed specifically for Cobblemon multiplayer servers
  • Supports both Fabric and NeoForge

Included Leaderboard Types

Core Progression

  • Top Pokédex completion
  • Most Pokémon caught
  • Top shiny hunters
  • Most battles won
  • Most eggs hatched

Advanced Collection

  • Unique Forms Collected
  • Shiny Forms Registered
  • Regional Forms Collected
  • Paradox Pokémon Collected
  • Alpha Pokémon Owned
  • Legendary Pokémon Owned
  • Mythical Pokémon Owned
  • Ultra Beast Pokémon Owned
  • Total Shiny Pokémon Owned
  • Total Level 100 Pokémon Owned
  • Highest Level Pokémon Owned
  • Total Pokémon Owned

Breeding and Quality

  • Perfect IV Pokémon Bred
  • Highest IV Total Pokémon Owned
  • Highest IV Average Pokémon Owned
  • Hidden Ability Pokémon Bred
  • Shiny Pokémon Bred

Battles and Encounters

  • PvP Battles Won
  • Trainer Battles Won
  • Wild Battles Won
  • Pokémon Fainted
  • Best Win Streak
  • Legendary Encounters
  • Shiny Encounters
  • First-Time Encounters

Trainer Activity

  • Pokémon Nicknamed
  • Pokémon Traded
  • Pokémon Released

Admin Tools

Cobblemon Leaderboards is designed to give server owners full control over how rankings are displayed in the world.

You can:

  • Create leaderboards in board or hologram mode
  • Select custom wall areas for board displays
  • Preview placements before final creation
  • Move leaderboards after placement
  • Resize board displays directly with dimensions
  • Clone existing boards
  • Change board facing and mounted direction
  • Adjust hologram line count
  • Customize board title scale, subtitle scale, and colors
  • Refresh one leaderboard or all leaderboards instantly
  • Reload config in-game
  • Test layouts with fake debug entries

This makes the mod ideal for:

  • Spawn ranking halls
  • Gym or PvP ranking areas
  • Pokédex challenge walls
  • Shiny hunter showcases
  • Seasonal or competitive server events
  • Staff-managed progression displays

Preset Leaderboards for Modpacks

Cobblemon Leaderboards supports preset leaderboard files from the config folder.

This lets modpack creators or server owners ship default leaderboard placements that automatically load into worlds.

Config folder

Place preset files here:

config/cobblemon_leaderboards/preset_leaderboards/

Use one file per dimension, for example:

  • minecraft__overworld.json
  • minecraft__the_nether.json

Example preset

File:

config/cobblemon_leaderboards/preset_leaderboards/minecraft__overworld.json

Content:

{
  "dimension": "minecraft:overworld",
  "version": "1.0",
  "leaderboards": [
    {
      "key": "spawn_pokedex",
      "type": "POKEDEX_COMPLETION",
      "mode": "BOARD",
      "facing": "south",
      "mountedFacing": "north",
      "min": { "x": 10, "y": 64, "z": 20 },
      "max": { "x": 13, "y": 61, "z": 20 }
    }
  ]
}

How preset versions work

  • If the preset version stays the same, it is not reapplied
  • If a player removes a preset leaderboard and the version did not change, it stays removed
  • If you increase the preset version, the preset file is applied again
  • When a new version is applied, old preset content is replaced by the new file content
  • If a leaderboard existed in the old preset but no longer exists in the new version, it is removed automatically

World storage

Preset-managed leaderboards are exported separately inside the world:

<world>/data/cobblemon_leaderboards/preset_leaderboards/

Manually created in-game leaderboards still use:

<world>/data/cobblemon_leaderboards/placed_leaderboards/


Commands

Main command:

  • /leaderboard

Available tools include:

  • /leaderboard wand
  • /leaderboard pos1
  • /leaderboard pos2
  • /leaderboard create <id> <type> <board|hologram>
  • /leaderboard list
  • /leaderboard info <id>
  • /leaderboard move <id>
  • /leaderboard resize <width> <height>
  • /leaderboard clone <new_id>
  • /leaderboard remove <id>
  • /leaderboard remove
  • /leaderboard refresh
  • /leaderboard refresh looked
  • /leaderboard reload
  • /leaderboard preview
  • /leaderboard preview clear
  • /leaderboard mirror
  • /leaderboard refacing <direction>
  • /leaderboard remount <direction>
  • /leaderboard holo lines <id> <3-20>
  • /leaderboard style <id>
  • /leaderboard style <id> title_scale <value>
  • /leaderboard style <id> subtitle_scale <value>
  • /leaderboard style <id> title_color <minecraft_color>
  • /leaderboard style <id> subtitle_color <minecraft_color>
  • /leaderboard style <id> body_color <minecraft_color>
  • /leaderboard style <id> footer_color <minecraft_color>
  • /leaderboard style <id> first_color <minecraft_color>
  • /leaderboard style <id> second_color <minecraft_color>
  • /leaderboard style <id> third_color <minecraft_color>
  • /leaderboard debug fake_entries on
  • /leaderboard debug fake_entries off

Compatibility

  • Minecraft 1.21.1
  • Cobblemon 1.7+
  • Multiplayer / server friendly
  • Supports Fabric and NeoForge
  • Requires the mod on both client and server for board rendering

Planned Features

  • More statistic types
  • More display customization
  • Additional integrations with Cobblemon systems
  • Expanded leaderboard configuration options
  • More advanced preset and styling options

Links

Our Story Network
Patreon: https://www.patreon.com/c/OurStoryCollection

Ченджлог

2.1hfРелиз1.21.1 · 5 августа 2026 г.

Cobblemon Leaderboards 2.1 Fabric Hotfix

Fix

  • Fixed a Fabric client startup crash caused by the client_ready network payload being registered twice.
  • NeoForge is not affected by this issue.
2.1Релиз1.21.1 · 31 июля 2026 г.

Cobblemon Leaderboards v2.1

New

  • Added automatic config migration for older config files
  • Added admin command /clb doctor to check leaderboard, config, and database status
  • Added startup diagnostics with clear server log warnings

Fixes

  • Fixed a client startup crash caused by duplicated Checker Framework packages in the NeoForge jar
  • Fixed PostgreSQL packaging so global leaderboard support no longer exposes conflicting dependencies
2.1Релиз1.21.1 · 31 июля 2026 г.

Cobblemon Leaderboards v2.1

New

  • Added automatic config migration for older config files
  • Added admin command /clb doctor to check leaderboard, config, and database status
  • Added startup diagnostics with clear server log warnings

Fixes

  • Fixed a client startup crash caused by duplicated Checker Framework packages in the NeoForge jar
  • Fixed PostgreSQL packaging so global leaderboard support no longer exposes conflicting dependencies
2.0Релиз1.21.1 · 29 июля 2026 г.

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, and 7d.
  • 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.
2.0Релиз1.21.1 · 29 июля 2026 г.

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, and 7d.
  • 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.
1.6Релиз1.21.1 · 19 мая 2026 г.

Cobblemon Leaderboards v1.6

New

  • Added optional CobbleDollars compatibility
  • Added a money_current leaderboard to show the richest players right now
  • Added a money_all_time leaderboard to track total money earned over time
  • Added a money_max_all_time leaderboard to show each player’s highest balance ever reached
1.6Релиз1.21.1 · 19 мая 2026 г.

Cobblemon Leaderboards v1.6

New

  • Added optional CobbleDollars compatibility
  • Added a money_current leaderboard to show the richest players right now
  • Added a money_all_time leaderboard to track total money earned over time
  • Added a money_max_all_time leaderboard to show each player’s highest balance ever reached
1.5Релиз1.21.1 · 16 апреля 2026 г.

Cobblemon Leaderboards 1.5

A big quality-of-life update focused on stability, cleanup, and making leaderboard management much easier after updates.

New

  • Automatic startup cleanup Old orphaned leaderboard displays are now cleaned up automatically when the server starts. This helps remove broken leftovers from older versions without manual intervention.

  • New /leaderboard cleanup command Server admins can now force a full cleanup at any time. It removes orphaned displays and rebuilds active leaderboards safely.

  • Polish language support Added pl_pl localization support for players using Polish.

Changes

  • Better recovery after version updates Leaderboards now recover much more cleanly when older board or hologram entities are still hanging around from previous versions.

  • Shared cleanup logic Automatic cleanup on startup and manual cleanup use the same rebuild process, so results are more predictable and reliable.

Fixes

  • Fixed hologram targeting for commands Commands like info, remove, refresh looked, and repair looked can now properly detect hologram leaderboards when you look at them.

  • Fixed admin issues with old holograms and boards Legacy displays from older versions could become impossible to modify or delete. Cleanup and detection have been improved so these cases are much easier to resolve.

  • Fixed orphaned display buildup Broken or outdated board/hologram displays could stack up over time. These are now cleaned up automatically and can also be removed manually with the new cleanup command.

  • General command stability improvements Leaderboard management commands were cleaned up and made more reliable overall.

Комментарии

Загружаем…