From ecd485cc1d8113c13909afb2c6d1a0b8c4630191 Mon Sep 17 00:00:00 2001 From: cat Date: Fri, 20 Jun 2025 23:21:15 +0000 Subject: [PATCH] Update OnlineModeFix command only -Dminecraft.api.session.host is necessary, there's no need to clutter the example launch command. Signed-off-by: cat --- view/root.tmpl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/view/root.tmpl b/view/root.tmpl index 200b42d..df247aa 100644 --- a/view/root.tmpl +++ b/view/root.tmpl @@ -158,15 +158,11 @@ java -Xmx1024M -Xms1024M \

Late Classic, Alpha, Beta, etc. through Minecraft 1.6.4

- Use OnlineModeFix and start the server with the -Dminecraft.api.*.host arguments described above. For example, the full command you use to start the server might be: + Use OnlineModeFix and start the server with the -Dminecraft.api.session.host argument described above. For example, the full command you use to start the server might be:

 java -Xmx1024M -Xms1024M \
-    -Dminecraft.api.env=custom \
-    -Dminecraft.api.auth.host={{ .App.AuthURL }} \
-    -Dminecraft.api.account.host={{ .App.AccountURL }} \
     -Dminecraft.api.session.host={{ .App.SessionURL }} \
-    -Dminecraft.api.services.host={{ .App.ServicesURL }} \
     -Djava.protocol.handler.pkgs=gg.codie.mineonline.protocol \
     -cp server.jar:OnlineModeFix.jar \
     net.minecraft.server.MinecraftServer \