SuperVanish

一个完整的隐身插件,包括隐身和超级隐身。

资源图片
# SuperVanish ![](https://raw.githubusercontent.com/Philippcmd/SuperVanishV3/refs/heads/master/super-vanish_icon.png "Banner") ## 目录 * [用户指南](#user-guide) * [描述](#description) * [如何使用](#how-to-use) * [开发者信息](#developer-information) * [关于](#about) * [概念](#concept) * [构建](#building) * [许可证](#license) ## 用户指南 ![Modrinth 下载量](https://img.shields.io/modrinth/dt/rabHya7R?style=flat-square&label=Downloads&labelColor=0080FF&color=800080) ![Modrinth 粉丝数](https://img.shields.io/modrinth/followers/rabHya7R?style=flat-square&label=Followers&labelColor=0080FF&color=800080) ![Modrinth 版本](https://img.shields.io/modrinth/v/rabHya7R?style=flat-square&label=Project%20Version&labelColor=0080ff&color=800080) ![Modrinth 游戏版本](https://img.shields.io/modrinth/game-versions/rabHya7R?style=flat-square&label=Minecraft%20Versions&labelColor=0080ff&color=800080) ### 描述 SuperVanish 是一个用于 Minecraft Bukkit、Spigot 和 Paper 服务器的实用插件。 这是一个管理员工具,允许管理员通过两种新的隐身形式来隐身。 ### 如何使用 SuperVanish 包含两种隐身形式:隐身(Vanish)和超级隐身(SuperVanish)。 要进入普通隐身模式,输入 /vanish。 您现在已经隐身且对普通玩家不可见。 但是,如果您使用 /vanish-list,则会生成普通隐身模式下所有玩家的列表。 您还可以使用 /vanish-show <玩家> 让其对自己可见。 还可以使用 `--all` (/vanish-show --all) 使所有隐身玩家可见。 以下是相关的权限: ```yml vanish.use #用于 /vanish vanish.list #用于 /vanish-list vanish.show #用于 /vanish-show ``` 使用 /supervanish 进入超级隐身模式。 默认情况下,超级隐身模式是完全无法检测到的,因为超级隐身的玩家不会显示在 /vanish-show 或 /vanish-list 中。 对于 /supervanish,需要权限 `vanish.supervanish`。 > 注意:默认情况下,服务器管理员无需手动附加权限,因为默认设置在 op 上。 ## 开发者信息 [![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) ### 关于 SuperVanish 插件是用于 Spigot、Paper 和 Bukkit Minecraft 服务器的简单工具,可隐藏您作为服务器操作员/管理员。 最新的下载可以在 [Modrinth](https://modrinth.com/plugin/supervanish/versions) 上找到。 ### 概念 获取操作员权限或来自 [`plugin.yml`](https://github.com/Philippcmd/SuperVanishV3/blob/master/src/main/resources/plugin.yml) 的权限。 然后您可以使用/vanish让自己对其他玩家不可见。 要使隐身玩家可见,请键入 /vanish-show 或键入 /vanish-list 以生成隐身玩家的列表。 现在您可以看到隐身玩家。 如果您使用 /supervanish,您将进入超级隐身模式。 这意味着他们无法通过 /vanish-show 或 /vanish-list 检测到。 ### 构建 使用 Gradle 来构建 SuperVanish。 #### 系统要求 * Java JDK 17 * Git #### 从源代码编译 ```sh git clone https://github.com/Philippcmd/SuperVanishV3.git cd SuperVanishV3/ ./gradlew build ``` 您可以将在 `build/libs` 中找到编译后的 jar 文件。 ### 许可证 SuperVanishV3 插件使用 MIT 许可证。 更多信息请参阅 [`LICENSE.txt`](https://github.com/Philippcmd/SuperVanishV3/blob/master/LICENSE.txt)。