Date: 2024/09/21 14:41:33 UTC-07:00
Type: Denizen Script
CFour:
type: item
material: stone_button
display name: C4 Brick
Detonator:
type: item
material: wooden_shovel
display name: Detinator
Detonate:
type: world
events:
after player right clicks block with:Detonator:
- foreach <player.flag[Bombloc]>:
- explode power:8 <player.flag[Bombloc]>
- narrate "detinating at <player.flag[Bombloc]>"
PlaceCfour:
type: world
events:
after player places CFour:
- flag <player> Bombloc:->:<player.cursor_on>
- narrate "C4 placed"