Item with Lore (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.3

Syntax

%itemtype% with [a|the] lore %textcomponents/strings%

Description

Returns a copy of an item with with new lore. If passing multiple components, each with be a line of lore.

Examples

set {_item} to stone with lore "line 1" and "line 2"
give {_item} to player

View source