Skip to main content

PROJECTILE_LAUNCH

PROJECTILE_LAUNCH adds progress when a player launches, throws, or shoots a matching projectile.

Format

quest:
objectives:
type: "PROJECTILE_LAUNCH"
goal: 20000
required:
- ARROW
- SNOWBALL
- TRIDENT

Required values

Use Bukkit projectile entity type names.

ExampleMeaning
ARROWShooting an arrow gives 1 point.
ENDER_PEARL:2Throwing an ender pearl gives 2 points.
*Any player-launched projectile gives 1 point.