Actions/Break
Break Action
Descriptions
Break action will break a block around the player.
Action Options
| Options | Data types | Descriptions |
|---|---|---|
| ID | Block ID/Name | Block ID |
| ItemDrop | Boolean | Break with natural item drop |
| Radius | Integer | Break a block within this player's radius (in blocks) |
| Visible | Boolean | Break 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 |
|---|---|
| ID | 0 |
| ItemDrop | true |
| Radius | 5 |
| Visible | true |