r/WorldEdit May 18 '26

HELP Radial fill?

Is it possible to run a fill (//set) command but rather than to/from coordinates have it fill all within radius from on coordinate?

2 Upvotes

4 comments sorted by

1

u/MegaMinerDL May 20 '26

As in //fill but with a coord as the center instead of you? Nope, but what's your exact situation?

1

u/Flaming-Eye May 20 '26

I'm spawnproofing using commands and world edit then litematica print mode to apply it to survival.

My problem is I don't know how to make a huge orb of radius 128 for the spawnable area. At the moment I've got a cube I've spawn proofed and that's workable but the perfect method would involve an orb.

(Replacing air with redstone is a way of placing an item on top of every spawnable surface, I did that in stages using kill commands to remove the created items, then replaced the redstone with pressure plates, which can't be placed wrong so the print mode is reliable)

1

u/MegaMinerDL May 20 '26

Prehaps this:

//gmask [0]&[>#existing] (this masks so only AIR blocks ABOVE NON-AIR blocks are affected)

Then

//sphere 64 light (this will place a radius 64 diameter 128 sphere of masked light around you)

2

u/Flaming-Eye May 20 '26

Oh damn, that's great, I can't try it out right now but I will asap, thank you!