On Player Kill

Description

Executes the skill when the mob kills a player.

The associated @trigger is the player that has been killed

Implementations

Examples

EXAMPLE_MOB:
  Type: CHICKEN
  Skills:
    # sends a message to all the players in the world
    # when the mob kills a player
    - message{m=PLAYER KILLED} @World ~onPlayerKill

Aliases

  • onKillPlayer
Updated Aug 19, 2026