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
Regards and thanks in advance!
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
Regards and thanks in advance!
I was actually just working on a plugin that does this
Yay! I hope to see it soon!
Good Luck and a lot of Thanks!
Here you go: Zerthick / SayItem 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.
Wow, a lot of thanks @Zerthick, you did a great work
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
You shouldn’t apologize It’s good to see you’re also preserving the click and hover actions in addition to color. Well done!