Posted August 21, 20205 yr I am currently using ClientDisconnectionFromServerEvent. But thing is, it is triggered only after Minecraft.getMinecraft().player object is destroyed, so I can't access it. I need to have coordinates and world of a player who'll disconnect. Any ideas how to make it? I think I can log everything from PlayerMoveEvent into class variables and then in the disconnect event use last recorded coordinates, but that feels wrong, and I think there's a better way to do it.
August 21, 20205 yr PlayerLoggedOutEvent would work as this gets the player before it is removed on the server.
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.