Mob Ignore

Power Type

Makes mobs ignore the power holder.

Type ID: ope:mob_ignore

Fields

Field Type Default Description
mob_condition Entity Conditions Which entities should ignore the player

Example

{
    "type": "ope:mob_ignore",
    "mob_condition": {
        "type": "origins:entity_type",
        "entity_type": "minecraft:skeleton"
    }
}
This power cause skeletons to ignore the player.