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 \
- 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 \