In this video I show you how to show a custom player HUD using a Hytale plugin, and how to dynamically update the UI.
MyUI.ui: https://gist.github.com/underscore95/...
Useful Examples:
RespawnPage - Java file inside HytaleServer.jar, RespawnPage.ui can be found in the asset manager under Hytale:Hytale asset pack
This is a UI mod by a Curseforge modder with early access, it seems more useful for making UI rather than HUDs: https://github.com/Buuz135/AdminUI
You can hide HUD using HudManager#hideHudComponent
UI Documentation by me: https://hytalemodding.dev/en/docs/gui...
UI Part 2: • Pages & Text Input | UI Part 2 | Hytale Mo...
00:00 Intro
00:41 manifest.json
01:21 .ui files
04:05 CustomUIHud class
04:24 Show HUD to player
05:00 Dynamically Updating Text
06:13 Useful Examples