Перейти к содержимому
Mineforgian

SuperVanish

A complete Vanish-Plugin including vanish and supervanish.

43K загрузок25 подписчиковMITbukkitpaperpurpurspigot

Обновлён 19 июня 2026 г. · опубликован 11 апреля 2024 г.

  • Plugin Cover
  • plugin.yml

SuperVanish

Table of Contents

User Guide

Modrinth Downloads Modrinth Followers Modrinth Version Modrinth Game Versions

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 <player>. It is also possible to make all vanished players visible with --all (/vanish-show --all). Here are the permissions:

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

build Downloads license Discord

About

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 Modrinth

Concept

Get operator rights or the permssions from the 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

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 for more info.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
3.3Релиз26.1, 26.1.1, 26.1.2, 26.2bukkit, paper, purpur, spigot19 июня 2026 г..jar (12 КБ)
3.2.4Релиз1.21.8, 1.21.9, 1.21.10, 1.21.11bukkit, paper, purpur, spigot14 марта 2026 г..jar (10 КБ)
3.2.3Релиз1.21.7, 1.21.8, 1.21.9, 1.21.10bukkit, paper, purpur, spigot20 ноября 2025 г..jar (10 КБ)
3.2.2Релиз1.21.5, 1.21.6, 1.21.7, 1.21.8bukkit, paper, purpur, spigot15 июля 2025 г..jar (10 КБ)
3.2.1Релиз1.21.4, 1.21.5, 1.21.6, 1.21.7bukkit, paper, purpur, spigot4 июля 2025 г..jar (10 КБ)
3.2.0Релиз1.21.3, 1.21.4, 1.21.5, 1.21.6bukkit, paper, purpur, spigot23 июня 2025 г..jar (9 КБ)
3.1.1Бета1.21.2, 1.21.3, 1.21.4, 1.21.5bukkit, paper, purpur, spigot10 июня 2025 г..jar (9 КБ)
3.1.0Релиз1.21.1, 1.21.2, 1.21.3, 1.21.4bukkit, paper, spigot6 февраля 2025 г..jar (9 КБ)
3.0.2Бета1.21.1, 1.21.2, 1.21.3, 1.21.4bukkit, paper, spigot30 января 2025 г..jar (8 КБ)
1.21.x_3.0.1Бета1.21.1, 1.21.2, 1.21.3, 1.21.4bukkit, paper, spigot20 января 2025 г..jar (7 КБ)
3.0Бета1.21.1, 1.21.2, 1.21.3, 1.21.4bukkit, paper, spigot20 декабря 2024 г..jar (6 КБ)
1.21.x_2.0Альфа1.21.1, 1.21.2, 1.21.3, 1.21.4bukkit, paper, spigot16 декабря 2024 г..jar (5 КБ)
1.20.1-1.20.6--v1.0.1Релиз1.20.3, 1.20.4, 1.20.5, 1.20.6bukkit, paper, spigot3 мая 2024 г..jar (7 КБ)
v1.0.0Релиз1.20.1, 1.20.2, 1.20.3, 1.20.4bukkit, paper, spigot11 апреля 2024 г..jar (5 КБ)

Ченджлог

3.3Релиз26.1.1, 26.1.2, 26.2 · 19 июня 2026 г.

added persistency for vanished and supervanished players through relogging in a config file

3.2.4Релиз1.21.9, 1.21.10, 1.21.11 · 14 марта 2026 г.

Added official 1.21.11 supported & tested version

3.2.3Релиз1.21.8, 1.21.9, 1.21.10 · 20 ноября 2025 г.

Upgrade to 1.21.10

3.2.2Релиз1.21.6, 1.21.7, 1.21.8 · 15 июля 2025 г.

added sv alias for supervanish

3.2.1Релиз1.21.5, 1.21.6, 1.21.7 · 4 июля 2025 г.

Added the vanish.* permission

vanish.*:
  description: master permission
  children:
    - vanish.use
    - vanish.show
    - vanish.list
    - vanish.supervanish
3.2.0Релиз1.21.4, 1.21.5, 1.21.6 · 23 июня 2025 г.

Added permission registration in plugin.yml

permissions:
  vanish.use:
    description: Allows usage of /vanish
    default: op

  vanish.show:
    description: Allows usage of /vanish-show
    default: op

  vanish.list:
    description: Allows usage of /vanish-list
    default: op

  vanish.supervanish:
    description: Allows usage of /supervanish
    default: op
3.1.1Бета1.21.3, 1.21.4, 1.21.5 · 10 июня 2025 г.

Update to 1.21.5 Build Stable Beta Now availible for Purpur

3.1.0Релиз1.21.2, 1.21.3, 1.21.4 · 6 февраля 2025 г.

Added an autocompleter for --all (/vanish-show argument)

Полная история изменений — на Modrinth.

Комментарии

Загружаем…