Q&A for How to Use Command Blocks in Minecraft

Return to Full Article

Search
Add New Question
  • Question
    What do I do if the command summoned a zombie, but didn't put armor on it?
    Banana Head
    Top Answerer
    You need to specify if the zombie has armor: (/summon Zombie) will tell minecraft to summon a regular zombie with nothing extra, like weapons or armor. To summon a zombie with armor, do : /summon Zombie ~ ~ ~ {Equipment:[{id:minecraft:leather_boots},{id:minecraft:leather_leggings},{id:minecraft:leather_chestplate} {id:minecraft:leather_helmet}]}.
  • Question
    How do I spawn animals?
    Community Answer
    Enter summon, and then press tab to select what to summon. You can summon anything from every single mob to a lightning bolt.
  • Question
    How do I destroy blocks with command blocks?
    Community Answer
    The "setblock" command places blocks, including air"blocks", so "setblock minecraft:air [x] [y] [z]" (without the quotes) should remove a block, or actually replace by air.
  • Question
    How do I make a spawn point using command blocks?
    Community Answer
    To create a world spawn point, just simply do "/setworldspawn". That sets the world spawn to where you're standing.
  • Question
    How do I summon a castle with a command block?
    VagosAdis
    Community Answer
    You can't summon a castle, but there are some ways to construct it. The first is the fill command in which you do /fill, and the whole area you have selected will be filled. If you've already made a castle, you can do the clone command (/clone) to replicate it.
  • Question
    How do I make a message in front of myself, like maps?
    Community Answer
    Type in /title @p title. Add /title @p subtitle.
  • Question
    How can I make a villager talk?
    Community Answer
    Villagers can't talk, but you can use commands to make it seem like the villagers are talking.
  • Question
    How do I put in a command that has already been created?
    Community Answer
    Find the command that was already created on the internet and copy and paste it into the command console.
  • Question
    How can I summon the wither?
    Community Answer
    Place 4 soul sands like a letter T, then place 3 wither skeleton skulls on the sides and the middle.
  • Question
    How do I copy and paste a command from a command block that is currently in use?
    VagosAdis
    Community Answer
    There are two ways. First you can do SHIFT and go forward or backwards using the arrow keys, then do CTRL C and the command will be copied. Do CTRL V to paste it. The second way is to press CTRL and the middle button on the block that has NBT data, and it will be put it in your (creative) inventory.
  • Question
    How do I use command blocks in Minecraft on Xbox One?
    Community Answer
    You need Bedrock Edition. Go to your world, and do the following command in chat: /give @p command_block.
  • Question
    How many command blocks can I stack with one command?
    Community Answer
    You can make 64 blocks with one command.
  • Question
    How do I make myself invisible?
    Community Answer
    If you have turned on cheats, you can use "/effect @s invisibility" in the chat.
  • Question
    How do I make a command block work when it won't follow commands?
    Community Answer
    There are many tutorials online that can help you, especially on YouTube. Most likely you put in an "invalid syntax." In this case, you need to review the command to see what you did wrong, as there is a specific order in which you must insert the command.
  • Question
    How can I make a wither storm in Minecraft?
    Community Answer
    This isn't available in vanilla; you'll have to download a mod.
  • Question
    How can I get heads in Minecraft?
    Community Answer
    It should be in the gallery when you go into creative mode. If not, you might need to update to the current version.
  • Question
    How do I put a structure into a command block?
    Community Answer
    You can use /clone or a structure block. (This is currently only available in the Java edition, but it will soon be in the Pocket, Windows 10, and Xbox One editions.)
  • Question
    How do I remove blocks with commands?
    Community Answer
    Do "/setblock (coordinate of block) air." To find the coordinates of a block, go to the block you want to remove and hit F3. In Minecraft Pocket Edition, go to the block you want to remove and execute the following command in chat: "/tp ~ ~-1 ~" This will give you the coordinates of the block where you're standing.
  • Question
    How do you summon a lightning bolt?
    Stuffpicklesays
    Community Answer
    You just have to type "/summon lightning_bolt" in the chat/command block. Make sure you don't include the quotation marks.
  • Question
    How do I kill all squid and stop them for spawning in Minecraft with a command block?
    Stuffpicklesays
    Community Answer
    You can type this into a command block: /kill @e[type=squid]. Make sure that the command block is repeat and always active.
  • Question
    How can I set gamemodes, with command blocks?
    Seasalt25
    Top Answerer
    Open the command block and type in /gamemode survival and enter it. You can change the 'survival' part to whatever gamemode you want. You can choose from creative, survival, spectator, and adventure.
  • Question
    How do I clone a building?
    Community Answer
    Get the cord for the top corner of the build, then get the co-ords for the opposite bottom corner of the build. Then type /clone. Note that this will copy all blocks in the cube or cuboid created.
  • Question
    How do I use the fill command (e.g. filling the world with water)?
    RocketHow977
    Community Answer
    The fill command uses XYZ coordinates, and most worlds are infinitely generated (unless you use the "Old" world option on Minecraft PE), so it would be pretty much impossible to fill the entire world with water. However, you could fill all the way to the world border, which is about 3,000,000 blocks in each direction. So, if you wanted to fill the world with water, try using the coordinates from one corner of the world border to the other.
  • Question
    Can I make a wither storm with a command block?
    Khang4312
    Community Answer
    No, a wither storm doesn't appear in Minecraft, you can summon it with a mod/addon though.
  • Question
    What does a chain command block do?
    Khang4312
    Community Answer
    If you place a chain command block next to a regular command block, when the regular command block is active, the chain command block will be too.
  • Question
    How do I add mods with command blocks in Minecraft?
    Community Answer
    To create a Minecraft Mod, you need to use separate tools, not command blocks.
  • Question
    How many commands are there in Minecraft?
    Community Answer
    There are a lot of different commands in Minecraft. It's not possible to count all of them.
  • Question
    What are some interesting things I can make using command blocks in Minecraft?
    Community Answer
    When using command blocks, the only limits are hard drive space, memory, and your imagination!
  • Question
    How do I use the kill command in Minecraft?
    Community Answer
    You put /kill and then the player's gamertag. Or, if you want, you could put /kill @e.
  • Question
    How can I put an enchantment on zombie armor?
    Community Answer
    Get an enchantment table and place the armor on it, then choose a enchantment from the right side of the screen.
Ask a Question

      Return to Full Article