Posted July 23, 201312 yr How do I actually log in with eclipse? I've tried supplying username and password in the launch configuration, but that does not seem to actually log into the server. (I get bad logins, and my username is the email I entered, migrated account). I cannot make a new session in Minecraft.java, that does not appear to work either. Editing Start.java does not either. Any suggestions?
July 23, 201312 yr to log in, put "--username YOUR_USERNAME" in the arguments without the quotes. YOUR_USERNAME is the desired log-in name not your e-mail
July 23, 201312 yr Author I am aware of this. However, this doesn't actually go and auth. with the Mojang servers and does not give you a session.
July 23, 201312 yr Author Sure, it sets your ingame name, but if you look in the console, it will not give you a session.
July 23, 201312 yr Author Because, for security reasons, my mod needs to send a session with a packet to a server to relay its information.
July 23, 201312 yr then try --password PASSWORD (PASSWORD being your password). I have no idea if that will work, but use common sense I am Mew. The Legendary Psychic. I behave oddly and am always playing practical jokes. I have also found that I really love making extremely long and extremely but sometimes not so descriptive variables. Sort of like what I just did there
July 23, 201312 yr Author I have tried that as well. 2013-07-23 08:40:20 [iNFO] [Minecraft-Client] Setting user: REDACTED 2013-07-23 08:40:20 [iNFO] [Minecraft-Client] (Session ID is null) 2013-07-23 08:40:21 [iNFO] [sTDOUT] Completely ignored arguments: [--password, REDACTED]
July 23, 201312 yr Hey guys. I'm doing the same as you, and it seems to me, that it will log in after some time. though I might be wrong.
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.