Commands v3 - RealMegaMinds/ActionInventoryMod GitHub Wiki

Commands

All commands are prefixed by /actioninventory.

list

Lists all loaded ActionInventories.

open <guiName> [<targets>] [<silent>]

Opens the ActionInventory specified by guiName for all players specified by targets. If 'targets' is not specified it defaults to the calling player. If silent is true, no command feedback is given.

load (opener|inventory) <path> [<override>]

Loads the ActionInventory or Opener at the location given by path. If override is true, no error will be given for ActionInventories with the same name and the previous ActionInventory will be removed.

remove <guiName>

Unloads the ActionInventory specified by guiName.

Note

ActionInventories and Openers are reloaded when /reload is used. All ActionInventories loaded by /actioninventory load will be discarded and all ActionInventories removed by /actioninventory remove will be reloaded.

⚠️ **GitHub.com Fallback** ⚠️