LuckPerms

LuckPerms

41.4k Downloads

Player DisplayName breaks on death message

jho5245 opened this issue ยท 1 comments

commented

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)
unknown-2

without luckperms (same act as above)
unknown-4
unknown-3

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

commented

oops it was my fault! i tried various things and found solution after made this issue! please ignore this stupid issue.