promotional bannermobile promotional banner

Cobblemon Ranked

Added ranking system and cross server matching support for Cobblemon

File Details

cobblemon_ranked-v1.2.1.jar

  • R
  • Jul 12, 2025
  • 20.88 MB
  • 377
  • 1.21.1
  • Fabric

File Name

cobblemon_ranked-v1.2.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:cobblemon-ranked-1279164:6760209"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  1. Added customBattleLevel configuration, which allows forcefully modifying the level during Pokémon ranked battles
  2. Modified the previously confusing bannedGenders to bannedGenders and bannedAbilities
  3. After modifying the cloudServerId, you can reload using /rank reload; there is no longer a need to restart the server
  4. Fixed a bug where rank rewards could be obtained repeatedly in some cases (for version upgrades, the following SQL command can be used to clean up some erroneous data) UPDATE player_rank_data SET claimed_ranks = ( SELECT GROUP_CONCAT(entry.value) FROM ( SELECT value FROM json_each('["' || REPLACE(claimed_ranks, ',', '","') || '"]') WHERE value LIKE '%:' || format || ':%' ) AS entry ) WHERE claimed_ranks LIKE '%,%';)