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
- Added
customBattleLevelconfiguration, which allows forcefully modifying the level during Pokémon ranked battles - Modified the previously confusing
bannedGenderstobannedGendersandbannedAbilities - After modifying the
cloudServerId, you can reload using/rank reload; there is no longer a need to restart the server - 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 '%,%';)

