Dropped Item Owner (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.11

Syntax

[the] uuid of [the] [dropped] item owner [of %itementities%]

Description

The uuid of the owner of the dropped item. Setting the owner of a dropped item means only that entity or player can pick it up. Dropping an item does not automatically make the entity or player the owner.

Examples

	set the uuid of the dropped item owner of last dropped item to player
	if the uuid of the dropped item owner of last dropped item is uuid of player:

View source