On Load

Description

Executes the skill when the mob is loaded after a server restart.

Examples

EXAMPLE_MOB:
  Type: VILLAGER
  Skills:
    # sends a message to all the players in the world
    # when the mob is loaded after a server restart
    - message{m=LOADED} @World ~onLoad
Updated Aug 19, 2026