Item Has Enchantment Glint Override (Condition) — Skript
Addon: Skript · Category: Condition · Since: 2.10
Syntax
%itemtypes% (is|are) forced to [not] glintDescription
Checks whether an item has the enchantment glint overridden, or is forced to glint or not.
Examples
if the player's tool has the enchantment glint override
send "Your tool has the enchantment glint override." to player
if {_item} is forced to glint:
send "This item is forced to glint." to player
else if {_item} is forced to not glint:
send "This item is forced to not glint." to player
else:
send "This item does not have any glint override." to player