M HYPE SPLASH
// updates

Can ONE setblock command set multiple blocks, each in different locations?

By John Campbell
/setblock -19 4 11, -19 4 15, -12 4 12 lit_redstone_lamp

Like that? I tried, doesnt work.

3 Answers

No, each /setblock command can only set one block at a time. You can place command blocks in a command chain instead, or run one command at a time.

You cannot place more then a single block at once with setblock but you can use /clone <source corner 1> <source corner 2> <destination (north-west corner)> instead and copy an entire building and place it anywhere you want.

2

No, but using the /fill command will fill multiple blocks at once.

4