About Chain Command Block in Minecraft
The chain command block runs its command after the command block pointing into it triggers, chaining logic sequences. It is obtainable only via commands by operators.
Chain Command Block Command Examples
- Give 1 to nearest player:
/give @p minecraft:chain_command_block 1 - Give 1 to yourself:
/give @s minecraft:chain_command_block 1 - Give to a specific player:
/give PlayerName minecraft:chain_command_block 1 - Clear from inventory:
/clear @p minecraft:chain_command_block
Chain Command Block FAQ
What is the item ID for Chain Command Block?
The item ID for Chain Command Block is minecraft:chain_command_block. Java Edition commands such as /give, /clear, and /setblock use this namespaced ID.
What is the numerical ID for Chain Command Block?
Chain Command Block has the historical numerical ID 211, used in Java Edition 1.12.2 and earlier. Current versions use minecraft:chain_command_block instead.
How do I give myself Chain Command Block in Minecraft?
Open the chat window and run /give @p minecraft:chain_command_block 1 to give the nearest player one Chain Command Block. Replace @p with a player name to target someone else.
How many Chain Command Block can stack in one slot?
Chain Command Block stacks up to 64 per inventory slot.
Sources and Data Review
Item facts were reviewed for Java Edition 1.21.11 on .
