Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
VengefulMobs
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!
Aggression Types
This plugin offers various different types of aggression that you can give to passive mobs.
Retaliate
The classic neutral-mob style aggression. When attacked, mobs will fight back.
Retaliate Once
Similar to retaliate, but mobs will only fight back once. This allows players to not have to kill their animals when accidentally hitting them.
Retaliate with Support
This allows mobs to fight back while also alerting their allies, similar to zombified piglins.
Hostile
Makes the mobs hunt players on sight.
Murder All
Makes the mobs attack everything, even their own friends!
Murder Others
Makes the mobs attack everything, except other mobs of the same type.~~~~
Configuration
mobs
enabled
(List<EntityType>)
A list of mobs that will be affected by this plugin. Defaults to a list of passive mobs.
default
The default settings for each mob with the following properties:
damage
: The attack damage in half heartsmode
: The type of aggression. Can beRETALIATE
,RETALIATE_ONCE
,RETALIATE_WITH_SUPPORT
,HOSTILE
,MURDER_ALL
, orMURDER_OTHERS
overrides
A 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.