Posted October 23, 20169 yr Hi, I'm sort of new to making mods with forge, and also sort of new to really big Java projects. I'm having trouble with getting the display name of the scoreboard on the right side of the screen. A lot of servers use the scoreboard for different stuff and I'm trying to be able to read it. I've already found that I can get the names of all the "Players" by using: Minecraft.getMinecraft().theWorld.getScoreboard().getObjectiveNames() So for example, here I can get the names of Player995 Player996 and Player994. The problem is, I can't seem to get the display name at the top. If anybody could point me in the right direction, I'd appreciate it, thanks! Hi
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.