# iaimage

This command shows you a list of all the font images (for example emojis) that are available to be used in chat/commands/signs/books.

## Book customization

You can customize some parts the book shown with that command.

### Change book font to Minecraft default font (default plugin option)

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

It's advised to set `max-line-length: 18`, this allows long texts to use the whole available line space.

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

### Change book font to Minecraft thin font

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

It's advised to set `max-line-length: 22`, this allows long texts to use the whole available line space.\
The plugin should avoid too long texts to overflow and go to the next line, but if that happens you have to reduce the length value to `20` or lower.

<figure><img src="/files/2jOKApXRiKatLR8PR9Jn" alt=""><figcaption></figcaption></figure>


---

# 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/plugin-usage/plugin-configuration/commands/iaimage.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.
