premium banner
A simple mod that allows you to have multiple HUDs present at once.

Description

code cat

This simple mod allows modders to have mutliple HUD elements on the screen. Currently you can only have 1 Custom UI HUD Element on the screen but this mods adds a Custom UI HUD wrapper that adds multiple elements into one.

Usage:

MultipleHUD.getInstance().setCustomHud(player, playerRef, "Hud1", new TestUIHUD()); MultipleHUD.getInstance().setCustomHud(player, playerRef, "Hud2", new TestUIHUD());

Maven: https://maven.hytale-mods.dev/

APEX HOSTING