Onshoot

Description

Executes the skill when the mob shoots a projectile.
For example, skeletons with bows will shoot arrows; ghasts, blazes, or ender dragon will shoot some type of fireball.

The associated @trigger is the caster

Implemented Placeholders
<skill.var.bow-tension>

Implementations

Examples

EXAMPLE_MOB:
  Type: SKELETON
  Skills:
    # sends a message to all the players in the world
    # when the skeleton shoots from a bow
    - message{m=I SHOT AN ARROW} @World ~onShoot

Aliases

  • onBowShoot
  • onShootBow
Updated Aug 19, 2026