Commands For Minecraft Pe 0 11 1
En 1.8 /summon Villager Shops The Redstone Trader by skylarmudkipz en 1.8 /summon Villager Shops A custom potion giver by magmamouse en 1.8 /summon Villager Shops IRON FOR SWORD by lemjlhstyle en 1.8 /summon Villager Shops Headshop by kingseta en 1.8 /summon Villager Shops The Better Trader Mod by skylarmudkipz ×. Food and effects mod / MAS COMIDA for MCPE 0.11.0This mod adds a new food that will give you certain effects! SinglePotion mod for Minecraft PE 0.11.0In MCPE 0.11 were added effects, but they are not in a single game craft. Affogatoman from MinecraftForum solved this problem by creating an addon.
. The version that it was added or removed, if applicable. NOTE: Pocket Edition (PE), Xbox One, PS4, Nintendo Switch, and Windows 10 Edition are now called Bedrock Edition. We will continue to show them individually for version history. To run game commands in Minecraft, you have to turn cheats on in your world. R/MinecraftCommands: A place for all things about commands and command blocks in vanilla Minecraft; to share, to question, to discuss, and more! /gamemode 0) - creative (1) - adventure (2) - spectator (3) player Changes player's gamemode to. Yes Game mode must be specified. If a player is unspecified, defaults to the command's executor. Must be specified if in a command block. /gamerule /gamerule true false numerical value.
Command Blocks – is a helpful modification, which became an essential part of the computer version of the game. The modification adds into the Minecraft game a new – command block. Thanks to the unusual block, you will be able to create very different commands in a few minutes. However, with the modification there is a mod included, which adds new commands to the game – Simple Commands mod. Usually, before creating the mod, gamers had to write the commands into the chat line every single time, but now it is not necessary anymore – the command process became automatic.
This is really required mod, so hurry up – download the Command Blocks mod, if you are tired to lose your time while playing.
Updated | June 20, 2018 |
Versions | 1.2.10, 1.2, 1.1.5 |
Creator | Lachlan |
Screenshots
Installation
- Install BlockLauncher Pro;
- Download the Command Blocks Mod Mod;
- Start BlockLauncher and tap on the grey wrench icon in the top center of the screen;
- Select Manage ModPE Scripts > Import > Local storage;
- Find your Download folder and then select the file;
- Restart BlockLauncher.
Installaion Gides
Download Command Blocks Mod
Comments (0)
This Minecraft tutorial explains how to use the /setblock command with screenshots and step-by-step instructions.
You can replace a block with another block using the /setblock command in Minecraft. Let's explore how to use this cheat (game command).
Supported Platforms
The /setblock command is available in the following versions of Minecraft:
Platform | Supported (Version*) |
---|---|
Java Edition (PC/Mac) | Yes (1.7.2) |
Pocket Edition (PE) | Yes (0.16.0) |
Xbox 360 | No |
Xbox One | Yes (1.2) |
PS3 | No |
PS4 | Yes (1.14.0) |
Wii U | No |
Nintendo Switch | Yes (1.5.0) |
Windows 10 Edition | Yes (0.16.0) |
Education Edition | Yes |
* The version that it was added or removed, if applicable.
NOTE: Pocket Edition (PE), Xbox One, PS4, Nintendo Switch, and Windows 10 Edition are now called Bedrock Edition. We will continue to show them individually for version history.
Requirements
To run game commands in Minecraft, you have to turn cheats on in your world.
SetBlock Command
- Java
- PE
- Xbox
- PS
- Nintendo
- Win10
- Edu
SetBlock Command in Minecraft Java Edition (PC/Mac)
In Minecraft Java Edition (PC/Mac) 1.13, 1.14, 1.15 and 1.16, the syntax to replace a block with another block is:
In Minecraft Java Edition (PC/Mac) 1.8, 1.9, 1.10, 1.11 and 1.12, the syntax to replace a block with another block is:
Definitions
- pos or x y z is the x y z coordinate for the block to replace.
- tileName is name of the replacement block. (See Minecraft Item Names)
- dataValue is optional. It is the variation of the block if more than one type exists for that tileName. (See Minecraft Data Values)
- oldBlockHandling is optional. It tells the command how to replace the block. The default behavior is replace. It can be one of the following values:
- replace - Replaces the block, including air.
- keep - Replaces the block if the block was air.
- destroy - Replaces the block, including air. Old block will be dropped and can then be collected as if it was mined with a pickaxe or shovel.
- dataTag is optional. It is the data tag for the new block. It is a compound NBT tag such as {Potion:harming}.

SetBlock Command in Minecraft Pocket Edition (PE)
In Minecraft Pocket Edition (PE), the syntax to replace a block with another block is:
Definitions
- position is the x y z coordinate for the block to replace.
- tileName is name of the replacement block. (See Minecraft Item Names)
- tileData is optional. It is the data value for the replacement block. It identifies the variation of the block if more than one type exists for that tileName. (See Minecraft Data Values)
- replace is optional. It tells the command to replace the block, including air. This is the default behavior.
- keep is optional. It tells the command to replace the block if the block was air.
- destroy is optional. It tells the command to replace the block, including air. The old block will be dropped and can then be collected as if it was mined with a pickaxe or shovel.
SetBlock Command in Minecraft Xbox One Edition
In Minecraft Xbox One Edition, the syntax to replace a block with another block is:
Definitions
- position is the x y z coordinate for the block to replace.
- tileName is name of the replacement block. (See Minecraft Item Names)
- tileData is optional. It is the data value for the replacement block. It identifies the variation of the block if more than one type exists for that tileName. (See Minecraft Data Values)
- replace is optional. It tells the command to replace the block, including air. This is the default behavior.
- keep is optional. It tells the command to replace the block if the block was air.
- destroy is optional. It tells the command to replace the block, including air. The old block will be dropped and can then be collected as if it was mined with a pickaxe or shovel.
SetBlock Command in Minecraft PS4 Edition
In Minecraft PS4 Edition, the syntax to replace a block with another block is:
Definitions
- position is the x y z coordinate for the block to replace.
- tileName is name of the replacement block. (See Minecraft Item Names)
- tileData is optional. It is the data value for the replacement block. It identifies the variation of the block if more than one type exists for that tileName. (See Minecraft Data Values)
- replace is optional. It tells the command to replace the block, including air. This is the default behavior.
- keep is optional. It tells the command to replace the block if the block was air.
- destroy is optional. It tells the command to replace the block, including air. The old block will be dropped and can then be collected as if it was mined with a pickaxe or shovel.
SetBlock Command in Minecraft Nintendo Switch Edition
In Minecraft Nintendo Switch Edition, the syntax to replace a block with another block is:
Definitions
- position is the x y z coordinate for the block to replace.
- tileName is name of the replacement block. (See Minecraft Item Names)
- tileData is optional. It is the data value for the replacement block. It identifies the variation of the block if more than one type exists for that tileName. (See Minecraft Data Values)
- replace is optional. It tells the command to replace the block, including air. This is the default behavior.
- keep is optional. It tells the command to replace the block if the block was air.
- destroy is optional. It tells the command to replace the block, including air. The old block will be dropped and can then be collected as if it was mined with a pickaxe or shovel.
SetBlock Command in Minecraft Windows 10 Edition
In Minecraft Windows 10 Edition, the syntax to replace a block with another block is:
Definitions
- position is the x y z coordinate for the block to replace.
- tileName is name of the replacement block. (See Minecraft Item Names)
- tileData is optional. It is the data value for the replacement block. It identifies the variation of the block if more than one type exists for that tileName. (See Minecraft Data Values)
- replace is optional. It tells the command to replace the block, including air. This is the default behavior.
- keep is optional. It tells the command to replace the block if the block was air.
- destroy is optional. It tells the command to replace the block, including air. The old block will be dropped and can then be collected as if it was mined with a pickaxe or shovel.
SetBlock Command in Minecraft Education Edition
In Minecraft Education Edition, the syntax to replace a block with another block is:
Definitions
- position is the x y z coordinate for the block to replace.
- tileName is name of the replacement block. (See Minecraft Item Names)
- tileData is optional. It is the data value for the replacement block. It identifies the variation of the block if more than one type exists for that tileName. (See Minecraft Data Values)
- replace is optional. It tells the command to replace the block, including air. This is the default behavior.
- keep is optional. It tells the command to replace the block if the block was air.
- destroy is optional. It tells the command to replace the block, including air. The old block will be dropped and can then be collected as if it was mined with a pickaxe or shovel.
Examples
- Java
- PE
- Xbox
- PS
- Nintendo
- Win10
- Edu
Example in Java Edition (PC/Mac) 1.13, 1.14, 1.15 and 1.16
To replace a block that is 1 block East and 1 block South with a birch wood plank in Minecraft 1.13, 1.14, 1.15 and 1.16:
To replace the block beneath you with prismarine stairs:
To replace the block at the coordinates (-209, 69, 2) with a jungle trapdoor:
Example in Java Edition (PC/Mac) 1.11 and 1.12
To replace a block that is 1 block East and 1 block South with a birch wood plank in Minecraft 1.11 and 1.12:
To replace the block beneath you with a diamond block:
To replace the block at the coordinates (-126, 65, 229) with obsidian:
Example in Pocket Edition (PE)
To replace a block that is 5 blocks West and 3 blocks South with lime wool in Minecraft PE:
To replace the block beneath you with iron ore:
To replace the block at the coordinates (22, 68, 36) with glowstone:
Example in Xbox One Edition
To replace a block that is 8 blocks East and 12 blocks South with purple concrete powder in Minecraft Xbox One Edition:
To replace the block beneath you with bedrock:
To replace the block at the coordinates (4, 61, -5) with a redstone lamp:
Example in PS4 Edition
To replace a block that is 2 blocks West and 7 blocks South with orange concrete in Minecraft PS4 Edition:
To replace the block beneath you with a honey block:
To replace the block at the coordinates (10, 64, -20) with a honeycomb block:
Example in Nintendo Switch Edition
To replace a block that is 9 blocks West and 2 blocks North with spruce planks in Minecraft Nintendo Switch Edition:
To replace the block beneath you with purple glazed terracotta:
To replace the block at the coordinates (-7, 62, 29) with a sea lantern:
Example in Windows 10 Edition
To replace a block that is 16 blocks East and 4 blocks North with a purpur pillar in Minecraft Windows 10 Edition:
To replace the block beneath you with netherrack:
To replace the block at the coordinates (31, 64, 5) with soul sand:
Example in Education Edition
To replace a block that is 2 blocks East and 7 blocks North with blue wool in Minecraft Education Edition:
To replace the block beneath you with glass:
To replace the block at the coordinates (8, 67, 26) with bedrock:
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-Pad (right) on the controller.
- For PS4, press the D-Pad (right) on the controller.
- For Nintendo Switch, press the right arrow button on the controller.
- For Windows 10 Edition, press the T key to open the chat window.
- For Education Edition, press the T key to open the chat window.
2. Type the Command
In this example, we will replace a block with a birch wood plank using the following command:
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.
Minecraft Pe Command Block Mod
This /setblock command would replace the block at ~1 ~0 ~1
with a birch plank. This is the block that is 1 block East, 0 blocks downward, and 1 block South of where the command is run.
Item | Description (Minecraft ID Name) | Minecraft Data Value |
---|---|---|
Oak Wood Plank (planks) | 0 | |
Spruce Wood Plank (planks) | 1 | |
Birch Wood Plank (planks) | 2 | |
Jungle Wood Plank (planks) | 3 | |
Acacia Wood Plank (planks) | 4 | |
Dark Oak Wood Plank (planks) | 5 |
For the replacement block, we use a name of planks
and a DataValue of 2
to represent a birch wood plank. See a list of all Minecraft Item Names and DataValues.
You will see the message 'Block placed' appear in the lower left corner of the game window to indicate that the setblock command has completed.
Congratulations, you have learned how to use the /setblock command in Minecraft.
Other SetBlock Cheats
You can use other setblock commands in Minecraft such as:
Other Game Commands
Commands For Minecraft Pe 0 11 1 Apk
You can use other commands and cheats in Minecraft such as: