> For the complete documentation index, see [llms.txt](https://wiki.mypet-plugin.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.mypet-plugin.de/legacy/setup/configurations/configitems.md).

# Custom-Item-Data in Config

Since MyPet-1.1.4 it is possible to set the **item data** (like wool color) and **NBT data** (like enchantments, name and lore) for items in the MyPet config.

You have to provide the Item properties in this order:

* Item-ID/Item-Name Item-Data NBT-Data

Examples:

* `363 0 {display:{Name:"Wolf Food",Lore:["Tasty wolf food","Tastes like banana"]}}`
* `minecraft:beef 0 {display:{Name:"Wolf Food",Lore:["Tasty wolf food","Tastes like banana"]}}`

When you set the food of the wolf to this, a player needs an item that is like in this picture:&#x20;

![CustomItemExample](/files/-LY1OiB5M22A-wrXX2Vs)

This will allow server owners to set the food and leash items (and some other items used by MyPet) to items that can only be obtained by shops etc.

#### Item generators

You can also use item generators from various site like these:

* <http://mapmaking.fr/give1.12/>
* <https://ezekielelin.com/give/>
* <https://minecraftcommand.science/de/custom-item-generator>

Just copy the generated command and remove the `/give @a`.

#### NBT data

The syntax for the NBT data is the same like in the `/give` command in *Minecraft*. You can find all possible NBT properties [here](http://www.minecraftwiki.net/wiki/Player.dat_Format#Item_structure) or just use one of the generators from above.


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.mypet-plugin.de/legacy/setup/configurations/configitems.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
