HomeJavaModsCobbleRegions
CobbleRegions
ModsJava

CobbleRegions

by kiriheu · on Modrinth

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.1–1.21.11 · NeoForge⬇ Download for 1.21.1 · Fabric
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

CobbleRegions

Server-side Cobblemon sidemod that adds region-based level caps with per-player progression.

Each Minecraft world/dimension is assigned to a Region. Every Region has its own ordered cap track (for example: 14 -> 22 -> 28). Players can travel freely, but a Pokemon can never level past the cap currently unlocked in its origin Region.

Core Behavior

Config

Config is stored at config/cobbleregions.json on the server.

Example:

{
  "battleDisallowOverCapSendOut": true,
  "battleOverCapSendOutMessage": "<red>Over-cap Pokemon cannot be sent out in battle: {pokemon_list}</red>",
  "battleInsufficientCapPokemonMessage": "<red>Battle canceled: you need at least {required} non-fainted Pokemon within your current cap.</red>",
  "battleInsufficientCapPokemonReason": "<red>Not enough cap-legal Pokemon are available to start this battle.</red>",
  "regions": [
    {
      "id": "region_a",
      "dimensions": ["minecraft:overworld"],
      "caps": [14, 22, 28, 40],
      "capMessages": {
        "14": "Level cap reached for this region.",
        "22": "Another cap reached."
      }
    },
    {
      "id": "region_b",
      "prerequisite": "region_a",
      "prerequisiteMessage": "Complete {prerequisite} before leveling in {region}.",
      "dimensions": ["minecraft:the_nether"],
      "caps": [14]
    }
  ]
}

If a Region has no caps configured, it is treated as unlimited.

battleDisallowOverCapSendOut defaults to false. When true, CobbleRegions removes over-cap Pokemon from player battle rosters at battle start. If that leaves too few non-fainted Pokemon for the format, the battle is canceled.

Battle enforcement messages are configurable with MiniMessage:

Commands

Command access uses permission node cobbleregions.command.regions (defaults to permission level 2). Optional progress commands use permission node cobbleregions.command.regions.progress.

API

The RegionProgressApi class provides programmatic progress control for other mods or integrations.

Notes:

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more