Custom GUI
Info
Available for LabyMod users with version greater than 3.8.25
Overview
With this feature it is possible to create a custom user interface. We provide a collection of GUI components you can use.
Requirements
- LabyMod API (or use the Protocol without the API)
- Widgets
Example GUI
Open the GUI
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
|
All possible screen action
ids:
1 2 3 4 5 6 |
|
Interaction response
The client will send the following response with the screen
key after closing the GUI:
1 2 3 4 5 6 7 8 9 10 11 12 |
|
Widget interaction response (Example shows an interaction with the button):
1 2 3 4 5 6 |
|
The widget_id
is the id of the interacted widget. The states
object contains all values of the widget like color, text field value..
Response types: ("type"
)
1 2 3 4 |
|