hideenemyhealth-1.2.0.jar
27 Jan 2026
CurseForge · Hytale mod
A server-side mod/plugin for Hytale that hides HP bars above entities and (optionally) damage/heal numbers. It can be controlled in-game via an admin UI dashboard and also supports a disk-based config.
Quick answer
Server Hide Settings hideenemyhealth-1.2.0.jar targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.
Where it goes
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.
hideenemyhealth-1.2.0.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.
Before you install it
Built for Server Hide Settings hideenemyhealth-1.2.0.jar. Pick another file and the loader, install side or required mods may change.
Use hideenemyhealth-1.2.0.jar. It targets Hytale; another release may target a different game build or dependency set.
This file does not list any required mods. Do not add a library just because a different file uses it.
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Use the “Get this file” button beside hideenemyhealth-1.2.0.jar. It opens that exact file at the source.
About this project
Server Hide Settings is a server-side Hytale mod/plugin that reduces visual clutter by hiding overhead combat UI (HP bars + combat text) and optionally hiding player markers on the world map. Everything is controlled in-game via an admin Dashboard UI, and all settings are persisted to a disk-based config that can be applied live (refresh) — no client mod required.
Goal: reduce visual clutter and keep server visuals cleaner — without requiring any client-side modifications.
If you have any problems with the mod, please contact me in Discord/Telegram:
artur_hatoka
Overhead UI is useful, but on busy servers it quickly becomes noisy:
Server Hide Settings lets you enforce a cleaner look server-wide while still keeping the game fully playable.
players)npcs)UIComponentList so clients render less overhead UIThis plugin is fully server-side and focuses on what the server replicates to clients:
Overhead combat UI:
UIComponentList.World map player markers:
This approach is lightweight, does not require client changes, and applies consistently to everyone connected.
PvP events / arenas
Roleplay servers
Stream / cinematic servers
Minigames
On some server/client builds, hiding HP may also hide combat text even if configured separately. The Dashboard UI reflects the effective behavior observed on your build.
Compatibility depends on the current Hytale Server API build. If a game update changes internal UI component IDs, the plugin may require an update.
.jar (see Build below) or use a prebuilt release.mods/ — depends on your setup).serverhidesettings.admin permission (or equivalent admin role)./hid uiAfter the first start, the config file will be created:
mods/ServerHideSettings/config.jsonBase command: hid
/hid help — show help/hid info — show mod info and current settings/hid ui — open the admin dashboard/hid reload — reload config from disk (admin) and refresh live settingsserverhidesettings.admin — access to the Dashboard UI and admin functionsMake sure your server permission system grants this permission to the correct role/player.
File: mods/ServerHideSettings/config.json
Example JSON:
{ "enabled": true, "players": { "hideHealthBar": true, "hideDamageNumbers": true }, "npcs": { "hideHealthBar": true, "hideDamageNumbers": true }, "map": { "hidePlayerMarkers": true } }
enabled
players.hideHealthBar
players.hideDamageNumbers
npcs.hideHealthBar
npcs.hideDamageNumbers
map.hidePlayerMarkers
Tip: Use the Dashboard UI for quick toggling, then persist by saving/reloading the config.
artur_hatokaProject description from CurseForge.
Recent files
27 Jan 2026
Looking for an older file? The official CurseForge project page is in Resources.