NoMonsInMyWorld is a lightweight, server-side Minecraft Fabric mod for Cobblemon that gives you per-world control over Pokémon spawning. Block specific species, filter by type/shiny status, or completely disable spawns in hub worlds, minigame maps, or curated dimensions.
cobblemon:rattata)type=ghost), shiny/legendary status (shiny=true), or any Pokémon propertycobblemon:charizard in the Overworld)legendary=true Pokémon in survival worlds){
"version": "1.0.0",
"worlds": {
"minecraft:overworld": {
"spawning": {
"disallowedSpecies": ["cobblemon:rattata", "cobblemon:pidgey"],
"exclusionConditions": ["type=ghost", "shiny=true"],
"disableAll": false,
"excludeOwnedPokemon": true
},
"riding": {
"disallowedSpecies": ["cobblemon:charizard"],
"exclusionConditions": ["legendary=true"],
"disableAll": false,
"excludeOwnedPokemon": false
}
},
"minecraft:the_nether": {
"spawning": {
"disallowedSpecies": [],
"exclusionConditions": [],
"disableAll": true,
"excludeOwnedPokemon": true
},
"riding": {
"disallowedSpecies": [],
"exclusionConditions": [],
"disableAll": true,
"excludeOwnedPokemon": false
}
}
}
}