Simple Mob Damage
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!
Supported Mobs - ALL
Zombie
Skeleton
Spider
Creeper
Charged Creeper
Enderman
Wolf
Cave Spider
Slime
Silverfish
Zombie Pigman
Ghast
Magma Cube
Blaze
Iron Golem
Ender Dragon
How Config Works
Minecraft player can have 20 points of health (10 hearts). Each heart is worth 2 points, so half a heart is worth 1 point.
Here is the example:
"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
Config Example
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.
-
View User Profile
-
Send Message
Posted Sep 13, 2012@BlackHaty
Thanks. I switched over to 7 (finally).
Tested MD and everything works great. It's simple and it works. You can never go wrong with that.
-
View User Profile
-
Send Message
Posted Sep 13, 2012Oh yeah mob damage, fun time at zombie island!
-
View User Profile
-
Send Message
Posted Sep 13, 2012@JohOply
- It already changes the damage of projectile. - I must forgot charged creeper, I will add it.
EDIT: Uploaded the plugin, waiting for approval.
-
View User Profile
-
Send Message
Posted Sep 13, 2012Hello !
Suggestions :
- Can you add a config for projectiles damages that mobs use ? For example arrows, fireball etc... :)
- Add explosive creeper ? (with lightning)
Thanks !
-
View User Profile
-
Send Message
Posted Sep 13, 2012@DoctorBoyd
As I read Java 7 is a lot better. It runs faster and has more feature for me as developer. But I can add Java 6 version.
EDIT: Added the file, now waiting for approval.
-
View User Profile
-
Send Message
Posted Sep 13, 2012@Wooobie
I see. Is there a benefit to using java7 over 6? I was under the impression that eventhough 6 was outed, it was tested and considered more reliable for minecraft. The updated plugins we use now are compatible with both versions.
Would it be a possible to have java 6 version or fix for the users that prefer 6?
-
View User Profile
-
Send Message
Posted Sep 13, 2012@DoctorBoyd
Looks like you're using wrong version of java.
-
View User Profile
-
Send Message
Posted Sep 12, 2012having a small problem. I'm getting this in the console and it won't load up.
http://pastebin.com/1teTjVcC
tested with Cb 1.3.1 RB2340 and Cb 1.3.2 beta2352. removed all other plugins.