Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

VengefulMobs

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!

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 hearts
  • mode: The type of aggression. Can be RETALIATE, RETALIATE_ONCE, RETALIATE_WITH_SUPPORT, HOSTILE, MURDER_ALL, or MURDER_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.

External resources



Project members

melncat

Owner


Technical information

License
MPL-2.0
Project ID