Skip to main content
Targets the mob itself. This is the default: any effect line without a @ targeter uses @self.

When to use it

Use @self for anything that happens to or at the mob: visual effects at its position, self-heals, buffs, sounds coming from it, or its own death sequence.

Writing it explicitly

Even though it’s the default, writing @self explicitly is good practice on lines where the targeter matters, like damage or knockback. It makes the intent readable at a glance and avoids surprises when reordering lines later.