# BungeeCord 上的变量符

**在 BC 上安装了 TAB 但是苦于 PlaceholderAPI 不支持 BC？我们提供了一个解决方案。**

### 建立支持

1. 在 BC 上安装 TAB。
2. 在所有子服上安装 [PlaceholderAPI](https://www.spigotmc.org/resources/6245/) 和 [TAB-BukkitBridge](https://www.mc-market.org/resources/21641/) 插件。

**警告!** 这 **不支持** TAB的内部变量符，只支持 PlaceholderAPI 的变量符。

**注意**: PlaceholderAPI 变量符将会在插件重启或者玩家加入时显示它们本来的样子，只有在值被识取到后才会变化。你可以通过使用变量符输出替换功能来解决该问题。这个延迟通常只会在计分板中出现，因此你也可以尝试设置计分板在玩家进服延迟一段时间后才会显示以解决该问题。

笔者注：部分有类似功能插件可能与该功能冲突，例如 TrChat。


---

# 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/functions/bungeecord-shang-de-bian-liang-fu.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.
