PlayerLore is a Spigot plugin that lets players add, edit, and remove custom lore lines on items they are holding. It is useful for roleplayers, server admins, and anyone who wants to add flavour text or descriptions to in-game items.
- Download the latest
PlayerLore-<version>.jarfrom the Releases page. - Place the JAR in your server's
plugins/folder. - Restart the server.
- The plugin generates
plugins/PlayerLore/config.ymlon first run.
- Hold an item in your main hand.
- Add a lore line:
/pl add "This sword was forged in dragon fire." - View the item's tooltip — the lore line appears below the item name.
- Edit it:
/pl edit 1 "Forged in the fires of Mount Doom." - Remove it:
/pl remove 1
| Permission | Default | Description |
|---|---|---|
pl.help |
true |
View the help menu. |
pl.add |
true |
Add a lore line to a held item. |
pl.edit |
true |
Edit a lore line on a held item. |
pl.remove |
true |
Remove a lore line from a held item. |
Ask questions in the Discord server or open a GitHub issue.