Selective Vanish

Quick rating

Community listing page, reviews here may not be monitored by the author.

Selective Vanish

By KamKeykeOwner

No reviews yet

Server-side add-on for VanishMod that adds selective visibility control.

Mod Loaders
Forge
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Server Only

Runs entirely on the server. Also works in singleplayer.

About

Project Details

Type
Mod
License
GNU General Public License v3.0 only
Latest Version
selective_vanish-1.20.1-5.0.0.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

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 mod:
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.

  • Independence: No /team configuration required.
  • Persistence: All data is saved directly in the server's world data.
  • Bulk Management: Manage multiple players at once using player lists.
  • Player Cache: Players who have previously joined the server can be referenced even when they are offline.

Perfect for SMP and RP-focused servers!


🔗 Compatibility 🔗

  • Requires VanishMod
  • Requires RaccoonCore (must be installed on both server and client)
  • Designed for Forge (I didn't learn NeoForge yet lol)
  • 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 💻

SVanish commands can be used through either /sv or /svanish. Player arguments support individual player names as well as comma-separated player lists using the {player1,player2,...} syntax. Players can also be selected from the server's known-player cache, allowing offline players to be referenced.

Command Description
/sv allow <viewers> see <targets> Allows the specified viewers to see the specified players while vanished.
/sv deny <viewers> see <targets> Revokes the specified viewers' permission to see the specified players while vanished.
/sv clear <targets> Removes all selective visibility permissions for the specified players.
/sv get <targets> Prints a list of all players who can currently see the specified targets.
/sv cached knownPlayers Displays all players currently stored in the known-player cache.

💡 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.
  • /sv allow KamKeyke see Alio - Allows KamKeyke to see Alio while Alio is vanished.
  • /sv allow {KamKeyke,Koretzy} see Alio - Allows both KamKeyke and Koretzy to see Alio while Alio is vanished.
  • /sv allow KamKeyke see {Alio,Koretzy} - Allows KamKeyke to see both Alio and Koretzy while they are vanished.
  • /sv allow {KamKeyke,Koretzy} see {Alio,Hiaku} - Allows both KamKeyke and Koretzy to see both Alio and Hiaku while they are vanished.
  • /sv deny KamKeyke see Alio - Revokes KamKeyke's permission to see Alio while vanished.
  • /sv clear Bacalhau - Removes all selective visibility permissions for Bacalhau. Now no one can see them while they are vanished.
  • /sv get Bacalhau - Displays all players who currently have permission to see Alio while vanished.
  • /sv cached knownPlayers - Displays all players currently stored in the server's known-player cache. Primarily for development purposes.

❤️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!

ko-fi


🦝 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 /team configuration 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!

ko-fi


Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~2,000
Total Downloads
CurseForge
~2,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works