Description
🦝 About 🦝
SVanish is a simple server-side add-on for VanishMod. It introduces selective visibility control, allowing you to choose exactly who can see vanished players.
‼️ Server-side only:
SVanish only needs to be installed on the server. Clients are not required to install it.
✨ Features ✨
The original VanishMod includes a similar feature, but it relies on Minecraft’s /team system and it is disabled by default.
SVanish uses its own server-side SavedData system. This allows you to manage visibility permissions independently, without interfering with your server’s teams or whatever.
- Independent System: No
/teamconfiguration required. - Persistent Storage: Data is saved directly in the server’s world.
- Bulk Management: Manage multiple players at once using the group syntax from RaccoonCore.
Perfect for SMP and RP-focused servers!
🔗 Compatibility 🔗
- Requires VanishMod
- Requires RaccoonCore
- Designed for Forge (I didn't learn NeoForge yet)
- Should work fine with any other mods! But if it doesn't, please let me know by opening an issue here or on GitHub!
💻 Commands & Syntax 💻
| Command | Description |
|---|---|
| /sv allow <player> see <target> | Allows a specific player to see the target while vanished. |
| /sv allow group [<p1, p2...>] see <target> | Allows a group of players to see the target. |
| /sv deny <player> see <target> | Revokes a player's permission to see the target. |
| /sv deny group [<p1, p2...>] see <target> | Revokes a group of player's permission to see the target. |
| /sv clear <player> | No one will be able to see this player in vanish anymore. |
| /sv clear group [<p1, p2...>] | No one will be able to see this group of players in vanish anymore. |
| /sv get <player> | Prints a list of all players who can currently see the target. |
💡 Examples
- /sv allow KamKeyke see Alio - Allows KamKeyke to see Alio when vanished.
- /sv allow group {KamKeyke, Koretzy} see Alio - Allows KamKeyke and Koretzy to see Alio when vanished.
- /sv deny KamKeyke see Alio - Revokes Kamkeyke's permission to see Alio in vanish; now only Koretzy can.
- /sv clear Alio - Now no one can see Alio in vanish anymore.
❤️Support Me❤️
As you may already know, modding isn't easy and takes a long time. So if you like what I do and would like to support me, you can tip me on ko-fi. One day i'll think on a good reweard for tippers!


