Interactive [item][inv][ec]
Players type a token in chat, the message is replaced with a clickable component. Click and a GUI opens with a snapshot — full enchants, lore, durability — cached for 60 seconds.
![Player typing [item], [inv] and [ec] in chat — clickable preview opens a GUI](/_next/image?url=%2Fvideos%2Finteractive.jpg&w=3840&q=75)
Three tokens, three views
[item](also[i],[hand]) — shows your held item.[inv](also[inventory]) — shows your full inventory as a 9×4 GUI.[ec](also[enderchest],[ender]) — shows your enderchest contents.
Configuration
settings.yml
Features:
items-cache-seconds: 60 # snapshot lifetime; click after expiry shows "expired"
inventory-show:
enabled: true
prefix:
- '[inv]'
- '[inventory]'
parser: '&#C6DEF1&o[%player_name%''s Inventory]'
item-show:
enabled: true
disable-gui: false # hover-only mode (true) vs click-to-GUI (false)
prefix:
- '[item]'
- '[i]'
- '[hand]'
parser: '&#F8E593[%item%]'
enderchest-show:
enabled: true
prefix:
- '[enderchest]'
- '[ec]'
- '[ender]'
parser: '&#D4B8E6&o[%player_name%''s Enderchest]'
item-preview:
click-text: '&#F8E593&l→ &r&#F2E8DCᴄʟɪᴄᴋ ᴛᴏ ᴠɪᴇᴡ'Permissions
starchat.render.itemstarchat.render.inventorystarchat.render.enderchest
Privacy note
Snapshots are taken at the moment of typing — the GUI shows what the player held then, not what they hold now. After 60 seconds the snapshot is dropped and clicks return an "expired" message.