View and share Minecraft inventories with custom items
Add inventory data to the URL hash to display items. Each item can have custom names, enchantments, and lore!
#INV{s0:[t:diamond_sword,a:1,e:[sharpness 5|unbreaking 3]]}
s0:
Slot number (0-39)
t:
Item type (e.g., diamond_sword)
a:
Amount of item (default 1)
n:
Custom item name
c:
Color code for item name
f:
Formatting codes (bold, italic, etc.)
l:
Lore text (use | to separate lines)
e:
Enchantments with levels (e.g., sharpness 5|unbreaking 3)