(Official) LUA Scripting Documentation
copy_inventory_region
Copy all block inventories in a cubic region to another region.
Spec:
copy_inventory_region(
long x1,
long y1,
long z1,
long x2,
long y2,
long z2,
long x3,
long y3,
long z3,
long item_id,
long qty)
Parameters
x1
: The x component of the source regions min map pointy1
: The y component of the source regions min map pointz1
: The z component of the source regions min map pointx2
: The x component of the source regions max map pointy2
: The y component of the source regions max map pointz2
: The z component of the source regions max map pointx3
: The x component of the destination regions min map pointy3
: The y component of the destination regions min map pointz3
: The z component of the destination regions min map pointitem_id
: The item_id to copy. If omitted, all items will be copiedqty
: The quantity of the item to copy. If omitted, all of the item will be copied
Incomplete
This documentation is incomplete