give @p minecraft:stone_sword 1
- Block Type:
- Impulse
- Condition:
- Unconditional
- Redstone:
- Needs Redstone
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
Bedrock item ids don't always match Java's — double-check this item actually exists on Bedrock
Place a Chain Block where the first arrow points and set it to Conditional.
give @p minecraft:bread 16
Bedrock item ids don't always match Java's — double-check this item actually exists on Bedrock
Place the final Chain Block in the same arrow direction and set it to Conditional.
give @p minecraft:torch 32
Bedrock item ids don't always match Java's — double-check this item actually exists on Bedrock
If it does not work