Zcelo12 Posted July 16, 2012 Posted July 16, 2012 Hey guy's, I would like to send the player a message when he enter the game. I tried it with following methods: public void onConnect(NetworkManager network) { ModLoader.getMinecraftInstance().thePlayer.addChatMessage("Food & Plants V1.9 BETA by Vitalij Abt enabled"); } and... public void onLogin(NetworkManager network, Packet1Login login) { ModLoader.getMinecraftInstance().thePlayer.addChatMessage("Food & Plants V1.9 BETA by Vitalij Abt enabled"); } but i don't get a message when i enter the game. Quote
OvermindDL1 Posted July 16, 2012 Posted July 16, 2012 Might need to delay it by a game tick or ten. - I have no clue about this, not done anything like that yet. Quote
Recommended Posts
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.