OmniGame logoOmniGame

/clone Command

Copies a rectangular region of blocks from one location (optionally in another dimension) to a destination. replace clones all blocks; masked skips air blocks; filtered clones only blocks matching the given block predicate. force allows the destination to overlap the source; move additionally replaces the source region with air; normal (default) requires no overlap. strict suppresses block-updates during placement (Java 1.21.5+).

Syntax
/clone [from <sourceDimension>] <begin: x y z> <end: x y z> [to <targetDimension>] <destination: x y z> [strict] [replace|masked|filtered <block>] [force|move|normal]
Permission: 2Edition: Both

Examples

/clone 0 64 0 15 80 15 100 64 100/clone 0 64 0 20 84 20 200 64 200 masked normal/clone ~-10 ~ ~-10 ~10 ~20 ~10 ~ ~ ~50 filtered minecraft:stone force/clone from minecraft:the_nether 0 64 0 15 80 15 to minecraft:overworld 0 64 0

Notes

Cross-dimension cloning via from/to keywords is Java Edition only (added in Java 1.20+). The strict flag is Java 1.21.5+. Maximum cloneable volume is 32,768 blocks.

More commands