-
Notifications
You must be signed in to change notification settings - Fork 34
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
actionbar is always white when using 1.8 clients #297
Comments
Was it working on 3.6.0? |
nope
|
btw only on bungeecord. actionbar sender target is proxiedplayer |
Oh... that makes sense, did not notice that. However, does it work if you create the BaseComponent correctly? public String ca(String text) {return ChatColor.translateAlternateColorCodes('&', text);}
public void actionbar(ProxiedPlayer p, String msg) {p.sendMessage(ChatMessageType.ACTION_BAR, TextComponent.fromLegacyText(ca(message)));} (Notice the change from Also, does it work if Triton isn't installed on the proxy? |
yes
i will test later |
Describe the bug
actionBar is not colorized correctly on 1.8 clients.
How can the bug be reproduced?
install plugin.
and then. send an actionbar message to the 1.8 client.
u can get white string "abcde"
Expected behaviour
correct coloring
Which Spigot fork are you using?
PaperMC
What's your server version?
git-PaperSpigot-f6fba00-99355adc (MC:1.8.8)
Which proxy are you using?
Other (specify below)
What's your proxy version?
NullCordX - 3.7.4
What's the MC version of your client?
1.8
What's the Triton version you're using?
3.8.3, 3.6.0(test)
Additional Information
whether its nullcordx, flamecord, waterfall, or native bungeecord. all have this error (at least when i tested it)
only on 1.8 clients. 1.9+ clients work fine.
The text was updated successfully, but these errors were encountered: