Command.Dimension.Layout.Place

Places the item (dimension or inventory) in your current dimension and modifies the details specified by the values parameter.

Usage:

Command.Dimension.Layout.Place(item, values)
Command.Dimension.Layout.Place(dimensionItem, values)
ParameterTypeDatatypeDescription
dimensionItemparameterdimensionitemThe ID of the dimension item to operate on.
itemparameteritemThe inventory item to operate on.
valuesparametertableTable containing data to set on the dimension item. All parameters are optional and will default to current or default values.
coordX: The X coordinate of the item.
coordY: The Y coordinate of the item.
coordZ: The Z coordinate of the item.
pitch: The pitch rotation of the item.
roll: The roll rotation of the item.
scale: The scale of the item.
yaw: The yaw rotation of the item.