Posted January 11, 20214 yr How would one login with their Minecraft account for the runClient task? Edited January 11, 20214 yr by DoctorC
January 11, 20214 yr Author 25 minutes ago, diesieben07 said: Add --username {{username}} and --password {{password}} to your launch arguments. It seems to be coming up with an error: Unknown command-line option '--username'. (I'm using IntelliJ)
January 11, 20214 yr Author 10 hours ago, diesieben07 said: Where did you add them exactly? Edit Configurations... then added to Arguments.
January 11, 20214 yr Author 5 minutes ago, diesieben07 said: They need to be in Program arguments, not JVM arguments. Okay, how would I do that? They're not under 'VM Options'.
January 11, 20214 yr Author 14 minutes ago, diesieben07 said: Actually - never mind that. You should add them in the build.gradle in the run configs. Then re-run the genXXXRuns task. I added them under minecraft/runs/args and then re-ran genIntellijRuns but runClient was still unauthenticated.
January 12, 20214 yr Author 6 hours ago, diesieben07 said: Actually - never mind that. You should add them in the build.gradle in the run configs. Then re-run the genXXXRuns task. Okay, managed to find the solution. under minecraft/runs/client I set args to '--username', 'Insert EMAIL Here', '--password', 'Insert Password Here' and then runClient. I didn't need to genIntellijRuns.
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.