> For the complete documentation index, see [llms.txt](https://itemsadder.devs.beer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://itemsadder.devs.beer/chinese/cha-jian-shi-yong-fang-fa/commands/iaimage.md).

# iaimage

此命令显示所有可用于聊天/命令/标志/书籍的字体图像（例如表情符号）列表。

## 书籍自定义

您可以自定义该命令显示的书籍的某些部分。

{% hint style="warning" %}
需要 ItemsAdder 3.4.0b 或更高版本。
{% endhint %}

### 将书籍字体更改为 Minecraft 默认字体（插件默认选项）

```yaml
  iaimage-book:
    max-line-length: 18
    placeholder-font: "minecraft:default"
```

建议设置 `max-line-length: 18`，这允许长文本使用整个可用的行空间。

<figure><img src="/files/TBcCPSSskQyu2X9awtHn" alt=""><figcaption></figcaption></figure>

### 将书籍字体更改为 Minecraft 细字体

```yaml
  iaimage-book:
    max-line-length: 22
    placeholder-font: "uniform"
```

建议设置 `max-line-length: 22`，这允许长文本使用整个可用的行空间。\
插件应避免过长的文本溢出并转到下一行，但如果发生这种情况，您必须将长度值减少到 `20` 或更低。

<figure><img src="/files/G1y4PIqlkmGECe4Q7wsQ" alt=""><figcaption></figcaption></figure>


---

# 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://itemsadder.devs.beer/chinese/cha-jian-shi-yong-fang-fa/commands/iaimage.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.
