break_block
Breaks the triggering block as if the player mined it.
Categories: world
Optional arguments
| Key(s) | Description | Type | Default |
|---|---|---|---|
prevent_trigger | If true, breaking this block will not fire further libreforge triggers. | BOOLEAN | false |
Trigger parameters required
PLAYER
Example
effects:
- id: break_block
args:
prevent_trigger: true # ← Optional
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |