set_nearby_blocks
Sets every block within a cubic radius of the trigger location to a specified block type.
Categories: world
Required arguments
| Key(s) | Description | Type |
|---|---|---|
block | The block type to fill the area with. | BLOCK |
radius | The radius of the cube around the trigger location. | EXPRESSION |
Trigger parameters required
LOCATION
Example
effects:
- id: set_nearby_blocks
args:
block: <value>
radius: 3 + %level% * 0.3
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |