# Set Name/Lore

## Set name/Set Lore <a href="#set-name-set-lore" id="set-name-set-lore"></a>

Set custom display names or lore for items.&#x20;

{% hint style="info" %}
Please note: The placeholder `{name}` will includes item name's color code, which means you set set-name: `'&6{name}'` won't work because item itself will override the color code you set before. You need use `{raw-name}` instead, this placeholder will return the value don't include color code. This placeholder only available in <mark style="color:red;">**PREMIUM**</mark> version.
{% endhint %}

```yaml
fake-changes:
  set-name: '&fGood {name}' # Supported placeholder: {name}
  set-lore:
    - '&7A good sword that all adventures should use!'
    - '&f&lCommon'
```


---

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