-
Notifications
You must be signed in to change notification settings - Fork 17
GUI Properties
Patrick Miller edited this page Jul 17, 2026
·
4 revisions
The name of a GUI is the title that was provided during its creation. It can be set, cleared, or reset. You can simply use Skript's 'name' expression to obtain this:
the name of the guiNote
If you create a GUI using syntax not provided by skript-gui, this value may not be available or accurate.
The size of a GUI is the number of slots it has. It can be set or reset. You can simply use Skript's 'size' expression to obtain this:
the size of the guiCaution
Coming Soon
Caution
Coming Soon