Show item in chat plugin

Someone can create a plugin that it does this function?
Like this plugin: https://www.spigotmc.org/resources/chatitem-display-items-in-chat.19064/

Or you can add this option to your plugin :wink:

Regards and thanks in advance! :smiley:

1 Like

I was actually just working on a plugin that does this :smiley:

1 Like

Yay! I hope to see it soon!
Good Luck and a lot of Thanks!

Here you go: Zerthick / SayItem :smile: It doesn’t work exactly as the plugin above, it requires you to use a specific command, but this helps me to maintain compatibility with other chat plugins by not trying to reconstruct the formatting of the message.

2 Likes

Wow, a lot of thanks @Zerthick, you did a great work :grin:

I was working on this simultaneously and came up with pie_flavor / ItemChat .
It works nearly identically to the linked plugin, but without the colors. It also should be compatible with chat plugins and does not require a specific command.

Sorry @Zerthick

1 Like

You shouldn’t apologize :stuck_out_tongue: It’s good to see you’re also preserving the click and hover actions in addition to color. Well done!

1 Like