Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
Platforms
Supported environments
Server-side
Singleplayer
Links
Tags
Creators
Details
Licensed MIT
Published 7 hours ago
Updated 3 weeks ago
A small percentage of zombies spawn as "leaders," granting them massive bonus health pools and high reinforcement spawn rates (no wiki page dedicated for leaders afaik, but here's one for zombies). No Mob Leaders strips these hidden bonuses.
Features
- Strips the vanilla leader bonus attribute modifiers (
minecraft:leader_zombie_bonus) that give mobs bonus HP. - Strips bonus reinforcement caller and callee chance modifiers.
- Choose exactly which bonuses to disable and which mobs or entity tags (
#tag) are affected. - Only required on the server (or singleplayer world).
Configuration
A very simple and straightforward config file located at config/no-mob-leaders.json:
{
"configVersion": 1,
"disabledMobTypes": [
"minecraft:zombie",
"minecraft:zombified_piglin",
"minecraft:husk",
"minecraft:drowned",
"minecraft:zombie_villager"
],
"removeHealthBonus": true,
"removeReinforcementBonus": true
}
- Supports entity tags using
#namespace:tag_namesyntax. /nomobleaders reloadto reload the config file without restarting the server.


