Oninteract

Description

Executes the skill when a player interacts with, or right-clicks, the mob.

The associated @trigger is the player that interacted with the caster

Implementations

Examples

EXAMPLE_MOB:
  Type: CHICKEN
  Skills:
    # sends a message to all the players in the world
    # when a player right-clicks the mob
    - message{m=INTERACTED} @World ~onInteract
Updated Aug 19, 2026