← Назад к ресурсам

SuperVanish

A complete Vanish-Plugin including vanish and supervanish.

Modrinth game-mechanics management utility

Описание

# SuperVanish ![](https://raw.githubusercontent.com/Philippcmd/SuperVanishV3/refs/heads/master/super-vanish_icon.png "Banner") ## Table of Contents * [User Guide](#user-guide) * [Description](#description) * [How to use](#how-to-use) * [Developer Information](#developer-information) * [About](#about) * [Concept](#concept) * [Building](#building) * [License](#license) ## User Guide ![Modrinth Downloads](https://img.shields.io/modrinth/dt/rabHya7R?style=flat-square&label=Downloads&labelColor=0080FF&color=800080) ![Modrinth Followers](https://img.shields.io/modrinth/followers/rabHya7R?style=flat-square&label=Followers&labelColor=0080FF&color=800080) ![Modrinth Version](https://img.shields.io/modrinth/v/rabHya7R?style=flat-square&label=Project%20Version&labelColor=0080ff&color=800080) ![Modrinth Game Versions](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 \. 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 [![build](https://img.shields.io/github/actions/workflow/status/PhilippCMD/SuperVanishV3/gradle.yml)](https://github.com/Philippcmd/SuperVanishV3/actions) [![Downloads](https://img.shields.io/modrinth/dt/rabHya7R)](https://modrinth.com/plugin/supervanish/versions) [![license](https://img.shields.io/github/license/PhilippCMD/Supervanishv3)](https://raw.githubusercontent.com/Philippcmd/SuperVanishV3/refs/heads/master/LICENSE.txt) [![Discord](https://img.shields.io/discord/1221168987585642586?style=flat&logo=discord&label=discord)](https://discord.com/invite/rxgC2BZT64) ### 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](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.