ItemsAdderAdditionsItemsAdderAdditions
Actions

Shoot Fireball

Shoot a fireball from a player or entity as an ItemsAdder action.

Since v1.0.2
shoot_fireball:
  power: 1
  speed: 2.0 # optional, default: 1.0
  fire: false # optional, default: true

Parameters

power

Required. The explosion power of the fireball.

speed

Optional. Defaults to 1.0. The projectile speed multiplier.

fire

Optional. Defaults to true. Whether the fireball leaves fire on impact.

On this page