Minecraft 1.16.5 Scoreboard Java Spigot setdisplayname PacketPlayOutScoreboardScore?

Co
- in Plugins
3

I'm reworking an old plugin of mine and now only errors are displayed (not yet tried out ingame, I know that it does not work.

Code:

Error:

Minecraft 1.16.5 Scoreboard Java Spigot setdisplayname PacketPlayOutScoreboardScore Minecraft 1.16.5 Scoreboard Java Spigot setdisplayname PacketPlayOutScoreboardScore - 1

Who has ideas how I can solve these errors or how you can do better in 1.16.5 n scoreboard. I searched online and didn't help.

Ti

But that has to be a very old plugin if you still had to work with NMS and packets to get a scoreboard?

Pull everything out and do it all over again with Bukkit API.

https://bukkit.org/threads/tutorial-scoreboards-teams-with-the-bukkit-api.139655/

The NMS methods, on the other hand, are not an official API, so unannounced and serious changes can occur when the version changes, as happened here ^^.

Co

Yup the plugin is very old haha. I'll take a look at the link Thank you very much!

Co

Was a lot easier than before haha XD