# Custom-Item-Data in Config

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:

* `1.13-Item-ID` `NBT-Data`

Example:

{% tabs %}
{% tab title="1.13" %}
`beef {display:{Name:"Wolf Food",Lore:["Tasty wolf food","Tastes like banana"]}}`
{% endtab %}

{% tab title="1.14" %}
`beef {"display":{"Name":"[{\"text\":\"Wolf Food\"}]","Lore":["{\"text\":\"Tasty wolf food\"}","{\"text\":\"Tastes like banana\"}"]}}`
{% endtab %}
{% endtabs %}

When you set the food of the wolf to this, a player needs an item that is like in this picture: ![Custom-Item-Example](https://3869790376-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LXhRZyUgDZpPIQrYK1o%2F-LY1Mjy7jZSXKLzMNq9d%2F-LY1OiB5M22A-wrXX2Vs%2Fconfigitem.png?alt=media\&token=c9180892-15af-4c83-bd68-28cd1334532d)&#x20;

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 create any item you want but sometimes MyPet will not recognize these items. This happens because the item comparison is very harsh in MyPet. To make it easier to setup config items the plugin now has the `/petadmin info item` command. This command will output the item you are currently holding in your main hand to the server logs (don't copy from console). Copy and paste this output to your config and it should work fine.

You can use item generators from various site like these:

* <http://mapmaking.fr/give/>
* <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: 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://wiki.mypet-plugin.de/setup/configurations/configitems.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.
