Denizen Script Commands


Commands are always written with a '-' before them, and are the core component of any script, the primary way to cause things to happen.
Learn about how commands work in The Beginner's Guide.


Showing 1 out of 43 commands...
Namegui
Syntaxgui [open <script>/close]
Short DescriptionOpens a GUI script into a GUI or closes a currently open one.
Full DescriptionOpens the GUI script specified as a GUI, or closes a currently open one.
The GUI script must have a panel of any kind as it's element to be opened (which can contain any other elements within it).
Related TagsNone
Usage Example
# Opens a GUI script named "my_gui".
- gui open my_gui
Usage Example
# Closes the currently open GUI.
- gui close
GroupGUI System
Sourcehttps://github.com/DenizenScript/Clientizen/blob/master/src/main/java/com/denizenscript/clientizen/scripts/commands/GuiCommand.java#L18