main/Configuration/listings/mob-damages
Type of damage that can kill mobs:
Name | Description |
---|---|
Contact | Damage caused by contact with a Cactus. |
Entity attack | Damage caused when an entity attacks another entity. |
Projectile | Damage caused when attacked by a projectile. |
Suffocation | Damage caused by being put in a block. |
Fall | Damage caused when an entity falls a distance greater than 3 blocks. Feather fall can reduce this number. |
Fire | Damage caused by direct exposure to fire. |
Fire tick | Damage (over time) caused due to burns caused by fire. |
Melting | Damage caused due to a snowman melting. |
Lava | Damage caused by direct exposure to lava. |
Drowning | Damage caused by running out of air while in water. |
Block explosion | Damage caused by being in the area when a block explodes. |
Entity explosion | Damage caused by being in the area when an entity, such as a Creeper, explodes. |
Void | Damage caused by falling into the void. |
Lightning | Damage caused by being struck by lightning. |
Suicide | Damage caused by committing suicide using the command "/kill". |
Starvation | Damage caused by starving due to having an empty hunger bar. |
Poison | Damage caused due to an ongoing poison effect. |
Magic | Damage caused by being hit by a damage potion or spell. |
Custom | Custom damage (from a plugin). |
Data adapted from the Bukkit JavaDoc.