Minecraft how to give yourself a command block
Isabella Wilson
Updated on April 27, 2026
Give yourself a Command Block by opening the chat box and entering “/give [your username] minecraft:command_block” Turn on Creative Mode by typing “/gamemode c” in your chat box. Place the Command Block where you want it.
There are other answers below:
For Minecraft Bedrock Edition, you’ll need to do the following: Enable cheats in your world or Realm settings. Turn on Creative Mode in your world or Realm settings. Open the chat box and enter “/give [your username] command_block”. Place the block where you want it.
SUBSCRIBE FOR MORE! short tutorials shows you how you can get the command block in Minecraft! :)SONG: CMA – You’re Free—AWESO…
About Press Copyright Contact us Creators Advertise Developers Terms Privacy Policy & Safety How YouTube works Test new features Press Copyright Contact us Creators …
In Minecraft Windows 10 Edition, the syntax to give a player a command block using the /give command is: /give
I want to /give myself a commandblock minecart that already has a command in it. I already tried using the {BlockEntityTag} in the /give command but that didn’t work. /give @p minecraft:command_block_minecart 1 0 {BlockEntityData:{Command:/say hi}} Anyone know how …
How to Enter the Command 1. Open the Chat Window. The easiest way to run a command in Minecraft is within the chat window. The game control to open the chat window depends on the version of Minecraft:. For Java Edition (PC/Mac), press the T key to open the chat window.; For Pocket Edition (PE), tap on the chat button at the top of the screen.; For Xbox One, press the D …
On Minecraft for Windows 10, choose the / or T buttons. On Minecraft for console, choose the left button on the D-pad. Enter the command block command. Type /give player command_block, making sure to substitute your own name for the “player” part of the command. Select the right-facing arrow.
MC-60826 Can’t spawn in End Portal by the /give command. There is no name for it. Resolved. MC-62152 /give @p minecraft:end_portal & /give @p minecraft:portal don’t work. Resolved. MC-62403 fire dosent have an id. Resolved. MC-62479 the removal of water fire and lava with the /give command. Resolved.
As the give command takes the Item’s tag tag as last parameter, you just have to drop your list of blocks in there : // Give one block of stone that can be placed on grass or dirt give @p minecraft:stone 1 0 {CanPlaceOn:[“minecraft:grass”,”minecraft:dirt”]} Or, in 1.13+: give @p stone{CanPlaceOn:[“minecraft:grass”,”minecraft:dirt”]}
Related Questions
How do you give a block in Minecraft?
/give DigMinecraft command_block Type the command in the chat window. As you are typing, you will see the command appear in the lower left corner of the game window. Press the Enter key to run the command.
How do you make command blocks do a command continuously?
You can either put a red stone block to give it power forever or you can use redstone clocks to make command blocks do a command continuously as command blocks work on pulses. Thanks! How do I directly press my Minecraft command block?
How to give command blocks in Minecraft Nintendo Switch edition?
Give Command in Minecraft Nintendo Switch. In Minecraft Nintendo Switch Edition, the syntax to give a player a command block using the /give command is: /give
How to run game commands in Minecraft?
To run game commands in Minecraft, you have to turn cheats on in your world. In Minecraft Java Edition (PC/Mac), the syntax to give a player a command block using the /give command is: targets is the name of the player (or a target selector) that you wish to give the command block to.