K keybounce New Member Jul 29, 2019 1,925 0 0 Nov 20, 2015 #1 I want to send a message to players on login. There is no "Player logged in event", at least not that I can see. 1.7.10. How do I detect a player logging in, and send then a chat message?
I want to send a message to players on login. There is no "Player logged in event", at least not that I can see. 1.7.10. How do I detect a player logging in, and send then a chat message?
K keybounce New Member Jul 29, 2019 1,925 0 0 Nov 20, 2015 #2 Solved, from 1.7.2: http://www.minecraftforge.net/forum/index.php?topic=15153.0 It uses cpw.mods.fml.common.gameevent.PlayerEvent.PlayerLoggedInEvent; Yep, there are player events in cpw.mods.fml.common.gameevent (which I did not know of) as well as in net.minecraftforge.event.entity.player.
Solved, from 1.7.2: http://www.minecraftforge.net/forum/index.php?topic=15153.0 It uses cpw.mods.fml.common.gameevent.PlayerEvent.PlayerLoggedInEvent; Yep, there are player events in cpw.mods.fml.common.gameevent (which I did not know of) as well as in net.minecraftforge.event.entity.player.