Skip to content

Item Reward

Gives an item to the player. If display is left empty, the "item" option will be used as the display item.

"example_reward": {
"type": "ITEM",
"name": "<aqua>Item Reward",
"weight": 1,
"item": {
"item": "minecraft:diamond",
"name": "<aqua>Special Diamond",
"lore": [
"<gray>This is a special diamond!"
]
}
}

All Reward Types inherit a base set of reward options. See Reward Options for more information.

The item to give to the player when this reward is selected.

"item": {
"item": "minecraft:diamond",
"name": "<aqua>Special Diamond",
"lore": [
"<gray>This is a special diamond!"
]
}