Explode Command
Usage: /explode [pos] [power] [fire] [destruct] [launch]
Spawns an explosion at your feet.
Parameters
- Pos
- Type:
vector3
- Default:
position of command source
- The position at which to spawn the explosion
- Type:
- Power
- Type:
float
- Default:
4.0
- The power with which the explosion should explode
- Type:
- Fire
- Type:
boolean
- Default:
false
- Whether to add fire blocks to the explosion (like fireballs)
- Type:
- Destruct
- Type:
destruction type (NONE, BREAK, DESTROY)
- Default:
BREAK
- How to handle blocks that get affected by the explosion
- Type:
- Launch
- Type:
boolean
- Default:
true
- Whether the explosion should launch you away
- Type:
Example
/explode ~ ~ ~ 4 false BREAK true