HytaleHub
Explore
MultipleHUD

MultipleHUD

by Buuz135

utility

A library mod that allows modders to have multiple HUD elements on the screen simultaneously. Provides a Custom UI HUD wrapper that combines multiple elements into one. Essential for mods needing complex UI layouts.

MultipleHUD is a library mod that enables multiple HUD elements on screen simultaneously. Created by Buuz135, this mod solves a limitation in Hytale where only one Custom UI HUD Element can display at a time.

What Does This Mod Do?

Hytale currently limits mods to a single Custom UI HUD Element on screen. MultipleHUD provides a wrapper that combines multiple elements into one, allowing modders to create complex UI layouts.

For Developers

Usage Example

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

Maven Repository

Available at: https://maven.hytale-modding.info/

Key Features

Multiple Elements

Display several HUD components simultaneously without conflicts.

Simple API

Easy-to-use methods for registering and managing HUD elements.

MIT License

Open source and freely usable in your projects.

Who Is This Mod For?

This mod is for:

  • Mod developers needing multiple HUD elements
  • Complex UI mod projects
  • Users of mods that require MultipleHUD

You don’t need this if:

  • You’re just playing with standard mods
  • No installed mods require it

Compatibility

  • Hytale Version: Early Access and above
  • License: MIT License

About the Author

Buuz135 creates developer tools and library mods for the Hytale modding community.