OpenGuiAction v3 - RealMegaMinds/ActionInventoryMod GitHub Wiki

Open Gui Action

Open gui actions open guis. They can open player inventories, enderchests, and other action inventories.

They look like:

{
  ...common fields...
  "guiType": "",
  "guiName": "",
  "playerUUID": ""
}

(common fields are specified in Actions v3)

Gui Type (required)

This is the type of the gui. This is a string.

Types
  • "PLAYER"
  • "ENDER_CHEST"
  • "NAMED_GUI"

Gui Name (required if type is "NAMED_GUI")

The name of the action inventory to open. This is an identifier. See Common Types v3.

Player UUID (defaults to the player that clicked)

This the UUID of the player who's inventory or ender chest you want to open. This is not used with the "NAMED_GUI" type. This is a UUID.

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