Closed MrPowerGamerBR closed 3 years ago
This isn't using the platform builds so this flag won't provide any information.
(just for context because the comment was deleted, so it kinda looks like kezz is talking with no one when in reality they were replying to someone)
Try adding this command line argument when you start the server
-Dnet.kyori.adventure.debug=true
and show the logs that appear when you log in
Did some digging, this is mainly an issue with the CraftMetaBookBuilder introduced by paper's adventure adoption as the builder is only implemented for the basic concept of a book, meaning it will not serialize the pages to json but to legacy UXRC.
Someone wish me luck labelling my first issue as an accepted bug 😅
Expected behavior
That the book has a click/hover event in the added page.
Observed/Actual behavior
It doesn't work 😠, the text is appended but the events are missing.
Steps/models to reproduce
Code:
Plugin list
Paper version
Agreements
Other
Using BungeeCord's Component API works fine, so I guess it is an issue in Adventure.
This could also be me being dumb and not using the API correctly... but sadly Adventure's documentation is lacking examples related to click/hover events.
The NBT tags are also missing from the book