Scorboards not working properly on the server side

Started by Nigma on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 08:33, 23. Mar 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Scorboards not working properly on the server side

Goodmorning! I am here to report a BUG that i found, which is pretty annoying for my mod. (Check the image) So this mod is in 1.20.1 in forge, what it does is that when i type a number in the X textfield in my GUI. It sends the number i've entered into the scoreboard. 

It works perfectly in singleplayer.
ALTHOUGH, when you do this in multiplayer, with the scoreboard showing, using the scoreboard sidebar command, it shows you what you typed. But the server doesn't, it actually thinks that your scoreboard value is 0. Only your client thinks you have the good number, the other players, the server, thinks you have 0.


For exemple:

I typed 147 in the X field, i see on the right that my scoreboard value for "tardis_x_set" Is 147,
But the server thinks that it is 0. So when a join the server it comes back to 0.


That is really annoying, especially for my mod which heavily depends on it.

That's all for my bug report, have a great day!

Scoreboard is not…
Mon, 02/05/2024 - 16:42

Scoreboard is not synchronized across sides in Minecraft directly.

Textfield only runs on the client side so data is not synced.

Currently text fields are client-side only

Last seen on 08:33, 23. Mar 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh ok, thanks for the answer…
Mon, 02/05/2024 - 22:19

Oh ok, thanks for the answer, well do you think if i reported that, the devs could be able to fix that?

Last seen on 08:33, 23. Mar 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok Epic, thank you!
Wed, 02/14/2024 - 09:40

Ok Epic, thank you!