> For the complete documentation index, see [llms.txt](https://kings-of-earth.gitbook.io/kings-of-earth-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kings-of-earth.gitbook.io/kings-of-earth-wiki/guides/plugins/chat-image.md).

# Chat Image

All about ChickenSaysBak's Chat Image plugin.

Send images in Minecraft!

{% hint style="info" %}
**TIP:** If you're having trouble sending a particular image, try uploading it to Imgur, Gyazo, or even Discord. Just be sure to copy the direct image link ending with .png, .jpg, etc
{% endhint %}

## Overview

{% embed url="<https://camo.githubusercontent.com/3403012617fcc202ee440e95ca1723313a796a1eff129e8052b2916490cfa296/68747470733a2f2f692e696d6775722e636f6d2f7971717a53564a2e676966>" %}
Plugin demonstration gif
{% endembed %}

{% embed url="<https://www.youtube.com/watch?v=qMTTcXlqon4>" %}
Plugin Tutorial video
{% endembed %}

## Commands

{% code overflow="wrap" %}

```java
/hideimages
// This can be used by all players. If enabled, images will be minimized and require the player to hover to view the image.
```

{% endcode %}

{% code overflow="wrap" %}

```java
/showimages
// Reverses /hideimages.
```

{% endcode %}

<pre class="language-java" data-overflow="wrap"><code class="lang-java">/chatimage send &#x3C;player> &#x3C;url> [smooth] [trim] [width] [height] [text]
<strong>// Send images to specific players. The options at the end will use the config values if they are not specified. Additionally, you can append text to display to the right of the image. This supports color codes and line breaks (\n). This command could have a variety of creative uses!
</strong></code></pre>

{% code overflow="wrap" %}

```java
/chatimage save <name> <url> [smooth] [trim] [width] [height]
// Similar to the above command, but saves the textual image to the plugin folder for later use.
```

{% endcode %}

{% code overflow="wrap" %}

```java
/chatimage delete <name>
// Deletes a saved image.
```

{% endcode %}

{% code overflow="wrap" %}

```java
/chatimage send <player> <name> [text]
// Sends a saved image to a specific player. Text can be appended at the end just like the other send sub-command above. Sending a saved image is much faster than sending from a URL because retrieving the image over the internet is the longest step in the process.
```

{% endcode %}

{% code overflow="wrap" %}

```java
/chatimage reload
/*
ADMIN ONLY COMMAND
Type this after making any changes to the config file.
*/
```

{% endcode %}

## Plugin Links

{% embed url="<https://github.com/ChickenSaysBak/ChatImage>" %}
Plugin GitHub Source
{% endembed %}

## Plugin Creator

{% embed url="<https://github.com/ChickenSaysBak>" %}
Plugin creator
{% endembed %}

{% embed url="<https://www.paypal.com/paypalme/CozyCloudMC>" %}
Plugin creator's PayPal
{% endembed %}
