> For the complete documentation index, see [llms.txt](https://mythicchanger.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mythicchanger.superiormc.cn/change-rules/add-name.md).

# Add Name

## Add name first/Add name last <a href="#add-name-first-add-name-last" id="add-name-first-add-name-last"></a>

Add new content to the left or right of the custom display name of the item.

{% hint style="info" %}
If you are getting name dupe, that is simply because your item name has actually changed in both server and client which it shouldn't be.\
\
You use **MythicChanger** to add`XX` at the start or end of the item name. After changing the name, if the real name of the item will change, and the changed item will still meet **MythicChanger**'s matching condition, MythicChanger will keep adding XX at the start or end of the item name.\
\
To solve this, you should manually add a `contains-name` matching rule to avoid **MythicChanger** keep modifiying item, also the name will not be able to update by us anymore.\
\
The real change don't always happen, only your other plugins or anvil can do that! Ban anvil rename item name is best choice.\
\
Many people use this rule for Custom Tooltips, what I want to say is: Why you don't use Lore's first line to cover the name of the item, because this not only solves the problem of players being able to modify Tooltips in the anvil, but also solves the problem of seeing Tooltips when switching items in the shortcut bar.
{% endhint %}

```yaml
fake-changes:
  add-name-first: '&fGood '
  add-name-last: ' &d(New)'
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://mythicchanger.superiormc.cn/change-rules/add-name.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.
