I'm trying to quickly replace blocks in a 10x10x10 area of the player constantly so I can freely fly/walk around and the blocks will be replaced.
The command I was attempting to use (I suck at commands) was this:
/execute at @p positioned ~ ~ ~ run fill ~-10 ~10 ~10 ~-10 ~-10 ~-10 minecraft:coarse_dirt replace #minecraft:grass_block
I can't figure how to make the command constantly run while I walk around.
Hey Forum Dwellers,
I'm trying to quickly replace blocks in a 10x10x10 area of the player constantly so I can freely fly/walk around and the blocks will be replaced.
The command I was attempting to use (I suck at commands) was this:
I can't figure how to make the command constantly run while I walk around.
Any ideas?
Thanks,
Flipz
Use a repeating command block
Yeah I ended up using a different command anyway, and started using chain and repeating command blocks instead.
Thanks,
Flipz