I'd like to make an iteme in my GUI which has a scrollable lore.
I was just wondering (before I implement my own method) if there was a supported way to do this using DeluxeMenus.
What I'm trying to achieve is an item with a lore of a list of texts.
Example lore:
Click to scroll!
- Item1
-> Item 2 - Item 3
Where item 2 is the selected one. And then when the user clicks it will scroll to the next item and update the prev + next texts accordingly.
My own custom implementation would involve using placeholder api, and updating the placeholders on click. alternatively, I think the easiest option would be to code my own GUI.
Let me know your thoughts! Thanks everyone