AIGoal

doNothing

PREMIUM since v4.9

Do nothing if the conditions are met

Aliases

nothing

Examples & Notes

Examples

This would cause the mob to stop it’s AI if the day condition is met.

ExampleMob:
  Type: ZOMBIE
  AIGoalSelectors:
    - clear
    - doNothing{conditions=[ - day true ]}

Universal AI Goal Options

Generated from @Mythic* annotations in the MythicMobs source.