Build

Build a customstructure onto the world

/goop customstructures build <structure> [w x y z] [orientation]

May choose if its pointing north, south, east or west.

Args Breakdown (What everything does)

<structure>

  • Internal name of the Custom Structure you want to build.


[w x y z]

  • World and co-ordinates.

    • May use ~ ~ ~ ~ relative coordiantres or ^ ^ ^ ^ relative coordinates.


[orientation]

  • Choose which forward to use:

    • NorthForward, EastForward, WestForward, SouthForward.


Tips

  • Structures are always imported with SouthForward.


  • See tips of GooP Grief for info on how to use ^ ^ ^ ^ relative coords.

Simple Examples:

/goop customstructures build MAGIC_ANVIL ~ ^ ^1 ^ NorthForward

Build a magic anvil structure, oriented northward, on top of the block you are looking at.