-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
Bungeecord version
latest
Server version
Client version
1.21.8
Bungeecord plugins
none
The bug
It seems like the ScoreComponent is never resolved by the client.
I have created an objective with the players health as criteria named "lol"
but if i send this, no number is displayed.
TextComponent test = new TextComponent( "Score: " );
test.addExtra(new ScoreComponent("Outfluencer", "lol"));
con.sendMessage(test);
If i. for example, run this command: /tellraw @a {"score":{"name":"*","objective":"lol"}}, it works but the server converts it into a string nbt tag with just the value, so it never send a real ScoreComonent, if the server cannot resolve it it just sends an empty text component
This is what bungee sends to the client (my ingame name is Outfluencer)
{"score":{"name":"Outfluencer","objective":"lol","value":"20"}}
Log output (links)
No response
Checking
- I am using BungeeCord and not a fork. Issues with forks should not be reported here.
- I think this is not an issue with a bungeecord plugin.
- I have not read these checkboxes and therefore I just ticked them all.
- This is not a question or plugin creation help request.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels