Language

CobbleSpawners

CobbleSpawners

Modrinth

This Cobblemon addon mod allows map creators or admins to place custom Pokémon spawners, manage spawn settings via a GUI, and control Cobblemon spawning behavior, including Pokémon species, spawn chances, and custom stats.

31.5k downloads 28 followers updated 2mo ago
latest v2.1.7 Modrinth
Fabric 1.20.1 – 1.21.1 Game-mechanicsMobsUtility

CobbleSpawners

CobbleSpawners is a comprehensive Fabric mod for Cobblemon that gives server owners and map makers ultimate control over Pokémon spawning. Place and manage highly advanced spawners that can operate on timers, spawn Pokémon with custom stats and aspects, and even function in protected areas where natural spawning is disabled.


[WARNING]

CobbleSpawners is now in maintenance mode.

This mod will only receive bug fixes and compatibility updates when needed.
New features and future development have moved to CobbleSpawnRegions, which is the newer, better replacement for CobbleSpawners.

New users should use CobbleSpawnRegions instead.


Dependencies


Features

  • Advanced Spawner Blocks: Place custom spawner blocks that can be configured in-game. Make them visible or invisible, and even get copies of fully configured spawners to place elsewhere.
  • Granular Spawn Control: Configure spawn timers, the number of Pokémon to spawn at once, the total limit per spawner, and the radius in which they can appear.
  • Total Pokémon Customization: Control every aspect of the spawned Pokémon, including species, form, custom aspects (like shiny), level ranges, IV ranges for each stat, EV yields on defeat, size modifiers, and held items with custom chances.
  • Conditional Spawning: Set spawners to only operate during specific times (day/night), in certain weather conditions (clear, rain, thunder), and in specific location types (surface, underground, water).
  • Intelligent & Safe Spawning: Spawners perform advanced checks to ensure Pokémon only appear in safe, accessible locations within their radius.
  • Powerful Admin Tools: A full suite of commands and an intuitive GUI system allow for easy management, teleportation, and visualization of all spawners on the server.
  • Performance Features: Configure spawners to only be active when players are nearby and optionally force chunks to stay loaded to ensure consistent spawning in key areas.

Commands

The primary command is /cobblespawners, with the alias /cs.

| Command | Permission | Description |
| :--- | :--- | :--- |
| /cs listgui | cobblespawners.listgui | Opens the main GUI listing all spawners on the server for easy management. |
| /cs listgui <spawnerName> | cobblespawners.listgui | Opens the configuration GUI for a specific spawner. |
| /cs givespawnerblock | cobblespawners.givespawnerblock | Gives you a blank, configurable spawner block. |
| /cs givespawnerblockcopy <name> | cobblespawners.givespawnerblockcopy | (Very Useful!) Gives you a copy of an existing spawner, including all its Pokémon and settings. |
| /cs rename <oldName> <newName> | cobblespawners.rename | Renames an existing spawner. |
| /cs teleport <spawnerName> | cobblespawners.teleport | Teleports you directly to the specified spawner's location. |
| /cs togglevisibility <name> | cobblespawners.togglevisibility | Toggles the spawner block between being visible and invisible (air). |
| /cs toggleradius <spawnerName> | cobblespawners.toggleradius | Toggles a particle visualization of the spawner's radius, visible only to you. |
| /cs killspawned <spawnerName> | cobblespawners.killspawned | Kills all Pokémon currently spawned by a specific spawner. |
| /cs reload | cobblespawners.reload | Reloads all configuration files from disk. |
| /cs inspectnearest | cobblespawners.inspectnearest | Logs detailed information about the nearest Pokémon to the console, useful for debugging forms and aspects. |
| /cs addmon <spawner> <poke> [form] | cobblespawners.addmon | Adds a Pokémon with default settings to a spawner via command. |
| /cs removemon <spawner> <poke> [form] | cobblespawners.removemon | Removes a Pokémon from a spawner via command. |


Configuration

CobbleSpawners uses a multi-file configuration system located in config/cobblespawners/.

  • config.jsonc: This file contains global settings that affect all spawners.
  • /spawners/: This sub-directory contains an individual .jsonc file for each spawner you place, allowing for incredibly detailed and organized configuration.

config.jsonc - Global Settings

This file controls the mod's overall behavior.

| Setting | Description |
| :--- | :--- |
| debugEnabled | Set to true for extremely detailed console logs, which is helpful for troubleshooting spawn conditions. |
| cullSpawnerPokemonOnServerStop | If true, all Pokémon spawned by this mod will be removed when the server stops or restarts, preventing accumulation. |

Individual Spawner Settings (in /spawners/)

Each spawner has its own file, which you can manage via the in-game GUI (/cs listgui <name>) or by editing the file directly.

Key Spawner Options

| Setting | Description |
| :--- | :--- |
| spawnTimerTicks | The delay in game ticks (20 ticks = 1 second) between spawn attempts. |
| spawnLimit | The maximum number of Pokémon that can be active from this spawner at one time. |
| spawnAmountPerSpawn | The number of Pokémon to attempt to spawn each time the timer completes. |
| requirePlayerInRange | If true, the spawner will only activate if a player is within the playerActivationRange. |
| forceChunkLoading | If true, the spawner will keep its surrounding chunks loaded, ensuring it works even if no players are nearby. Ideal for automated arenas or world landmarks. |

Pokémon Entry Options

For each Pokémon you add to a spawner, you get access to a massive range of customization:

| Setting | Description |
| :--- | :--- |
| spawnChanceType | Determines how spawn chances are calculated. COMPETITIVE means all Pokémon in the spawner "compete" based on their weighted chance. INDEPENDENT means each Pokémon has its own individual percentage chance to spawn, allowing for multiple different species to spawn at once. |
| spawnSettings | A section to control the conditions for spawning: spawnTime (ALL, DAY, NIGHT), spawnWeather (ALL, CLEAR, RAIN, THUNDER), and spawnLocation (ALL, SURFACE, UNDERGROUND, WATER). |
| captureSettings | Control if the Pokémon isCatchable and if you want to restrictCaptureToLimitedBalls, where you can define a list of required Poké Balls. |
| ivSettings | If allowCustomIvs is true, you can set a min/max range for all six IV stats. |
| evSettings | If allowCustomEvsOnDefeat is true, you can define the exact EV yield players will receive for defeating the Pokémon. |
| heldItemsOnSpawn | If allowHeldItemsOnSpawn is true, you can provide a list of item IDs and the percentage chance for the Pokémon to be holding each one. |

Versions

Release
2.1.7
fabric · 1.21.1 · 2mo ago
- Fixed toggleradius (You can now see spawn area and spawn points of mons visually) - Fixed failed migrations and spawners randomly not working
2.9k
Release
2.1.6
fabric · 1.21.1 · 2mo ago
- Fixed issue that could cause failed migrations from older versions to the new config system
246
Release
2.1.5
fabric · 1.21.1 · 5mo ago
- Fixed 100% catchrate for pokemon spawned vai the spawner
3.6k
Release
2.1.4
fabric · 1.21.1 · 6mo ago
- Fixed edge case where removing a spawner would re-add the config file after reloading or restarting the server, leaving a invisible spawner still present
2.0k
Release
2.1.3
fabric · 1.21.1 · 6mo ago
- Fixed addmon command not working
120
Release
2.1.2
fabric · 1.21.1 · 6mo ago
- Now uses e-utils for scheduling
3.7k
Beta
2.1.1
fabric · 1.21.1 · 6mo ago
- Added multi file support (`please update to e-utils 1.1.1`), each spawner will now have its own jsonc file `Please backup your config incase migration…
290
Release
2.1.0
fabric · 1.21.1 · 7mo ago
**cobblespawners-2.1.0** - Spawners can now act as chunk loaders so clearlag and other functionality works when far away - Updated for cobblemon 1.7
1.0k
Release
2.0.7
fabric · 1.21.1 · 13mo ago
**Cobblespawners Update: 2.0.7** - Reworked wandering setting to be more strict so mons stay within set bounds - Fixed issue where disabling capture would…
9.8k
Release
2.0.6
fabric · 1.21.1 · 15mo ago
**Cobblespawners Update: 2.0.6** *Enhanced Spawner Functionality & Performance* *Note: This is a beta build with new features. Please report any issues you…
1.8k
Release
2.0.5
fabric · 1.21.1 · 15mo ago
- Fixed issue where some aspects where not showing in the selections gui - Reworked selection gui to be more performant - Added new global option to…
239
Release
2.0.4
fabric · 1.21.1 · 15mo ago
- Fixed error when selecting cobblemon in the gui with spaces in names (This also includes other cases such as symbols)
106

Comments 0

No comments yet. Be the first to share your thoughts.