Skip to content
minejango2 edited this page Jul 21, 2026 · 11 revisions

Introduce

ChatItemSprite displays the correct item sprite in Minecraft chat, including support for custom item plugins such as ItemsAdder, Oraxen, Nexo, and CraftEngine.

Features

  • Display vanilla item in chat with sprites!
  • Support for custom item plugins
    • ItemsAdder
    • Oraxen
    • Nexo
    • CraftEngine
  • Configurable display sprites
  • Optional hover information
  • Lightweight and dependency-free
  • Easy-to-modify chat format with LuckPerms

Requirements

  • Paper
  • Minecraft 26.2
  • Java 25

Recommended

  • LuckPerms: for chat format (not item, whole line)

Supported Plugin (Custom Item Plugins)

  • ItemsAdder
  • Oraxen
  • Nexo (Not Tested)
  • CraftEngine

Installation

Just like other plugins, just put the plugin into plugins folder!

If supported custom item plugins are installed, ChatItemSprite will automatically detect and use them.


Supported Custom Item Plugins

Plugin Status Comment
ItemsAdder Have an automatic sprite fallback, so you maybe don't need to add a sprite manually
Oraxen like other plugins, you need to add your sprite manually for custom items
Nexo like other plugins, you need to add your sprite manually for custom items
CraftEngine like other plugins, you need to add your sprite manually for custom items

Commands

note: you can use /cis for alias

Command Description
/chatitemsprite help Print help messages
/chatitemsprite reload Reload the configuration

Permissions

Permission Default Description
chatitemsprite.use OP permission for using [item] in chat. if you don't have this permission, [item] won't be converted to item
chatitemsprite.reload OP Reload the plugin

Display Modes

ChatItemSprite supports three display modes.

Mode Description
both Display sprite and item name
sprite-only Display only the sprite
text-only Display only the item name

See the Configuration page for more information.


Resource Pack

Vanilla sprites are available automatically.

For custom items, players must use the corresponding resource pack provided by the custom item plugin.


Configuration/Sprite

See the Configuration Guide for all available settings.

➡️ Configuration Guide


Need Help?

If you encounter a bug or have a feature request, please open an Issue on GitHub. If you have another issue that want/had to be private, please send me a email (minejango2@gmail.com)

Clone this wiki locally