UltimateUIDocs
Archived upstream docs · Features depend on the installed plugin version; not all features have been verified.

UltimateUI guide

Asset Management

Verify and list available GUI configurations.

Interact with GUI files stored on the disk to check for existence or retrieve a complete list of available pages from the configuration folder.

MethodReturnsDescription
listGuis()List<String>Returns an unmodifiable list of all GUI names available in the pages folder.
guiExists(String name)booleanChecks if a GUI with the given name exists (case-insensitive).