Skip to content

Instantly share code, notes, and snippets.

@u9g
Created July 2, 2021 22:02
Show Gist options
  • Save u9g/848ef891ccbb3dafe2812b8cdcf1840a to your computer and use it in GitHub Desktop.
Save u9g/848ef891ccbb3dafe2812b8cdcf1840a to your computer and use it in GitHub Desktop.
example simple-item
{
"slot": 10,
"count": 1,
"nbt": {
"ench": [
{
"lvl": 5,
"id": 16
},
{
"lvl": 5,
"id": 34
}
],
"display": {
"Lore": [
"§f§llore line 1",
"§6§llore line 2"
],
"Name": "§e§My Sword"
}
},
"name": "My Sword",
"lore": [
"lore line 1",
"lore line 2"
],
"durability": {
"used": 0,
"max": 1561
},
"enchants": [
{
"lvl": 5,
"name": "sharpness"
},
{
"lvl": 5,
"name": "unbreaking"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment