We have implemented a feature that allows displaying the item held in the player’s hand directly in the chat.
For now, this feature is considered
experimental, but it works correctly across all Minecraft versions. We label it as experimental because it may still need some visual improvements.
At the moment, it displays the item exactly as the player sees it, including its
name, lore, and all related metadata.
Additionally, we added a
custom enchantment ordering, since Minecraft clients may alter the vanilla enchantment order in certain cases.
"quickchat.item" Permission
Paste this at the end of the config.yml file if you don’t want to reload the file.
# ╔═══════════════════════╗
# ║ CHAT ITEM ║
# ╚═══════════════════════╝
chat-item:
# The placeholder to trigger the item display
# Enchantment order to be displayed in chat
# Damage, combat additions, utility, and protection
placeholder: "[item]"
# Format of the item in chat
# {amount} - Amount of items (only shown if > 1)
# {name} - Display name of the item
format: "&8[&3{amount}x {name}&8]"
# Message when holding nothing
empty-message: "&cYou have nothing in your hand."