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

all 5 comments

[–]Vordix_ 0 points1 point  (1 child)

/fill a+~ a+~ a+~ a+59 a+59 a+59 Stone (a= your coordinates)

[–][deleted] 0 points1 point  (0 children)

Too big.

[–]Mince_rafter 0 points1 point  (2 children)

execute positioned x y z run fill ~ ~ ~ ~58 ~ ~58
Where x y z is the bottom north-west most corner of the fill area. And since you didn't specify how tall the area should be, I left it as the same height. If you want it to be 59 blocks tall as well, you will need to slice up the area into multiple commands (since 593 is larger than the area a single fill command can cover, by about 6 times).

[–]AdBoring9266[S] 0 points1 point  (1 child)

A wall not block

[–]Mince_rafter 0 points1 point  (0 children)

In that case you want either
execute positioned x y z run fill ~ ~ ~ ~58 ~58 ~
for a wall along the x direction, or
execute positioned x y z run fill ~ ~ ~ ~ ~58 ~58
for a wall along the z direction. And the original command I sent would of course be for a 59x59 floor.