QUESTION: How do i make it so that when this is true, the blocks will stay the same?
CODE:
CODE:
code_language.skript:
on block place:
if {build.%player%} is set:
if event-block is planks:0:
wait 5 seconds
set event-block to planks:0
if event-block is oak log:
wait 5 seconds
set event-block to oak log
if event-block is water:
wait 5 seconds
set event-block to water
if event-block is fire:
wait 5 seconds
set event-block to fire