MajekDev / HexNicks

Nickname plugin with hex color code and gradient support.
MIT License
27 stars 13 forks source link

Show nicknames above player heads #109

Closed danthedaniel closed 1 year ago

danthedaniel commented 1 year ago

Describe the solution you'd like There should be a config option to apply nicknames to the name tag above players' heads.

Majekdor commented 1 year ago

This is not possible without some very hacky code that HexNicks isn't going to try to implement. If another plugin wants to do it then they're free to use the HexNicks placeholder to get the nickname.

danthedaniel commented 1 year ago

I'd be happy to implement this hacky code for just my server. I've been playing with the scoreboard API but it's not straightforward (first few attempts have had no effect).

Can you give me some pseudo-code to accomplish this? Thanks so much for any help!

Majekdor commented 1 year ago

I don't know enough about it to provide pseudocode. I haven't tried to do it in over 2 years.

But this thread explains why Essentials wouldn't add this feature either and some more reasons/workarounds.

danthedaniel commented 1 year ago

Thanks!