NEED: a command to toggle block placing
CODE:
CODE:
code_language.skript:
on place of planks:0:
add location of event-block to {locations::*}
on place of oak log:
add location of event-block to {locations::*}
on place of water:
add location of event-block to {locations::*}
on place of fire:
add location of event-block to {locations::*}
On block place:
If event-block is planks:0:
wait 5 seconds
Set event-block to air
If event-block is oak log:
wait 5 seconds
Set event-block to air
If event-block is water:
wait 5 seconds
Set event-block to air
If event-block is fire:
wait 5 seconds
Set event-block to air
command /buildmode:
trigger:
if {buildmode::%player%} is not set:
set {build::%player%} to false:
if {build::%player%} is false:
send "&8[&aTest&8]"