Skip to content

explode

Parameters

Name Type Description Default
breakBlocks Boolean Whether to break blocks True
setFire Boolean Whether to set fire to blocks True
power Double The strength of the explosion 1
at Location Where to spawn the explosion Required

Examples

explode:
  breakBlocks: false
  power: 2
  at: "{{ entity.getTargetBlock { maxDistance: 10 } }}"