Minecraft Inventory Viewer

View and share Minecraft inventories with custom items

How to Use

Add inventory data to the URL hash to display items. Each item can have custom names, enchantments, and lore!

Format

#INV{s0:[t:diamond_sword,a:1,e:[sharpness 5|unbreaking 3]]}

Parameters

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)

Examples