Picked Item/Block/Entity (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.15

Syntax

[the] picked (item|block|entity)

Description

The item, block, or entity picked by a player using the pick block key (default middle mouse button).

Examples

on player pick item:
	send "You picked %the picked item%!" to the player

View source