CustomMobSpawner allows you to create powerful custom mob variants that automatically apply to naturally spawned mobs, spawner mobs, and spawn egg mobs. Transform ordinary creatures into unique encounters with custom equipment, enhanced stats, special abilities, and more!
Comprehensive Mob Customization:
Make custom mobs that only spawn when specific conditions are met:
Simple JSON Configuration: Easy-to-edit configuration files
Auto-Generated Examples: Comes with example configurations to get you started
Hot Reload: Use /cms reload to apply changes without restarting
In-Game Commands: List configurations and get detailed information
Comprehensive Documentation: Detailed README file with all available options
/cms reload - Reload all mob configurations/cms list - Show all loaded custom mob configurations/cms info <mobName> - Get detailed information about a specific configuration
All customizations are configured through simple JSON files in config/CustomMobSpawner/Mobs/.
The mod automatically generates example files and a comprehensive README to help you get started.
For complete documentation and advanced examples, refer to the README.txt file generated in your config/CustomMobSpawner/ directory.
Example Json File:
{
"mobID": "minecraft:zombie",
"spawnRate": 25.0,
"customName": "§4Elite Zombie",
"hasBossBar": true,
"helmet": "minecraft:netherite_helmet",
"weapon": "minecraft:netherite_sword",
"weaponNBT": "{Enchantments:[{id:\"sharpness\",lvl:5}]}",
"extraHealth": 40.0,
"extraDamage": 10.0,
"potionEffects": [
{
"effect": "minecraft:strength",
"amplifier": 1,
"duration": 999999
}
]
}
Discord server: Here
You are welcome to include this mod in any modpack
You may not re-release this mod as your own