Minecraft-Console-Client
Minecraft-Console-Client copied to clipboard
Using Common Config.ini File, Common Accounts.txt and Common Servers.txt File
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?
try MinecraftClient.exe myconfig.ini --login=ALIAS --serverip=ALIAS
This will override the corresponding sections from myconfig.ini
See command-line usage.