give @p minecraft:stone_sword 1
@s = self · @p = nearest player · @a = all players · @e = all entities
-Intermediate · 3 blocks
Press once to receive a stone sword, 16 bread, and 32 torches from three connected Command Blocks.
What you need
Expected result
The nearest player receives 1 stone sword, 16 bread, and 32 torches in order.
Placement direction
Configure one block at a time
The copy button copies only Command Input. Choose every other value in the Command Block screen.
Attach the button to the first Impulse Block.
give @p minecraft:stone_sword 1
@s = self · @p = nearest player · @a = all players · @e = all entities
-Place a Chain Block where the first arrow points and set it to Conditional.
give @p minecraft:bread 16
@s = self · @p = nearest player · @a = all players · @e = all entities
-Place the final Chain Block in the same arrow direction and set it to Conditional.
give @p minecraft:torch 32
@s = self · @p = nearest player · @a = all players · @e = all entities
-If it does not work