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

/setblock -19 4 11, -19 4 15, -12 4 12 lit_redstone_lamp

Like that? I tried, doesnt work.


Solution 1:

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.

Solution 2:

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.