Set Parent

Description

Sets the "Parent" of the casting MythicMob as the targeted entity.
The Parent can be either a Player or another MythicMob. Works with the @Parent Targeter, and the IsParent Condition.

If the Parent is a Player, this information will not persist across player relogging, and is, as such, only usable "temporarily", from when the Parent is set to when the player quits the server.

Attributes

This mechanic has no attributes

Examples

This mob will try to set its current parent to the nearest ZombieBoss mob in a 20 block radius if it does not already have a parent

ZombieFollower:
  Type: DROWNED
  Skills:
  - setparent @MIR{r=20;t=ZombieBoss;limit=1;sort=NEAREST} ~onTimer:20 ?!hasparent
Updated Aug 19, 2026