-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom tablist display name #79
Comments
Yes, this functionality is supported. |
There is currently no other straight forward way to modify the player entries packet sent from the server to the proxy so right now the player would receive the normal tablist and then receive your display name update packets shortly after. |
thank you, ill try that asap |
it works! but i must wait for like 100/200 milliseconds after the ServerPostConnect event otherwise the player's Entries() list it's empty
|
Let me know if that's enough or you want smth like a "TabListEvent" to do it properly. |
actually i think that a proper event might be the best way and it could be very useful to me, but right now it's not critical as "ServerPostConnectEvent" doesn't seem to cause much trouble. |
Hi, i wanted to ask if it is possible to change a player's display name on the tablist for everyone or create a team and add suffix and/or prefix to it, in order to always change the tablist, because i would like to add global prefixes/suffixes for a custom ranks and permissions system.
Thanks in advance, have a nice day
The text was updated successfully, but these errors were encountered: