Item Given Event

Runs after Minecraft confirms that Give Item successfully gave an item.

When to use it

  • Send confirmation to Twitch chat.
  • Update counters or overlays after a successful item reward.
  • Use the optional Giver Name from the Give Item effect.
  • See the actual item selected from an item tag.

Useful filters

  • Giver Name
  • Minecraft Item ID
  • Requested Item ID
  • Minecraft Item Amount

Useful variables

  • $minecraftPlayerName
  • $minecraftPlayerDisplayName
  • $minecraftItemGiverName
  • $minecraftItemGivenId
  • $minecraftItemGivenDisplayName
  • $minecraftItemGivenRequestedId
  • $minecraftItemGivenAmount
  • $minecraftItemGivenData

Example

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