Actions/Explosion
Explosion Action
Descriptions
Explosion action will instantly create an explosion near player.
Action Options
| Options | Data types | Descriptions |
|---|---|---|
| Power | Integer | Power of explosion (4 is equal to TNT) |
| SetFire | Boolean | Set block on fire when exploded |
| Radius | Integer | Create explosion within this player's radius |
| Visible | Boolean | Create explosion on a block connected to air (usually can be seen by player) |
- Multiple data types consider a data type which can be use one of both type of data
- More details about data types here
Default Value
| Options | Value |
|---|---|
| Power | 4 |
| SetFire | true |
| Radius | 5 |
| Visible | true |