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!" ] }}Inherited
Section titled “Inherited”All Reward Types inherit a base set of reward options. See Reward Options for more information.
Item (required)
Section titled “Item (required)”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!" ]} Item Configuration Options to configure a generic item's appearance and data