Minecraft Clone Command Generator Java & Bedrock
Use this Clone Command Generator to quickly create the Clone command in Minecraft Java and Bedrock Edition 1.21+ and 1.26+. Define both points of the source area, the destination point, the mask mode, and the clone mode. Ideal for maps, servers, and datapacks.
Select your Minecraft edition:
Source — Point 1
Source — Point 2
Destination — Reference Point
Lower corner of the copied volume at the destination.
Mask Mode
Clone Mode
Generated Command
clone 0 0 0 10 10 10 20 0 0 replace normalWant to create a cheap Minecraft server without lag?
I recommend Sparked Host: affordable plans, great performance, simple panel, and fast support.
🚀 Create server on Sparked HostHow to Use the Clone Command in Minecraft
The Clone command allows you to copy a volume of blocks from a source area to a new location. You define two points that form the source box and a destination point, which represents the lower corner where the area will be pasted.
In Java Edition, the basic format is:
/clone 0 0 0 10 10 10 20 0 0
This command copies the volume between coordinates 0 0 0 and 10 10 10 to the destination 20 0 0.
Clone Command Examples (Java)
Simple copy (replace)
/clone 0 0 0 10 10 10 20 0 0 replace normal
Ignoring air blocks (masked)
/clone 0 0 0 10 10 10 20 0 0 masked normal
Copying only a specific block (filtered)
/clone 0 0 0 10 10 10 20 0 0 filtered minecraft:stone normal
Moving the structure (move)
/clone 0 0 0 10 10 10 20 0 0 replace move
Frequently Asked Questions
What does the clone command do in Minecraft?
The clone command copies a volume of blocks from a source area to a destination area.
What is the difference between replace, masked, and filtered?
Replace copies all blocks, masked ignores air blocks, and filtered only copies the specified block.
What does move mode do?
Move mode copies blocks to the destination and replaces the source with air, functioning like a cut option.
Can I use relative coordinates in the clone command?
Yes, simply check the relative coordinates option to use the tilde (~) instead of absolute coordinates.
Does the clone command work on Bedrock Edition?
Yes, but filtered mode on Bedrock uses the block name and data value instead of a full block filter.