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
When I set a server link with a label using a translation key, I expect the translation key to be resolved so that the player sees the translated string.
Actual Behavior
The translation key is not resolved and the player sees the translation key instead.
It seems that ConnectedPlayer#translateMessage is not being invoked on the server link label (which I as a plugin developer cannot invoke either, as this function is not part of the API).
The text was updated successfully, but these errors were encountered:
Expected Behavior
When I set a server link with a label using a translation key, I expect the translation key to be resolved so that the player sees the translated string.
Actual Behavior
The translation key is not resolved and the player sees the translation key instead.
Steps to Reproduce
Plugin List
No third-party plugins
Velocity Version
Velocity 3.4.0-SNAPSHOT (git-1db8c8c6-b458)
Additional Information
It seems that
ConnectedPlayer#translateMessage
is not being invoked on the server link label (which I as a plugin developer cannot invoke either, as this function is not part of the API).The text was updated successfully, but these errors were encountered: