Advertisement
stormfrenzy

/clone command

Apr 23rd, 2014
3,025
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. clone <x1> <y1> <z1> <x2> <y2> <z2> <x> <y> <z> [mode]
  2.  
  3. Example:
  4. ► Copy all blocks within a cubic area to another location.
  5.  
  6. /clone -260 68 260 -256 72 256 -260 68 248 replace
  7. /clone -260 68 260 -256 72 256 -260 68 248 masked
  8.  
  9. More information:
  10. The x y z coordinate is the lowest north-west position at the comparison location (movement from x and z is positive). Mode options are 'replace' (default) which copies all blocks, or 'masked' which copies all non-air blocks (eg. the destination can have blocks where the source may have air blocks).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement