Posted June 8, 20196 yr Hello everyone, I want to get an EntityPlayerMP object by using a UUID but my current method only works if the player in question is online. Is there a way to get a list of all Players who where on the server at some point? Current Method: Spoiler MinecraftServer server = FMLCommonHandler.instance().getMinecraftServerInstance(); player = server.getPlayerList().getPlayerByUUID(id); I want to get the statistcmanagerserver from the player by the way. Edited June 8, 20196 yr by SaltStation Forgot something
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.