Clone (Copy) a Structure
Copy a region of blocks and paste it somewhere else
✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026Copies an 11×11×11 cube centered on you and pastes it 15 blocks to the east (~15 ~-5 ~-5). The command uses three coordinate sets: source corner 1, source corner 2, and destination. Useful for duplicating buildings or structures without rebuilding.
/clone ~-5 ~-5 ~-5 ~5 ~5 ~5 ~15 ~-5 ~-539 characters
- Java: yes
- Bedrock: yes
- Command block: yes
- Needs cheats / OP: yes
How to use
- Stand in the center of the structure you want to copy.
- Open chat and paste the command.
- Adjust the destination offset (~15 ~-5 ~-5) to set where the copy lands.
- Press Enter — the region is instantly duplicated.
Related commands
Create a hollow room or box out of any block
/fill ~ ~ ~ ~10 ~6 ~10 stone hollowCreate a pool or lake by filling a region with water
/fill ~ ~ ~ ~10 ~ ~10 waterSwap every block of one type for another in a region
/fill ~ ~ ~ ~10 ~10 ~10 stone replace dirtDelete all blocks in a large area quickly
/fill ~-10 ~-2 ~-10 ~10 ~10 ~10 airQuickly fill a region with water
/fill ~-5 ~ ~-5 ~5 ~3 ~5 waterBuild a hollow rectangular frame without solid interior
/fill ~-5 ~ ~-5 ~5 ~4 ~5 stone hollow