Posted June 10, 201312 yr Hello. How can I get all my server players? Corrently logged in and offline players. This line return an array of the usernames of all the connected players: MinecraftServer.getServer().getAllUsernames(); I need to get all players from my server not only connected at that time.
June 10, 201312 yr Hi, you could get the player save file names. try something like MinecraftServer.getServer().getWorldProvider(0).getSaveLocation() that should give you the location of the world save folder, inside there should be the player saves (i dont know if those are the exact function names, but you should find them). that should work for multiplayer. i dont know how different the sp save folder looks.
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.