简体   繁体   English

如何在没有启动器的情况下启动我的世界

[英]How to launch minecraft without launcher

How to Launch Minecraft without the launcher如何在没有启动器的情况下启动 Minecraft

So Minecraft is basically made in java and to launch it the command should be java -xmx1G -xms1G -jar <jarfile.jar>所以 Minecraft 基本上是用 java 制作的,要启动它,命令应该是java -xmx1G -xms1G -jar <jarfile.jar>

But the problem is it shows Couldn't find main class但问题是它显示Couldn't find main class

So it needs the main file which maybe located in the launcher所以它需要可能位于启动器中的主文件

So I need command to launch it with username and password所以我需要命令来使用用户名和密码启动它

It should work on TLauncher ID too它也应该适用于 TLauncher ID

I have put together a batch file.我已经整理了一个批处理文件。

(I am currently unable to launch/install Minecraft, sorry if the batch file does not work or fails) (我目前无法启动/安装 Minecraft,如果批处理文件不起作用或失败,请见谅)

You won't have to change the batch file except for the options on the top.除了顶部的选项外,您不必更改批处理文件。

The batch file is available here .批处理文件可在此处获得

If you want a version that does not require editing the file, I suggest you look here .如果你想要一个不需要编辑文件的版本,我建议你看这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM