Is there a way to spawn blocks without using multiple command blocks?
I'm wondering if I can use the /setblock x y z command to set blocks using 0 - 1 blocks per command block.
Best Answer
If you want to make a rectanguloid, fill is good. But they all have to be the same block. The syntax /fill x1 y1 z1 x2 y2 z2 block where x1 y1 and z1 are the coords of the bottom left corner and x2 y2 and z2 the top right corner.
Pictures about "Is there a way to spawn blocks without using multiple command blocks?"



How do you get command blocks without commands?
Due to the power of the command blocks, there are a few conditions that need to be met in order to use them in your server. First, you will need to enable command blocks directly in the server settings. Secondly, you will need to be OP on the server and in creative mode to be able to place the block.What command do you use to spawn blocks?
To make your command block run multiple commands, you will need to summon FallingSand or falling_block (depending on your version of Minecraft) with command blocks and redstone blocks for each command. The command blocks will be stacked one on top of the other and contain the individual command.All Secret Blocks From /spawn Command | Roblox Bedwars
More answers regarding is there a way to spawn blocks without using multiple command blocks?
Answer 2
To fill multiple blocks there are a few choices. First if you have a rectangular shaped area, use the fill command: /fill <x1> <y1> <z1> <x2> <y2> <z2> block.
Second choice is to use command block mine carts stacked in a single block space each with an individual /setblock command in it. This method will cause large amounts of lag if you need to fill a large area.
Thirdly, if you use a one-command-block system you are able to create large structured w/ one command block. This method is however the slowest of all of them but does not have the restrictions of the first method and does not cause the constant lag of the second method. The idea behind it is to summon multiple FallingSand tile entities riding each other so when they land they will create a tower of command blocks that can be activated by one fill command block to run multiple commands from a single command block.
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Tatiana Syrikova, Anete Lusina, Tatiana Syrikova, Kamaji Ogino
