MysticVanish
Layered stealth, silent moderation, and permission-based invisibility for Hytale servers.
A Hytale server mod built with Java. Requires Hytale Server >=0.5.6 <0.6.0.
Optional Depends
This mod has optional depends but recommended integrations:
What it does
MysticVanish is a layered vanish system. Instead of a single on/off flag, every player has a vanish level (how concealed they are) and a see level (how much they can see). A viewer sees a vanished player only when viewer.seeLevel >= target.vanishLevel, so staff hierarchies fall out naturally — moderators can't see admins, admins can't see owners, and so on.
Highlights:
- Layered, permission-driven levels — vanish/see levels come from
mysticvanish.level.<N>/mysticvanish.see.<N>nodes, resolved from LuckPerms or native permissions. - Stealth features, each individually permission-gated: hide from tab list, map, and nameplate; suppress join/leave messages; stop NPCs/mobs from targeting you; skip trigger volumes; chat and command mistype protection.
- Visual safety net — a configurable glow and a per-viewer particle aura (mutual vs one-way colours) so staff don't collide while invisible. Both are visible only to players who can already see the vanished player.
- On-screen HUD reminding the vanished player of their state and level.
- Integrations — optional LuckPerms (live permission-change updates) and PlaceholderAPI (
%mysticvanish_*%). - Developer API — a stable
MysticVanishAPIplus a full set of lifecycle events.
Commands
| Command | Description |
|---|---|
/vanish (/v, /mvanish, /mysticvanish) |
Toggle your own vanish. |
/vanish off |
Force vanish off. |
/vanish status [player] |
Show vanish status. |
/vanish <player> |
Toggle vanish for another player. |
/vanish reload |
Reload config and messages. |
/vchat <message> |
Send intentional public chat while vanished. |