On Spawn

Description

Executes the skill when the mob spawns.

There is no associated @trigger

Implementations

Examples

EXAMPLE_MOB:
  Type: CHICKEN
  Skills:
    # sends a message to all the players in the world
    # when the mob spawns
    - message{m=SPAWN} @World ~onSpawn
Updated Aug 19, 2026