A Bukkit, hMod, and Vanilla plugin to fix online-mode for old Minecraft servers.
- Move the jar into your server's plugin folder.
- Set
online-mode=true
in theserver.properties
file.
- 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.
- 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