Config Options

A few options for your container

/goop containers config options <container> <option> [value]

Varied things like inventory actions allowed, edge formations, duplicate equipment equippability...

Args Breakdown (What everything does)

<container>


<option>

  • The option you want to choose, quantity in parenthesis is the (default value).

    • MythicLibStation (Not ready... yet!) Allows to register the container as its own separate station to MMOItems to add shaped recipes to it independent of those of the workbench. Require to use to assign a result slot.

    • AllowDrag (true) Allows inventory dragging operations, like spreading items evenly or distributing one item to every slot.

    • DragOverflow (false) Should extending a drag operation to the inventory include the inventory slots in the provided slot placeholder for mythic skills or for placeholder API?

    • EdgeFormations (false) Should edges have different custom model data depending on adjacent edges?

    • DuplicateEquipment (true) Should equipping two of the same MMOItem stack their stats? Suppose equipping two of the same ring to get the same bonus twice.


[value]

  • The value to assign to that option

    • MythicLibStation Name of the

    • AllowDrag (true) Allows inventory dragging operations, like spreading items evenly or distributing one item to every slot.

    • DragOverflow (false) Should extending a drag operation to the inventory include the inventory slots in the provided slot placeholder for mythic skills or for placeholder API?

    • EdgeFormations (false) Should edges have different custom model data depending on adjacent edges?

    • DuplicateEquipment (true) Should equipping two of the same MMOItem stack their stats? Suppose equipping two of the same ring to get the same bonus twice.

Tips

  • Can also use /goop containers config equipment to toggle duplicate equipment equippability.

Simple Examples:

/goop containers config options BANK DragOverflow false

Drag actions in 'BANK' will ignore inventory slots when exporting the affected slots to the <goop.slot.provided> placeholder.


/goop containers config options STEEL_SMELTERY EdgeFormations true

The 'STEEL_SMELTERY' will now have much more variation in is container edge custom model data numbers.


/goop containers config options WARPED_VAULT DuplicateEquipment false

Equipping two of the same MMOItem in 'WARPED_VAULT' will now ignore the second.