Описание
# SuperVanish

## 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




### 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
[](https://github.com/Philippcmd/SuperVanishV3/actions)
[](https://modrinth.com/plugin/supervanish/versions)
[](https://raw.githubusercontent.com/Philippcmd/SuperVanishV3/refs/heads/master/LICENSE.txt)
[](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.