shoot_arrow

Shoots an arrow from the player, optionally inheriting bow fire and velocity.

Categories: combat

Optional arguments

Key(s)DescriptionTypeDefault
inherit_velocityWhether the arrow should inherit the player's current velocity.BOOLEANfalse
launch-at-locationWhether the arrow should be teleported to the trigger location after launch.BOOLEANfalse
allow_pickupWhether the arrow can be picked up by players.BOOLEANfalse
no_sourceWhether the arrow should have no shooter, preventing attribution to the player.BOOLEANfalse

Trigger parameters required

  • PLAYER

Example

effects:
  - id: shoot_arrow
    args:
      inherit_velocity: true # ← Optional
      launch-at-location: true # ← Optional
      allow_pickup: true # ← Optional
      no_source: true # ← Optional

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue