time_bomb
Marks the victim to explode after a fuse delay, with an optional glow effect while the timer counts down.
Categories: combat, world
Required arguments
| Key(s) | Description | Type |
|---|
fuse | How many ticks before the explosion occurs. Supports expressions. | EXPRESSION |
power | The power of the explosion. Vanilla TNT is 4. Supports expressions. | EXPRESSION |
Optional arguments
| Key(s) | Description | Type | Default |
|---|
break_blocks | Whether the explosion breaks blocks. | BOOLEAN | false |
glow | Whether the victim glows while waiting for the explosion. | BOOLEAN | true |
Trigger parameters required
Example
effects:
- id: time_bomb
args:
fuse: 20 * %level%
power: <value>
break_blocks: true # ← Optional
glow: true # ← Optional
Behaviour
| Setting | Value |
|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |