All commands
๐Ÿงฌ
AdvancedJava โœ“Bedrock โœ“

/clone

Copy a box of blocks from one place to another.

Overview

What is the /clone command?

The /clone command copies a 3D region of blocks from one place to another โ€” duplicating builds, machines or terrain in a single line. Modes let you mask out air, replace or keep the destination, and move (cut) instead of copy.

It's how map makers reset rooms, stamp out repeated structures, and build modular contraptions.

When to use it: Use /clone to duplicate or move a block region โ€” copying builds, resetting rooms, or stamping repeated structures.

At a glance

Syntax

Syntax
/clone <begin> <end> <destination>
commandtargetcoordsvaluerequiredoptional

See it

What it does

Copy a region to a new place

Anatomy

Every part, explained

  1. 1
    /cloneCommandRequired

    Copies a 3D region of blocks.

  2. 2
    <begin>BeginRequired

    One corner of the area to copy.

  3. 3
    <end>EndRequired

    The opposite corner of that area.

  4. 4
    <destination>DestinationRequired

    Lower corner where the copy goes.

Your turn

Try it yourself

Playground
10 tokens ยท press Enter to run

Copy & paste

Examples

/clone ~ ~ ~ ~5 ~5 ~5 ~10 ~ ~

Copy a 6x6x6 box 10 blocks away.

/clone 0 64 0 5 70 5 100 64 100

Clone a region to exact coords.

/clone ~ ~ ~ ~3 ~3 ~3 ~ ~10 ~

Stack a copy above the original.

Avoid these

Common mistakes

โœ•/clone ~ ~ ~ ~5 ~5 ~5
โœ“/clone ~ ~ ~ ~5 ~5 ~5 ~10 ~ ~

You must also give a destination corner.

โœ•/clone ~ ~5 ~ ~ ~ ~ ~10 ~ ~
โœ“/clone ~ ~ ~ ~5 ~5 ~5 ~10 ~ ~

Each corner needs three coords: X Y Z.

Good to know

Frequently asked questions

How do you copy a structure with a command?
Run /clone <x1 y1 z1> <x2 y2 z2> <destX destY destZ> to copy the source box to a new corner position.
How do you clone only the blocks, ignoring air?
Add the masked mode, e.g. /clone <pos1> <pos2> <dest> masked, so empty space in the source doesn't overwrite the destination.
Can /clone move blocks instead of copying?
Yes โ€” use the move mode to clear the source after copying, effectively cutting and pasting the region.

Keep going

Related commands