Minecraft: Give Item

Gives an item to the linked player. It can give one fixed item or pick one random item row.

When to use it

  • Channel Point item rewards.
  • Random loot boxes.
  • Give custom named or enchanted items.
  • Give modded items with item data.

Fields

  • Use Random Item: When enabled, one row from the item list is picked when the effect runs.
  • Item ID: Full item ID, such as minecraft:diamond, minecraft:bread, or modid:item_name.
  • Amount: How many items to give.
  • Item Data: Optional item components, NBT, names, lore, enchantments, or modded data.
  • + Add Item: Adds another possible random item row when Use Random Item is enabled.
  • Use Blacklist: Blocks listed item IDs from being picked or given.
  • Blacklisted Items: One blocked item ID per line.

Examples

Give diamonds

Use Random Item: off
Item ID: minecraft:diamond
Amount: 5
Item Data:

Named stick for Minecraft 1.21.1

Use Random Item: off
Item ID: minecraft:stick
Amount: 1
Item Data: [custom_name='{"text":"Bonk Stick","color":"red"}',enchantments={levels:{"minecraft:knockback":2}}]

Random loot rows

Use Random Item: on
Row 1: minecraft:dirt, Amount 64
Row 2: minecraft:diamond, Amount 3
Row 3: minecraft:stick, Amount 1, Item Data [custom_name='{"text":"Funny Stick","color":"gold"}']