# 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="https://2228257718-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Faipc4QQKwVS0w1Q604ya%2Fuploads%2Fgit-blob-ef2ac81a63e516b2a0a72570752383892fad3190%2Fiaimage_book_1.png?alt=media" 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="https://2228257718-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Faipc4QQKwVS0w1Q604ya%2Fuploads%2Fgit-blob-ad0d82b17dadceb7e878ac19c94784ca518e733a%2Fiaimage_book_2.png?alt=media" alt=""><figcaption></figcaption></figure>
