UltimateUI guide
API
In this section
Skript API
Description of the Skript API functionality
→Example UsagesExample uses of the API for UltimateUI.
→Core AccessAccess the main instance and check API status.
→Opening UIsOpen Cursor UIs or HUD overlays for players.
→Building UIsCreate complete UI pages programmatically with UiBuilder.
→Closing UIsTerminate active UI sessions or specific pages.
→Session & StateRetrieve details about a player's active interface state.
→Asset ManagementVerify and list available GUI configurations.
→Interaction HandlingHandle user interactions and clicks via the Java Event API.
→Updating ElementsModify UI properties in real-time while a player has an active session.
→