TextComponent - Item Lore Lines (Expression) — SkBee

Addon: SkBee · Category: Expression · Since: 3.9.0

Syntax

line %integer% of [the] component [item] lore of %itemstack/itemtype/slot%

Description

Get/set/delete specific lines of lore of an item using text components.

Examples

set {_lore} to line 3 of component lore of {_item}
set line 1 of component lore of player's tool to mini message from "Look Mah, I'm in Minecraft!"
delete line 6 of component lore of player's tool

View source