Item Given Variables

Item Given variables are filled by the Minecraft Item Given event.

VariableValue
$minecraftItemGiverNameOptional Giver Name configured in Give Item.
$minecraftItemGivenIdActual item ID that Minecraft gave.
$minecraftItemGivenDisplayNameThe Display Name of the item.
$minecraftItemGivenRequestedIdItem ID or tag configured in Give Item.
$minecraftItemGivenAmountThe amount that was given.
$minecraftItemGivenDataFinal item data used after $minecraftItemName was resolved.

The receiving player is always the player linked by Player Code. Use $minecraftPlayerName or $minecraftPlayerDisplayName for that player.

Example

$minecraftItemGiverName gave $minecraftItemGivenAmount x $minecraftItemGivenDisplayName to $minecraftPlayerDisplayName.

When Give Item uses a tag such as #minecraft:logs, $minecraftItemGivenRequestedId contains the tag and $minecraftItemGivenId contains the selected item, such as minecraft:oak_log.