Item Lore lines can also be broken with \n now. You can use this example for a more clear lore in your configuration.
Code (YAML):
Item:
Lore: |-
This is the new way to set
an item's lore. It's much
easier and you don't need
to keep adding '<line>'
everytime you break a line
anymore.
Developers:
Add InventoryUtils#breakLore method, for automatically breaking lines when the words don't fit in a single line.
Add EpicPluginLib.Platform#isPaper method, to check if server is Paper/a fork of Paper.
Add InputGetterUtils class, for helping to retrieve input from a player when using GUIs.