The fastest way to duplicate a structure in Minecraft

To copy and paste a structure in Minecraft, you use the Clone command in Java Edition or the Structure Block in Bedrock Edition. Both methods let you select a building or landscape, save it, and place it elsewhere in your world without rebuilding it block by block.

The method you use depends on which version of Minecraft you play. Java Edition (the PC version most players use) relies on commands typed into chat. Bedrock Edition (Windows 10/11, console, mobile) uses a physical block you place and configure. Both work, but they feel different to use.

Key Takeaways

  • Java Edition uses the Clone command to copy a rectangular area and paste it elsewhere when ready.
  • Bedrock Edition uses Structure Blocks, which you craft and place to mark, save, and load structures.
  • You must enable cheats in your world settings before either method will work.
  • The Clone command works only in the same world, but Structure Blocks can save structures to a library for use in other worlds.

Copying structures in Java Edition with the Clone command

Open your world and press T to open the chat box. Type the Clone command in this format: /clone x1 y1 z1 x2 y2 z2 x3 y3 z3. The first three coordinates (x1 y1 z1) are one corner of the area you want to copy. The second three (x2 y2 z2) are the opposite corner. The last three (x3 y3 z3) are where you want the copy to appear.

To find coordinates, press F3 on your keyboard (or Fn + F3 on a laptop). Your current position shows in the top left corner as three numbers. Walk to one corner of your structure and write down those numbers. Walk to the opposite corner and write down those numbers too. Then walk to where you want the copy to land and write down that position. Plug all three sets into the command and press Enter.

If the copy overlaps with blocks already in place, the command will overwrite them. If you want to keep both the original and the copy untouched, move the copy far enough away that nothing overlaps. You can also use the /clone command with replace or masked at the end to control whether air blocks overwrite existing blocks.

Copying structures in Bedrock Edition with Structure Blocks

Structure Blocks are items you craft using wood planks and redstone. Open your crafting menu, arrange one wood plank in the top-left corner, one redstone dust in the center, and one wood plank in the bottom-right corner, then drag the Structure Block into your inventory. Place it in your world by selecting it and right-clicking.

Right-click the Structure Block to open its menu. Set the mode to Save. Now you need to define the area you want to copy. Look at one corner of your structure and note the X, Y, and Z coordinates shown in the Structure Block menu. Set the Size fields to match the width, height, and depth of the area. For example, if your building is 10 blocks wide, 8 blocks tall, and 12 blocks deep, enter 10, 8, and 12 in the Size fields.

Give your structure a name in the Name field (use letters and numbers only, no spaces). Press Save. The structure is now stored in your world's structure library. Place a new Structure Block where you want the copy to appear, set its mode to Load, enter the same name, and press Load. The structure will appear when ready.

Enabling cheats so commands work

Both Java and Bedrock require cheats to be turned on before you can use Clone commands or Structure Blocks. When you create a new world, the game asks whether to allow cheats. If you said no, you can still turn them on.

In Java Edition, pause the game, click Open to LAN, toggle Allow Cheats to on, and close the menu. In Bedrock Edition, pause the game, go to Settings, scroll to Cheats, and toggle them on. Turning on cheats does not delete your world or change how it plays — it only unlocks commands and Structure Blocks.

Saving structures to use in other worlds

Java Edition's Clone command works only within the same world. If you want to copy a structure to a different world, you have two options: use a third-party tool like WorldEdit (a mod that adds advanced copying tools), or manually rebuild it.

Bedrock Edition makes this easier. Structures you save with Structure Blocks are stored in a folder on your device. You can copy that folder to another world's structure library, and the structure will load there. On Windows, structures are saved in AppData\Local\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang\structures. On console or mobile, the game handles this automatically when you access the structure library in a different world.

Common mistakes and how to fix them

The most common error is getting the coordinates wrong. If your copy appears in the wrong place or is the wrong size, delete it and try again. Write down coordinates carefully — even one number off by a few blocks will move the copy significantly. Use the F3 debug screen in Java Edition to double-check before you run the command.

Another mistake is forgetting that the Clone command includes the corner blocks themselves. If you want to copy a 10-by-10 building, you need to measure from one corner to the opposite corner, not from 0 to 10. The command counts both the starting and ending blocks.

If a Structure Block says it cannot save or load, check that cheats are on and that you named the structure correctly (no spaces, no special characters). If the structure loads but looks wrong, the Size fields may be incorrect — rebuild the structure with a new Structure Block and measure more carefully.

Frequently Asked Questions

Can I copy a structure that is not a perfect rectangle?

Both methods copy rectangular areas only. If your structure has an irregular shape, you will need to copy the smallest rectangle that contains it, then delete the extra blocks afterward. Alternatively, use a mod like WorldEdit in Java Edition, which can copy non-rectangular selections.

What happens if I clone a structure on top of itself?

The Clone command will overwrite the original blocks with identical blocks, so visually nothing changes. However, if you use the move mode instead of replace, the original blocks are deleted and only the copy remains. Check the command syntax before running it if you want to preserve the original.

Can I copy structures between Java and Bedrock worlds?

No. Java Edition and Bedrock Edition use different file formats and cannot share worlds or structures directly. You would need to rebuild the structure in the other version, or use a conversion tool (which may not preserve all details).

Do I need to be in Creative mode to use Clone or Structure Blocks?

No. Both work in Survival mode as long as cheats are on. Structure Blocks do require you to craft them first, so you need access to a crafting table and the materials (wood and redstone).

How large can a structure be before Clone or Structure Blocks stop working?

Java Edition's Clone command can handle structures up to 32,768 blocks in any direction, which is larger than most players will ever need. Bedrock Edition has a smaller limit of around 256 blocks in each direction, so very large structures may need to be split into smaller pieces and copied separately.