OpenGuiAction v3 - RealMegaMinds/ActionInventoryMod GitHub Wiki
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)
This is the type of the gui. This is a string.
Types
"PLAYER"
"ENDER_CHEST"
"NAMED_GUI"
The name of the action inventory to open. This is an identifier. See Common Types v3.
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.