!paper !purpur
This plugin allows passive mobs to fight back! Not only that, but you can also customize aggression behavior on a per-mob basis. Everything is configurable!
This plugin offers various different types of aggression that you can give to passive mobs.
The classic neutral-mob style aggression. When attacked, mobs will fight back.
Similar to retaliate, but mobs will only fight back once. This allows players to not have to kill their animals when accidentally hitting them.
This allows mobs to fight back while also alerting their allies, similar to zombified piglins.
Makes the mobs hunt players on sight.
Makes the mobs attack everything, even their own friends!
Makes the mobs attack everything, except other mobs of the same type.~~~~
mobsenabled (ListA list of mobs that will be affected by this plugin. Defaults to a list of passive mobs.
defaultThe default settings for each mob with the following properties:
damage: The attack damage in half heartsmode: The type of aggression. Can be RETALIATE, RETALIATE_ONCE, RETALIATE_WITH_SUPPORT, HOSTILE, MURDER_ALL, or MURDER_OTHERSoverridesA list to override settings for certain mobs.
Each key is an entity type, and each value is an object containing settings (damage and/or mode)
Example:
overrides:
cod:
damage: 1.0
mode: HOSTILE
To make cod hostile.