#clear area
1 messages · Page 1 of 1 (latest)
If I were you I would go searching
Either use the execute console command effect, or get the blocks at the 2 location and loop all blocks inbetween
make console execute command "//set 310 59 609 -40 511 air"```
srry
this should work
or if you don't want to use console command you could make a region, loop all blocks in the region and set loop-block to air like this:
every 5 seconds:
loop all blocks in region "regionname":
set loop-block to air
you also need to make it a .sk file
Why //set? Why not /fill isnt //set a worldedit thing?