mirror of
https://github.com/unmojang/drasl.git
synced 2025-08-03 02:46:03 -04:00
Update OnlineModeFix command
only -Dminecraft.api.session.host is necessary, there's no need to clutter the example launch command. Signed-off-by: cat <cat@plan9.rocks>
This commit is contained in:
parent
5a0deebf89
commit
ecd485cc1d
@ -158,15 +158,11 @@ java -Xmx1024M -Xms1024M \
|
||||
<h4><a href="https://minecraft.wiki/w/Java_Edition_Late_Classic">Late Classic</a>, Alpha, Beta, etc. through Minecraft 1.6.4</h4>
|
||||
|
||||
<p>
|
||||
Use <a href="https://github.com/craftycodie/OnlineModeFix">OnlineModeFix</a> and start the server with the <code>-Dminecraft.api.*.host</code> arguments described above. For example, the full command you use to start the server might be:
|
||||
Use <a href="https://github.com/craftycodie/OnlineModeFix">OnlineModeFix</a> and start the server with the <code>-Dminecraft.api.session.host</code> argument described above. For example, the full command you use to start the server might be:
|
||||
|
||||
<pre style="word-wrap: break-word; white-space: pre-wrap; overflow-x: auto">
|
||||
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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user