Simple Mob Damage is a lightweight plugin. Just type the world + damage values in config and that's it!
You can even set the damage to 0 or to default value, so you can easily modify the only monsters you need.
Video made by Diamondsftw. Outdated - it didn't have world compatibility then!
Zombie
Skeleton
Spider
Creeper
Charged Creeper
Enderman
Wolf
Cave Spider
Slime
Silverfish
Zombie Pigman
Ghast
Magma Cube
Blaze
Iron Golem
Ender Dragon
Minecraft player can have 20 points of health (10 hearts). Each heart is worth 2 points, so half a heart is worth 1 point.
"Enderman: 4" sets the enderman damage to 2 heart,
"Zombie: 3" sets the zombie damage to 1 heart and a half.
"Creeper: 0" sets the creeper damage to 0,
"Wolf: -1" sets the wolf damage to default or you just can remove it at all.
That's how the code above looks for world "world1" and his nether:
world1:
Enderman: 4
Zombie: 3
Creeper: 0
world1_nether:
Enderman: 4
Zombie: 3
Creeper: 0
I set all monsters to -1 in world, so you would know how monsters are called in there. You can just remove what you don't need.
# -1 means default mob damage.
# !Don't forget to change you world name!
world:
Zombie: -1
Skeleton: -1
Spider: -1
Creeper: -1
Charged Creeper: -1
Enderman: -1
Wolf: -1
Cave Spider: -1
Slime: -1
Silverfish: -1
Zombie Pigman: -1
Ghast: -1
Magma Cube: -1
Blaze: -1
Iron Golem: -1
Ender Dragon: -1
world_nether:
Zombie Pigman: -1
Ghast: -1
Magma Cube: -1
If you have any suggestions or found a bug write a comment below.