Posted September 18, 201510 yr is there an event handler that triggered when a player joins the world, if so what is called and what bus do i need to wire it to.
September 18, 201510 yr is there an event handler that triggered when a player joins the world, if so what is called and what bus do i need to wire it to. Maybe you looking for this one: EntityJoinWorldEvent Not sure on what bus it goes.
September 19, 201510 yr is there an event handler that triggered when a player joins the world, if so what is called and what bus do i need to wire it to. Maybe you looking for this one: EntityJoinWorldEvent Not sure on what bus it goes. EntityJoinWorldEvent is fired on the Forge Event Bus. Called whenever any entity joins the world (you can check if the entity is an instance of the player). Why over complicate it though? Use the PlayerLoggedInEvent as stated above. Development of Plugins [2012 - 2014] Development of Mods [2012 - Current]
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.