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