mirror of
https://github.com/craftycodie/OnlineModeFix.git
synced 2025-08-03 00:45:57 -04:00
OnlineModeFix
A Bukkit, hMod, and Vanilla plugin to fix online-mode for old Minecraft servers.
Bukkit
- Move the jar into your server's plugin folder.
- Set
online-mode=true
in theserver.properties
file.
hMod
- Move the jar into your server's plugin folder.
- Add the plugin to the plugins list in
server.properties
(ex.plugins=OnlineModeFix
). - Set
online-mode=true
in theserver.properties
file.
Vanilla (and any other modded servers)
- Move the jar next to your server jar.
- Launch the server using this command:
Windows:
java -Djava.protocol.handler.pkgs=gg.codie.mineonline.protocol -cp minecraft_server.jar;OnlineModeFix.jar net.minecraft.server.MinecraftServer
All other platforms:
java -Djava.protocol.handler.pkgs=gg.codie.mineonline.protocol -cp minecraft_server.jar:OnlineModeFix.jar net.minecraft.server.MinecraftServer
Languages
Java
100%