You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure when this started to become an issue, but players in my server noticed it today.
Some users' discord names in the minecraft chat were showing their username instead of their display name.
We did a lot of testing and concluded the following:
The display name in your Server Profile for the server is picked up by dc_get_display_name , but the display name in your User Profile is not in which case the username is returned by dc_get_display_name . Which means only people with nitro profiles can use their display name in our chat bridge.
As always thank you for your continued support and development of this fantastic mod!
The text was updated successfully, but these errors were encountered:
Apparently this is not yet supported by Javacord (See Javacord/Javacord#1260)
Until then maybe you could resort to manually getting the global_name with http requests
I'm not sure when this started to become an issue, but players in my server noticed it today.
Some users' discord names in the minecraft chat were showing their username instead of their display name.
We did a lot of testing and concluded the following:
The display name in your Server Profile for the server is picked up by
dc_get_display_name
, but the display name in your User Profile is not in which case the username is returned bydc_get_display_name
. Which means only people with nitro profiles can use their display name in our chat bridge.As always thank you for your continued support and development of this fantastic mod!
The text was updated successfully, but these errors were encountered: