Item with Item Flags (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.10, 2.11 (all itemflags)

Syntax

%itemtypes% with [the] item flag[s] %itemflags%

Description

Creates a new item with the specified item flags.

Examples

give player diamond sword with item flags hide enchants and hide attributes
set {_item} to player's tool with item flag hide additional tooltip
give player torch with hide placed on item flag
set {_item} to diamond sword with all item flags

View source