-
Notifications
You must be signed in to change notification settings - Fork 3
OpenGuiAction v3
Hoid2 edited this page Jan 19, 2022
·
2 revisions
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.