Set Lore

Description

Sets the new lore of the item

Attributes

Attribute Aliases Description Default
lore l The new lore of the item
slot equipslot, s The slot to target

Examples

This changes the item's lore whenever a player right clicks with the item.

MyItem:
  Id: stick
  Display: 'Godly Stick'
  Lore:
    - 'This is line 1'
    - 'This is line 2'
  Skills:
    - setlore{l="This is line 1","Is this line 2"} ~onUse
Updated Aug 19, 2026