Code:
command /lagmachine [<text>] [<text>]:
permission: Admin.Lagremove
trigger:
loop all blocks within a radius of %arg-2% at %arg-1%:
if loop-block is redstone_wire, repeater, observer, piston, or sticky piston:
set block at loop-block to air
# arg 1 is coords, arg 2 is radius
I cannot figure out how to loop a radius around a point,
Sorry if this is really obvious i am newer to skript.