▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/CobbleSpawners
CobbleSpawners

CobbleSpawners

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.

24.0K
25

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.

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.

CommandPermissionDescription
/cs listguicobblespawners.listguiOpens the main GUI listing all spawners on the server for easy management.
/cs listgui <spawnerName>cobblespawners.listguiOpens the configuration GUI for a specific spawner.
/cs givespawnerblockcobblespawners.givespawnerblockGives 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.renameRenames an existing spawner.
/cs teleport <spawnerName>cobblespawners.teleportTeleports you directly to the specified spawner's location.
/cs togglevisibility <name>cobblespawners.togglevisibilityToggles the spawner block between being visible and invisible (air).
/cs toggleradius <spawnerName>cobblespawners.toggleradiusToggles a particle visualization of the spawner's radius, visible only to you.
/cs killspawned <spawnerName>cobblespawners.killspawnedKills all Pokémon currently spawned by a specific spawner.
/cs reloadcobblespawners.reloadReloads all configuration files from disk.
/cs inspectnearestcobblespawners.inspectnearestLogs detailed information about the nearest Pokémon to the console, useful for debugging forms and aspects.
/cs addmon <spawner> <poke> [form]cobblespawners.addmonAdds a Pokémon with default settings to a spawner via command.
/cs removemon <spawner> <poke> [form]cobblespawners.removemonRemoves 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.

SettingDescription
debugEnabledSet to true for extremely detailed console logs, which is helpful for troubleshooting spawn conditions.
cullSpawnerPokemonOnServerStopIf 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

SettingDescription
spawnTimerTicksThe delay in game ticks (20 ticks = 1 second) between spawn attempts.
spawnLimitThe maximum number of Pokémon that can be active from this spawner at one time.
spawnAmountPerSpawnThe number of Pokémon to attempt to spawn each time the timer completes.
requirePlayerInRangeIf true, the spawner will only activate if a player is within the playerActivationRange.
forceChunkLoadingIf 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:

SettingDescription
spawnChanceTypeDetermines 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.
spawnSettingsA section to control the conditions for spawning: spawnTime (ALL, DAY, NIGHT), spawnWeather (ALL, CLEAR, RAIN, THUNDER), and spawnLocation (ALL, SURFACE, UNDERGROUND, WATER).
captureSettingsControl if the Pokémon isCatchable and if you want to restrictCaptureToLimitedBalls, where you can define a list of required Poké Balls.
ivSettingsIf allowCustomIvs is true, you can set a min/max range for all six IV stats.
evSettingsIf allowCustomEvsOnDefeat is true, you can define the exact EV yield players will receive for defeating the Pokémon.
heldItemsOnSpawnIf allowHeldItemsOnSpawn is true, you can provide a list of item IDs and the percentage chance for the Pokémon to be holding each one.

Совместимость

Minecraft: Java Edition

1.21.x1.20.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:LGPL-3.0-only
Опубликован:1 год назад
Обновлён:1 месяц назад
Главная