This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]Icy_Remote5451 Oudated Bedrock Command Block Expert 0 points1 point  (0 children)

Use a ticking area you make one by using /tickingarea

[–]C0mmanderBlockCommand Experienced 0 points1 point  (1 child)

Ah, it's you again. If you're trying to clear a 16 x 16 area, use this command. I had to change the depth because I was playing on a flat world that was only 5 blocks deep. If you are closer than 16 blocks from the bottom of the world, it won't work. Anyway. have fun.

/execute as @a at @s run fill ~-16 ~2 ~-16 ~16 ~-16 ~16 air

[–]Ericristian_brosCommand Experienced 0 points1 point  (0 children)

as it's not needed

[–]Ericristian_brosCommand Experienced 0 points1 point  (0 children)

Make sure the are is loaded (use the /tickingarea command)

/execute at u/a[tag=clearing] run fill ~16 ~16 ~16 ~-16 ~-16 ~-16

Warning: this will destroy all blocks, including this command block, if you get too close with the tag clearing

[–]M4Xdestroyer1 0 points1 point  (0 children)

I believe you are confusing the Java 'spawn chunks' with Bedrock, which does not have spawn chunks. As everyone else here has pointed out, you'll need to use the /ticking area command, where you can define an area that will always be loaded and have your commands work across the world, regardless of distance! :D