# 安装

## Bukkit/Spigot/Paper

在 **Bukkit/Spigot/Paper** 服务器上安装 **TAB** 绝对是它能够给你带来的最简单的操作。只需将插件放置到您的服务端的 **plugins** 文件夹然后重启你的服务器。你也可以在服务端安装 **Plugman** 的情况下使用指令 `/plugman load tab` 来在服务器开启的情况下加载插件。

## Krypton

在 **Krypton** 服务器上安装 **TAB** 和在 **Bukkit** 上安装没有差别。只需要将插件放置到plugins文件夹然后重启你的服务器即可。

如果你不知道这里的 **"Krypton"** 是什么意思，请[ 点击这里](https://kryptonmc.org/) 查看。

## BungeeCord

在 **BungeeCord** 上，你有 2 种选择: **要么** 在你的代理服务端(BungeeCord)上安装Tab ，**要么** 在你的所有子服上安装。在子服上安装的步骤在上面已经阐明，下面介绍在代理服务端上安装 **TAB**。

### 代理服务端安装

将插件放置到代理服务端的 **plugins** 文件夹，然后重启你的代理服务端。、\
**特别推荐**: 安装 [TAB-BukkitBridge](https://www.mc-market.org/resources/21641) 到你的所有子服上以获得占位符支持和其他额外的功能。

与安装到所有子服相比，在代理服务端上安装 **TAB** 的优势:

* 可以使用 [共用玩家列表](/tab-wiki/core-features/gong-yong-wan-jia-lie-biao.md) 功能
* 可以在子服版本低于 **1.16** 的情况下仍使用 **RGB** 颜色（高版本客户端加入时正常显示 **RGB** 颜色，而低于 **1.16** 版本将会使用旧版颜色转换）
* 可以限制哪些服务器能够看到 **TAB**

与安装到所有子服相比，在代理服务端上安装 **TAB** 的劣势:

* 无法提供 [各世界玩家列表](/tab-wiki/core-features/ge-shi-jie-wan-jia-lie-biao.md) 功能（可以通过在安装 Tab 到代理服务端同时安装到所有子服，并且在子服上禁用除各世界玩家列表以外所有功能以解决&#x20;
* 无法提供 [无限制名称标签模式](/tab-wiki/core-features/wu-xian-zhi-ming-cheng-biao-qian-mo-shi.md) 功能 (详见 [#143](https://github.com/NEZNAMY/TAB/issues/143))
* 无法提供 [宠物名称修复](/tab-wiki/core-features/chong-wu-ming-cheng-xiu-fu.md) 功能
* 无专为 **PlaceholderAPI** 提供的 **TAB** 拓展 (即 %world% 直接代表世界名称等，计划在后续版本添加)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.superiormc.cn/tab-wiki/getting-start/an-zhuang.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
