Has Item Tooltips (Condition) — Skript

Addon: Skript · Category: Condition · Since: 2.9.0

Syntax

[the] [entire|additional] tool[ ]tip[s] of %itemtypes% (is|are) (shown|hidden)

Description

Whether the entire or additional tooltip of an item is shown or hidden. The 'entire tooltip' is what shows to the player when they hover an item (i.e. name, lore, etc.). The 'additional tooltip' hides certain information from certain items (potions, maps, books, fireworks, and banners).

Examples

send true if entire tooltip of player's tool is shown
if additional tooltip of {_item} is hidden:

View source