Table of Contents
Who this is for: Minecraft Bedrock players wanting to use command blocks for automation, custom maps, or advanced redstone builds.
Ready to jump in? Play minecraft games and start experimenting with command blocks in your own creative builds!
Play free games on Playgama.com
Enable Cheats First
Before you can get a command block in Minecraft Bedrock, you need to enable cheats in your world. If you’re creating a new world, toggle the “Activate Cheats” option during world creation. For existing worlds, go to Settings > Game > Activate Cheats and turn it on. Keep in mind that enabling cheats will disable achievements for that world.
Using the Give Command
Once cheats are enabled, open the chat window by pressing the designated chat key (varies by platform). Type the following command exactly:
/give @s command_block
Press Enter to execute the command. The “@s” targets yourself, and “command_block” is the item identifier. You can also specify a quantity by adding a number at the end, like /give @s command_block 5
for five command blocks.
Alternative Give Command Syntax
You can also use your player name instead of @s:
/give [YourUsername] command_block
Replace [YourUsername] with your actual Minecraft username. This method works well when giving command blocks to other players in multiplayer worlds.
Creative Mode Access
In Creative mode with cheats enabled, you might find command blocks in your inventory’s creative menu, though this isn’t always reliable across all Bedrock versions. The give command remains the most consistent method.
Important Notes
- Command blocks only function in worlds with cheats enabled
- They cannot be crafted through normal gameplay
- Breaking a placed command block in Survival mode won’t drop the item unless you have the proper permissions
- Command blocks are essential tools for creating custom maps, automated systems, and complex redstone contraptions
Once you have your command blocks, you can start building incredible automated systems and custom gameplay experiences in your Minecraft world.
TL;DR
Enable cheats in your world settings, then use the command /give @s command_block in chat to obtain command blocks in Minecraft Bedrock.
