Minecraft-Console-Client icon indicating copy to clipboard operation
Minecraft-Console-Client copied to clipboard

Using Common Config.ini File, Common Accounts.txt and Common Servers.txt File

Open JacksonWillford opened this issue 3 years ago • 1 comments

Good evening, I'm attempting to make .bat files that can open various accounts. I was hoping to be able to do something like this inside a batch file:

MinecraftClient.exe myconfig.ini myAccountAlias myServerAlias

Where myAccountAlias and myServerAlias come from the accounts.txt and servers.txt files. I read through the usages in the documentation and I couldn't find my desired usage. Can someone please tell me if this is possible?

JacksonWillford avatar Mar 08 '22 22:03 JacksonWillford

try MinecraftClient.exe myconfig.ini --login=ALIAS --serverip=ALIAS This will override the corresponding sections from myconfig.ini See command-line usage.

ORelio avatar May 22 '22 17:05 ORelio