Player DisplayName breaks on death message
jho5245 opened this issue ยท 1 comments
Description
im using paper to use Adventure API which allows to change players displayname with Component type (json based minecraft text example:/tellraw) instead of String.
so my plugin changes player name and DeathMessages Component with hover and click event, but with LuckPerms, the hover and click event data from DeathMessages disappears.
Reproduction Steps
use paper and input both my plugin(Cucumbery) and LuckPerms and join server, just type /kill or die in any way.
here you can download my plugin to test it out:
https://cucumbery.com/api/builds/dev/latest/download
with luckperms (i hovered my mouse on player name, but no messages)
without luckperms (same act as above)
Expected Behaviour
player display name in death messages should not be broken.
Server Details
git-paper-386 (MC 1.17.1)
LuckPerms Version
v5.3.77
Logs and Configs
default config, no errors
Extra Details
No response