Lore

Lore of the item

Usage

(display)?(-)?lore(s)?

Examples

# Multiples groups of lore lines -> Dynamic effect
lore:
  - - ' '
    - '&7Thanks &f:> &7for using!'
  - - ' '
    - '&7Thanks &f:) &7for using!'

# Simple static lore lines
lore:
  - 'Hello There'
  - 'Hello TrMenu!'

Conditions

Conditions are checked each time the lore is updated, which may impact performances

Tips

  • The lore supports \n for line breaks (works with placeholders too)

  • The default color of lore lines can be configured in the setting.yml file

Last updated

Was this helpful?