/clone
Copies blocks from one region to another. Supports cross-dimension cloning in 1.19.4+ and various filtering modes.
Syntax
/clone [from <sourceDimension>] <begin> <end> [to <targetDimension>] <destination> [replace|masked|filtered] [force|move|normal] [<filter>]Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| begin | block_pos | Required | The first corner of the source region. |
| end | block_pos | Required | The second corner of the source region. |
| destination | block_pos | Required | The lower-northwest corner of the destination region. |
| maskMode | literal | Optional | replace = copy all; masked = skip air blocks; filtered = only copy specified block type. |
| cloneMode | literal | Optional | force = allow overlapping; move = fill source with air after; normal = fail on overlap. |
Examples
/clone 0 64 0 10 74 10 100 64 100Clones the region from 0,64,0 to 10,74,10 starting at 100,64,100.
/clone ~-5 ~ ~-5 ~5 ~10 ~5 ~20 ~ ~ maskedClones a nearby structure 20 blocks to the east, skipping air blocks.
/clone 0 0 0 15 15 15 0 0 0 replace moveMoves a structure by cloning it and filling the source with air.
Common Mistakes
- Source and destination regions overlapping without using 'force' mode, the command fails unless you specify force.
- Exceeding the 32768-block limit per clone operation.
Notes
Since 1.19.4, the 'from' and 'to' keywords allow cross-dimension cloning. The destination coordinate is the lower-northwest corner of the destination region.
Related Commands
Need a Minecraft server?
Try these commands on Astroworld or host your own server.
Try Astroworld Hosting