How To Use The Setblock Command Wiki Guide

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).

img-responsive

Requirements

To run game commands in Minecraft, you have to turn cheats on in your world.

SetBlock Command

SetBlock Command in Minecraft Java Edition (PC/Mac)

In Minecraft Java Edition (PC/Mac) 1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.19 and 1.20, the syntax to replace a block with another block is:

/setblock <pos> <block> [destroy¦keep¦replace]

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:

/setblock <x> <y> <z> <tileName> [dataValue] [oldBlockHandling] [dataTag]

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}.

TIP: Read our tutorial called Understanding the Coordinate System to learn about the XYZ coordinates in Minecraft and how to find your current coordinates.

Examples

Example in Java Edition (PC/Mac) 1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.19 and 1.20

To replace a block that is 1 block East and 1 block South with birch planks in Minecraft 1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.19 and 1.20:

/setblock ~1 ~ ~1 birch_planks

To replace the block beneath you with prismarine stairs:

/setblock ~ ~-1 ~ prismarine_stairs

To replace the block at the coordinates (-209, 69, 2) with a jungle trapdoor:

/setblock -209 69 2 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 birch planks in Minecraft 1.11 and 1.12:

/setblock ~1 ~0 ~1 planks 2

To replace the block beneath you with a diamond block:

/setblock ~ ~-1 ~ diamond_block

To replace the block at the coordinates (-126, 65, 229) with obsidian:

/setblock -126 65 229 obsidian

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 img-responsive at the top of the screen.
  • For Xbox One, press the D-Pad (right) img-responsive on the controller.
  • For PS4, press the D-Pad (right) img-responsive on the controller.
  • For Nintendo Switch, press the right arrow button img-responsive 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 birch planks using the following command:

/setblock ~1 ~0 ~1 planks 2

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.

img-responsive

This /setblock command would replace the block at ~1 ~0 ~1 with birch planks. 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)
DataValue
img-responsive Oak Planks
(planks)
0
img-responsive Spruce Planks
(planks)
1
img-responsive Birch Planks
(planks)
2
img-responsive Jungle Planks
(planks)
3
img-responsive Acacia Planks
(planks)
4
img-responsive Dark Oak Planks
(planks)
5
img-responsive Mangrove Planks
(planks)
6
img-responsive Crimson Planks
(planks)
7
img-responsive Warped Planks
(planks)
8
img-responsive Bamboo Planks
(planks)
9
img-responsive Cherry Planks
(planks)
10

For the replacement block, we use a name of planks and a DataValue of 2 to represent birch planks. See a list of all Minecraft Item Names and DataValues.

img-responsive

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:

img-responsive How to Use the SetBlock Command to Add a Door
img-responsive How to Use the SetBlock Command to Add a Torch

Mods

1.19.4 Mods

1.19.3 Mods

1.19.2 Mods

1.18.2 Mods

1.16.5 Mods

1.15.2 Mods

1.12.2 Mods

1.8.9 Mods

1.7.10 Mods

1.18.1 Mods

1.17.1 Mods

1.14.4 Mods

1.13.2 Mods

1.11.2 Mods

1.10.2 Mods

1.9.4 Mods

Minecraft Modpacks

1.19.4 Modpacks

1.19.3 Modpacks

1.19.2 Modpacks

1.18.2 Modpacks

1.16.5 Modpacks

1.12.2 Modpacks

1.7.10 Modpacks

Forge Mods

Fabric Mods

Quilt Mods

Resource Packs

1.19.4 Resource Packs

1.19.3 Resource Packs

1.19.2 Resource Packs

1.18.2 Resource Packs

1.16.5 Resource Packs

1.15.2 Resource Packs

1.12.2 Resource Packs

1.8.9 Resource Packs

1.7.10 Resource Packs

1.18.1 Resource Packs

1.17.1 Resource Packs

1.14.4 Resource Packs

1.13.2 Resource Packs

1.11.2 Resource Packs

1.10.2 Resource Packs

1.9.4 Resource Packs

Shaders

1.19.4 Shaders

1.19.3 Shaders

1.19.2 Shaders

1.18.2 Shaders

1.17.1 Shaders

1.16.5 Shaders

Maps

1.19.4 Maps

1.19.3 Maps

1.19.2 Maps

1.18.2 Maps

1.16.5 Maps

1.15.2 Maps

1.12.2 Maps

1.8.9 Maps

1.7.10 Maps

1.18.1 Maps

1.17.1 Maps

1.14.4 Maps

1.13.2 Maps

1.11.2 Maps

1.10.2 Maps

1.9.4 Maps

Data Packs

1.19.4 Data Packs

1.19.3 Data Packs

1.19.2 Data Packs

1.18.2 Data Packs

1.16.5 Data Packs

1.15.2 Data Packs

1.18.1 Data Packs

1.17.1 Data Packs

1.14.4 Data Packs

1.13.2 Data Packs

MCPE/Bedrock

Mods & Addons

MCPE 1.19 Add-ons

MCPE 1.19 Mods

Texture Packs

MCPE 1.19 Texture Packs

MCPE 1.19 Resource Packs

Maps

MCPE 1.19 Maps

Clients

MCPE 1.19 Clients

Mod Menu Clients

Shaders

MCPE 1.19 Shaders

Render Dragon Shaders

Launchers

Skin Packs

Clients

1.19.4 Clients

1.19.3 Clients

1.19.2 Clients

1.18.2 Clients

1.16.5 Clients

1.12.2 Clients

1.8.9 Clients

Launchers

1.19.4 Launchers

1.19.3 Launchers

1.19.2 Launchers

1.18.2 Launchers

1.16.5 Launchers

1.12.2 Launchers

1.7.10 Launchers

Seeds

1.19.4 Seeds

1.19.3 Seeds

1.19.2 Seeds

1.18.2 Seeds

Skins

Plugins

Bukkit Plugins

Spigot Plugins

Paper Plugins

Tutorials

Installation Guide

Mobs Wiki Guide

Seeds Wiki Guide

Biomes Wiki Guide

Status Effects Wiki Guide

Enchantments Wiki Guide

Materials Wiki Guide

Command Blocks

Versions

Backlinks