# 宠物名称修复

## 关于

从 Minecraft 1.9 开始，Mojang 引入了一项功能，驯服的宠物的名称标签将复制其所有者的名称标签属性。 这包括前缀、后缀和名称标签可见性规则。因此，1.9+ 服务器上的 1.9+ 客户端也会在他们的宠物上看到玩家的前缀。而当启用无限制名称标签模式时，它们将完全不可见，因为它将名称标签设置为不可见。本功能通过隐形盔甲架形式使得其可以再次显示。启用此功能将使被驯服的动物不再从其所有者那里复制名称标签属性。\
![](https://camo.githubusercontent.com/3cea4868d08824583d1ca577f5c44c4f008e1ec41754368492503a694a4bcf43/68747470733a2f2f6d656469612e646973636f72646170702e6e65742f6174746163686d656e74732f3733373033323835343932333634303933332f3833313934373132383339323930383838312f756e6b6e6f776e2e706e67)

## 启用

要启用该功能，打开 **config.yml** 并设置

```
fix-pet-names:
 enabled: true
```

如果你在 BC 上安装 TAB，你需要在所有的子服安装 [TAB-Bridge](https://www.mc-market.org/resources/21641)。

## 附加信息

在开启该功能并 /tab reload 后，玩家需要重新进入服务器才会看到变化。立即更新实体是一件非常麻烦的事情，不值得我们花大力去做。


---

# 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/core-features/chong-wu-ming-cheng-xiu-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.
