Hello, so I want to change the tagname above the player, not just the display name in chat...
I've been reading a lot online as many articles about that have been published already but I read contradictory solutions so it doesn't really help.
For example, some people suggest to use scoreboard but other people tell it doesn't work or doesn't work with custom-hex colours. Of course I want to support these as well.
I have NMS already so I do not want to use a whole API for this as this may only take me like a few lines with my current setup. But the question is ofc, which lines...
So I wish to do that through packets, and preferably I'd like to avoid destroying player entity respawning it etcetera
So preferably use some packet listener, to make sure to send the correct packet when they join. What packet btw? And what should I put in it? And how to listen to packets?