Posted August 16, 201411 yr can anyone tell me the events for when a player joins a server and when a player starts a single player game I need these events for the server side, not client side
August 17, 201411 yr PlayerEvent.PlayerLoggedInEvent, PlayerEvent.PlayerLoggedOutEvent, FMLNetworkEvent.ClientConnectedToServerEvent, FMLNetworkEvent.ServerConnectionFromClientEvent, FMLNetworkEvent.ServerDisconnectionFromClientEvent, FMLNetworkEvent.ClientDisconnectionFromServerEvent, EntityJoinWorldEvent. Those are just some, use whichever you need. There's a nice list of events here. BEFORE ASKING FOR HELP READ THE EAQ! I'll help if I can. Apologies if I do something obviously stupid. If you don't know basic Java yet, go and follow these tutorials.
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.