/clone
op 2World/clone copies the box between two corners to a new position. The destination you give is the corner with the smallest coordinates, not the centre, which trips up most first attempts.
Commandready
24
Press C to copy
x
y
z
~ ~ ~whole blocks
~ is relative to where the command runs from
x
y
z
~ ~ ~whole blocks
~ is relative to where the command runs from
x
y
z
~ ~ ~whole blocks
The lowest-x, lowest-y, lowest-z corner of the copy
optional
optional
Examples
- Copy a build
/clone 0 64 0 10 74 10 100 64 100 - Move it instead
/clone 0 64 0 10 74 10 100 64 100 replace move
Common questions about /clone
›Why did my clone land in the wrong place?
The destination is where the lowest-x, lowest-y, lowest-z corner of the source ends up. Work out the offset from that corner, not from the middle of the build.
›Can source and destination overlap?
Only with the force mode. Without it the game refuses overlapping regions.