aoe_blocks
Runs a set of effects on all non-air blocks within an AOE shape.
Categories: meta
Required arguments
| Key(s) | Description | Type |
|---|---|---|
effects | The effects to run on each block within the AOE. | EFFECT_LIST |
shape | The AOE shape to use. Choices: circle, cone, offset_circle, scan_in_front, beam | STRING |
Inherited argument blocks
inline inherit — Configuration for the selected AOE shape.
Example
effects:
- id: aoe_blocks
args:
effects:
- id: <effect>
args:
<arg>: <value>
shape: circle|cone|offset_circle|scan_in_front|beam
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |
| Permanent | false |