# 物品提示

你可以为你的物品添加自定义纹理的提示，请参考这个示例插件：\
<https://www.spigotmc.org/resources/items-custom-tooltip-texture-example-itemsadder-addon.87883/>

![https://i.imgur.com/eA7iz50.gif](https://i.imgur.com/eA7iz50.gif)

## 限制

{% hint style="warning" %}

* 你不能显示自定义附魔，因为如果图像太小，它们会超出窗口
* 你必须在提示图像中写下所有内容，如果图像太小，文字会超出窗口
  {% endhint %}


---

# 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://itemsadder.devs.beer/chinese/cha-jian-shi-yong-fang-fa/adding-content/items-tooltips.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.
