ChatImage
✨ Display images directly in Minecraft chat! ✨
This mod allows you to share pictures with other players through the in-game chat. Simply enter a special code or drag an image into the chat window, and it will instantly appear for all participants.
Quick Start
Enter the following code in the chat line: [[CICode,url=https://blog.kituin.fun/img/bg.png,name=Image]]
Starting from version 1.2.0, you can directly convert HTTP URLs to images
After this, the link will automatically turn into a full image that all players on the server will see.

Compatibility
The mod works perfectly with:
- Chat Heads
- McBot🔗
- ChatBridge - CQCode
- NoChatReports
Image Sending Methods
- Manual CICode input
- Using commands
- Dragging image directly into the chat window
Code Format
The mod uses a special ChatImageCode format: [[CICode,<argument>=<value>]]
| Argument | Required | Type | Description |
|---|---|---|---|
| url | yes | String | Image address (for local files use file:///) |
| nsfw | no | Boolean | Whether the image is NSFW content |
| name | no | String | Name displayed in chat |
| pre | no | String | Prefix (default: [) |
| suf | no | String | Suffix (default: ]) |
The nsfw parameter determines whether the image will be shown immediately. If set to true, you'll need to click on it to view (or enable NSFW mode in settings).
Usage Examples
Web Image:
[[CICode,url=<web address>,name=Image]]
Local Image:
[[CICode,url=file:///<full file path>,name=Image]]
Commands
/chatimage send <display name> <url> - Sends CICode with specified name and URL
/chatimage url <url> - Sends CICode with URL (uses default name)
Settings
- Manual Configuration: Configuration file is located at
.minecraft/config/fabric/chatimageconfig.json. After changes, use/chatimage reloadto apply settings. - Hotkeys: Default key is
End - Mod Menu: Use the configuration button in Mod Menu interface
Supported Formats
- PNG
- JPG/JPEG
- JFIF
- GIF
- ICO
- BMP