
Selective Vanish
Server-side add-on for VanishMod that adds selective visibility control.
- Загрузки
- 563
- Подписчики
- 0
- Обновлён
- 11 августа 2026 г.
- Лицензия
- GPL-3.0-only
Опубликован 25 февраля 2026 г.
🦝 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!
Ченджлог
1.20.1-forge-5.0.0Релиз1.20.4, 1.20.5, 1.20.6 · 11 августа 2026 г.
Added
- New known-player command argument and API:
KnownPlayerListArgumentfor names, groups ({a,b}) and selectors.KnownPlayerrecord for portable UUID/name chat components.KnownPlayersDataSavedData for caching offline/known players.ModArgumentTypesto register the custom argument type.
- New command:
/sv cached knownPlayersto inspect the known-player cache.
Changed
- Reworked
/sv//svanishcommands to useKnownPlayerarguments (supports offline players and groups) and provide richer feedback and suggestions. VanishVisibilityDataAPI switched to UUID-based methods (canSee,allow,deny,clear,getPlayersWhoCanSee) to support offline resolution.VanishUtilMixinupdated to consult visibility by UUID.CommonEventsnow caches players on login viaKnownPlayersData.SelectiveVanishmod class registers argument types on the mod event bus.- README and language files updated with command docs, examples and new translation keys.
- Added
issueTrackerURLtomods.toml. - Bumped
mod_versionto 5.0.0 and updatedraccooncore_versionrange.
Fixed
- Gradle wrapper and scripts updated:
gradle-wrapper.properties→ Gradle 8.14.5 and validation enabled.
build.gradlerun configurations and repositories adjusted (addedmavenLocal, working directories and client/server run tweaks) and minor dependency comment adjustments.
These changes enable selecting offline/known players in commands, persist a server-side player cache, improve UX with suggestions and interactive name/UUID components, and modernize build tooling.
mc1.20.1-v4.0.0Релиз1.20.4, 1.20.5, 1.20.6 · 2 марта 2026 г.
Комментарии
Загружаем…