# 如何与其他名称颜色插件兼容？

### 不兼容的原因

玩家名称的颜色是由计分板队伍控制的，它同样也处理名称标签的格式和 TAB 列表的玩家排列。同一时候只能有一个插件处理计分板队伍。正是因为这样，TAB会阻止其他的发光插件尝试修改玩家的队伍。

### 解决方案

解决方案就是使用这个发光插件的变量符（如果它有的话）。\
这个变量符需要设置在玩家 `tagprefix` 属性的末尾。\
**注意: 针对 Minecraft 版本 1.9 - 1.12 下 prefix（前缀）不能超过 14 个字符。(发光插件的变量符增加 2 个字符 - `&` 和颜色代码)**

**示例:** 这个示例使用的是 [eGlow](https://www.spigotmc.org/resources/63295/) 插件。

**groups.yml**

```
_DEFAULT_:
  tagprefix: '%vault-prefix%%eglow_glowcolor%'
```

### 示例兼容的插件

* [eGlow](https://www.spigotmc.org/resources/63295/) (%eglow\_glowcolor%) (免费)
* [CMI](https://www.spigotmc.org/resources/3742/) (%cmi\_user\_glow\_code%) (付费)
* ... 还有其他 ?

### 额外信息

* 名称颜色插件不能在低于 1.9.4 客户端版本上使用。


---

# 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/other-guie/ru-he-yu-qi-ta-ming-cheng-yan-se-cha-jian-jian-rong.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.
