NoMonsInMyWorld

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.

NoMonsInMyWorld

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.

Features

Per-World Spawning Control

  • Species Blacklists: Block specific Pokémon by ID in any world (e.g., cobblemon:rattata)
  • Advanced Conditions: Filter by type (type=ghost), shiny/legendary status (shiny=true), or any Pokémon property
  • Global Spawn Toggle: Disable ALL Cobblemon spawns per-world with one config option
  • Owned Pokémon Filter: Allow player-owned Pokémon to be summoned even in worlds where wild spawns are blocked

Per-World Riding Control (New!)

  • Dimension-Specific Bans: Completely disable the ability to ride Pokémon in specific worlds (perfect for spawns or hubs)
  • Mount Whitelisting/Blacklisting: Prevent players from riding specific species (e.g., ban cobblemon:charizard in the Overworld)
  • Conditional Riding: Restrict riding based on properties (e.g., prevent riding legendary=true Pokémon in survival worlds)

Simple JSON Configuration

  • Automatic config versioning and backup (no manual migration needed)
  • Live reload support
  • Clear syntax: use species IDs, property filters, or boolean flags
{
  "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
      }
    }
  }
}

Performance & Safety

  • 100% Server-Side: No client mods required
  • Zero Tick Overhead: Event-based, runs only when Cobblemon tries to spawn

Dependencies

The NoMonsInMyWorld Team

Forgeborn tier frameprofile avatar
Owner
Forgeborn tier icon
  • 8
    Projects
  • 386.3K
    Downloads

More from HysocsView all

  • CobbleSpawnRegions project image

    CobbleSpawnRegions

    • 315
    • Mods

    Create named regions that control Cobblemon natural spawns and custom Pokemon spawns. Use it to create custom spawns for separate towns, routes, caves, arenas, and event areas without needing to modify the natural spawn behavior per world.

    • 315
    • June 18, 2026
    • Mods
    • +3
  • B-RTP project image

    B-RTP

    • 189
    • Mods

    BlanketRTP: A Minecraft Fabric mod for random teleportation with biome selection, gliding mechanics, and boss bar notifications.

    • 189
    • June 7, 2026
    • Mods
    • +3
  • CobbleBattleRewards project image

    CobbleBattleRewards

    • 16.8K
    • Mods

    A simple mod to provide rewards for completing battles with cobblemon

    • 16.8K
    • May 25, 2026
    • Mods
    • +4
  • E-Utils project image

    E-Utils

    • 350.6K
    • Mods

    EverlastingUtils is a robust utility library for Minecraft mod development and all of Hysocs mods.

    • 350.6K
    • May 16, 2026
    • Mods
    • +1
  • CobbleSpawnRegions project image

    CobbleSpawnRegions

    • 315
    • Mods

    Create named regions that control Cobblemon natural spawns and custom Pokemon spawns. Use it to create custom spawns for separate towns, routes, caves, arenas, and event areas without needing to modify the natural spawn behavior per world.

    • 315
    • June 18, 2026
    • Mods
    • +3
  • B-RTP project image

    B-RTP

    • 189
    • Mods

    BlanketRTP: A Minecraft Fabric mod for random teleportation with biome selection, gliding mechanics, and boss bar notifications.

    • 189
    • June 7, 2026
    • Mods
    • +3
  • CobbleBattleRewards project image

    CobbleBattleRewards

    • 16.8K
    • Mods

    A simple mod to provide rewards for completing battles with cobblemon

    • 16.8K
    • May 25, 2026
    • Mods
    • +4
  • E-Utils project image

    E-Utils

    • 350.6K
    • Mods

    EverlastingUtils is a robust utility library for Minecraft mod development and all of Hysocs mods.

    • 350.6K
    • May 16, 2026
    • Mods
    • +1