(Official) LUA Scripting Documentation
move_inventory_region
Move (transfer) all block inventories in a cubic region to another region.
Spec:
move_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 move. If omitted, all items will be movedqty
: The quantity of the item to move. If omitted, all of the item will be moved
Incomplete
This documentation is incomplete