Skip to main content

MINECRAFT · ITEM

Minecraft Chain Command Block item

Chain Command Block

  • Item

A stackable command block variant that executes only if the command block before it succeeded, essential for chained server automation.

Questions about the Chain Command Block? Ask the GameServersHub Discord for answers from real server owners. Updated .

About

The Chain Command Block is a redstone-powered block that runs a command only when the previous command block in sequence executed successfully. Unlike Repeat Command Blocks, which fire every tick while powered, chain blocks fire once per activation and only if their predecessor completed without error.

Chain Command Blocks are stackable up to 64 per inventory slot and commonly used in command systems that need conditional logic or sequential execution. Place them in a line or grid with a single activation source (often a Repeat Command Block) to build complex automation. They cannot be mined in survival mode, only in creative mode or via commands.

Use /give @p minecraft:chain_command_block 1 to hand them out to players or yourself. Their numerical ID is 211 if your server requires it for older integrations.

Frequently Asked Questions

How current is the Chain Command Block spawn info?
The Chain Command Block entry was last verified on GameServersCodex on June 29, 2026. We track the live Minecraft build, so the IDs and commands here reflect the current patch.
What items are related to the Chain Command Block?
See the Related section at the bottom of this page for items commonly used alongside the Chain Command Block, or open Browse Games to explore the full Minecraft database.
Can I get the Chain Command Block without spawning it?
Yes. The Chain Command Block can also be obtained through normal Minecraft progression. Admins usually spawn it for speed when testing, running events, or outfitting players, which is what the commands on this page are for.
Which game is the Chain Command Block from?
The Chain Command Block is from Minecraft. Every ID, code, and command on this page is specific to Minecraft and its current live build.
What is the Chain Command Block used for?
The Chain Command Block is a redstone-powered block that runs a command only when the previous command block in sequence executed successfully. Unlike Repeat Command Blocks, which fire every tick while powered, chain blocks fire once per activation and only if their predecessor completed without error.
What is the Chain Command Block?
A stackable command block variant that executes only if the command block before it succeeded, essential for chained server automation.
What is the item id of the Chain Command Block?
The item id of the Chain Command Block is minecraft:chain_command_block.
What is the numerical id of the Chain Command Block?
The numerical id of the Chain Command Block is 211.
What is the give command of the Chain Command Block?
The give command of the Chain Command Block is /give @p minecraft:chain_command_block 1.
What is the stackable of the Chain Command Block?
The stackable of the Chain Command Block is Yes.
What is the max stack size of the Chain Command Block?
The max stack size of the Chain Command Block is 64.
What is the hardness of the Chain Command Block?
The hardness of the Chain Command Block is 0.0.
What is the diggable of the Chain Command Block?
The diggable of the Chain Command Block is No.