Skip to main content

Bow Actions

Actions triggered when shooting a bow or crossbow via EnchantmentEvent.BOW_SHOOT. All actions have the standard ActionEntry fields (id, name, criteria, modifiers, triggers).
Action EntryDescriptionIconExtra Fields
homing_arrow_actionShoots an arrow that magnetically tracks the nearest enemymdi:targetNone
explosive_arrow_actionProjectile explodes on impact without breaking blocksmdi:explosionNone
volley_arrow_actionShoots additional arrows in a cone shapemdi:arrow-split-horizontalNone
sniper_arrow_actionIncreases damage based on distance traveledmdi:scopeNone
venom_arrow_actionPoisons the target struck by the arrowmdi:bottle-skullNone
wither_arrow_actionApplies wither effect to the targetmdi:skullNone
piercing_shot_actionArrow acts as true damage, ignoring armormdi:arrow-through-boxNone
pull_arrow_actionPulls the struck target towards the shootermdi:arrow-collapse-verticalNone
push_arrow_actionInflicts massive knockback to the struck targetmdi:arrow-expand-verticalNone
lightning_arrow_actionStrikes lightning where the arrow hitsmdi:weather-lightningNone
teleport_arrow_actionTeleports the shooter to the arrow’s impact locationmdi:teleportNone
healing_arrow_actionHeals the target instead of damagingmdi:heart-plusNone
web_arrow_actionEncases the target in a temporary cobwebmdi:spider-webNone
ender_arrow_actionDeals massive bonus true damage to End mobsmdi:dragonNone

Example

{
  "id": "explosive_bow",
  "name": "Explosive Shot",
  "criteria": [],
  "modifiers": [],
  "triggers": []
}