SuperVanish
🟡 Updated this year🖼️ Gallery (2 images)
🔍 Analysis
- 👍 0.1% endorsement rate
- 🏆 #121 of 1560 bukkit mods in this game by downloads
📋 About This Mod
# SuperVanish !(https://raw.githubusercontent.com/Philippcmd/SuperVanishV3/refs/heads/master/super-vanish_icon.png "Banner") ## Table of Contents * (#user-guide) * (#description) * (#how-to-use) * (#developer-information) * (#about) * (#concept) * (#building) * (#license) ## User Guide <a name="user-guide"></a> !(https://img.shields.io/modrinth/dt/rabHya7R?style=flat-square&label=Downloads&labelColor=0080FF&color=800080) !(https://img.shields.io/modrinth/followers/rabHya7R?style=flat-square&label=Followers&labelColor=0080FF&color=800080) !(https://img.shields.io/modrinth/v/rabHya7R?style=flat-square&label=Project%20Version&labelColor=0080ff&color=800080) !(https://img.shields.io/modrinth/game-versions/rabHya7R?style=flat-square&label=Minecraft%20Versions&labelColor=0080ff&color=800080) ### Description <a name="description"></a> SuperVanish is a utility plugin for Minecraft Bukkit, Spigot and Paper Servers. It is an operator tool that allows admins to be invisible to other players with two new forms of Vanishing. ### How to use <a name="how-to-use"></a> SuperVanish includes two forms of Vanish: The Vanish and SuperVanish. To enter normal Vanish mode, type /vanish. You are now vanished and invisible to normal players. However, if you use /vanish-list, you generate a list of all players in normal vanish mode. You can even make them visible for yourself with /vanish-show \<player\>. It is also possible to make all vanished players visible with `--all` (/vanish-show --all). Here are the permissions: ```yml vanish.use #for /vanish vanish.list #for /vanish-list vanish.show #for /vanish-show ``` With /supervanish you enter SuperVanish mode. The SuperVanish mode is completely undetectable by default because supervanished players are not shown when /vanish-show or /vanish-list is used. For /supervanish the permissions `vanish.supervanish` is required. > Note: By default, the permissions do not have to be attached manually to server admins because the default is set on op. ## Developer Information <a name="developer-information"></a> (https://img.shields.io/github/actions/workflow/status/PhilippCMD/SuperVanishV3/gradle.yml)](https://github.com/Philippcmd/SuperVanishV3/actions) (https://img.shields.io/modrinth/dt/rabHya7R)](https://modrinth.com/plugin/supervanish/versions) (https://img.shields.io/github/license/PhilippCMD/Supervanishv3)](https://raw.githubusercontent.com/Philippcmd/SuperVanishV3/refs/heads/master/LICENSE.txt) (https://img.shields.io/discord/1221168987585642586?style=flat&logo=discord&label=discord)](https://discord.com/invite/rxgC2BZT64) ### About <a name="about"></a> SuperVanish Plugin is a simple tool for Spigot, Paper and Bukkit Minecraft servers to hide you as server-operator/admin The latest downloads can be found on (https://modrinth.com/plugin/supervanish/versions) ### Concept <a name="concept"></a> Get operator rights or the permssions from the (https://github.com/Philippcmd/SuperVanishV3/blob/master/src/main/resources/plugin.yml). Then you are able to make yourself invisible for other players using /vanish. To make vanished players visible type /vanish-show or type /vanish-list to generate a list of vanished players Now you can see vanished players. If you use /supervanish, you are in the supervanish. This means they can't be detected with /vanish-show or /vanish-list. ### Building <a name="building"></a> Gradle is used to construct SuperVanish. #### System Requirements * Java JDK 17 * Git #### Compiling from source ```sh git clone https://github.com/Philippcmd/SuperVanishV3.git cd SuperVanishV3/ ./gradlew build ``` You can find the compiled jar in `build/libs`. ### License The SuperVanishV3 Plugin is licensed under the MIT license. See (https://github.com/Philippcmd/SuperVanishV3/blob/master/LICENSE.txt) for more info.
# SuperVanish

## Table of Contents
(#user-guide) (#description) (#how-to-use) (#developer-information) (#about) (#concept) (#building) (#license)
!(https://img.shields.io/modrinth/dt/rabHya7R?style=flat-square&label=Downloads&labelColor=0080FF&color=800080) !(https://img.shields.io/modrinth/followers/rabHya7R?style=flat-square&label=Followers&labelColor=0080FF&color=800080) !(https://img.shields.io/modrinth/v/rabHya7R?style=flat-square&label=Project%20Version&labelColor=0080ff&color=800080) !(https://img.shields.io/modrinth/game-versions/rabHya7R?style=flat-square&label=Minecraft%20Versions&labelColor=0080ff&color=800080)
### Description SuperVanish is a utility plugin for Minecraft Bukkit, Spigot and Paper Servers. It is an operator tool that allows admins to be invisible to other players with two new forms of Vanishing.
### How to use
SuperVanish includes two forms of Vanish: The Vanish and SuperVanish. To enter normal Vanish mode, type /vanish. You are now vanished and invisible to normal players. However, if you use /vanish-list, you generate a list of all players in normal vanish mode. You can even make them visible for yourself with /vanish-show \
## Developer Information [!(https://img.shields.io/github/actions/workflow/status/PhilippCMD/SuperVanishV3/gradle.yml)](https://github.com/Philippcmd/SuperVanishV3/actions) [!(https://img.shields.io/modrinth/dt/rabHya7R)](https://modrinth.com/plugin/supervanish/versions) [!(https://img.shields.io/github/license/PhilippCMD/Supervanishv3)](https://raw.githubusercontent.com/Philippcmd/SuperVanishV3/refs/heads/master/LICENSE.txt) [!(https://img.shields.io/discord/1221168987585642586?style=flat&logo=discord&label=discord)](https://discord.com/invite/rxgC2BZT64)
SuperVanish Plugin is a simple tool for Spigot, Paper and Bukkit Minecraft servers to hide you as server-operator/admin
The latest downloads can be found on (https://modrinth.com/plugin/supervanish/versions)
### Concept Get operator rights or the permssions from the [`plugin.yml`](https://github.com/Philippcmd/SuperVanishV3/blob/master/src/main/resources/plugin.yml). Then you are able to make yourself invisible for other players using /vanish. To make vanished players visible type /vanish-show or type /vanish-list to generate a list of vanished players Now you can see vanished players. If you use /supervanish, you are in the supervanish. This means they can't be detected with /vanish-show or /vanish-list.
### Building Gradle is used to construct SuperVanish.
#### System Requirements Java JDK 17 Git
#### Compiling from source ```sh git clone https://github.com/Philippcmd/SuperVanishV3.git cd SuperVanishV3/ ./gradlew build ``` You can find the compiled jar in `build/libs`.
### License The SuperVanishV3 Plugin is licensed under the MIT license. See [`LICENSE.txt`](https://github.com/Philippcmd/SuperVanishV3/blob/master/LICENSE.txt) for more info.
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- PhilippCMD
- Version
- 3.3
- Downloads
- 54,546
- Endorsements
- 30
- Category
- bukkit
- Created
- 4/14/2024
- Updated
- 6/19/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
- Tags
- game-mechanics, management, utility
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does SuperVanish support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of SuperVanish?
Version 3.3, published 2026-06-19 with 54,546 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await

