spawn_falling_block
Spawns a falling block entity above the trigger location.
Categories: visual, world
Required arguments
| Key(s) | Description | Type |
|---|
block | The block material to spawn as a falling block. | BLOCK |
Optional arguments
| Key(s) | Description | Type | Default |
|---|
height | The number of blocks above the trigger location to spawn the falling block. | EXPRESSION | 0 |
Trigger parameters required
Example
effects:
- id: spawn_falling_block
args:
block: <value>
height: <expression> # ← Optional
Behaviour
| Setting | Value |
|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |