2024-11-06 11:38:36 +00:00
2022-12-21 17:04:01 +00:00
2022-12-21 17:25:11 +00:00
2022-12-21 20:01:54 +00:00
2024-08-21 14:51:48 -04:00
2024-11-06 11:38:36 +00:00
2024-08-21 11:50:19 +01:00
2022-12-21 17:04:01 +00:00
2024-11-06 00:07:04 +00:00
2024-08-21 15:45:40 -04:00

OnlineModeFix

A Bukkit, hMod, and Vanilla plugin to fix online-mode for old Minecraft servers.

Download

Bukkit

  1. Move the jar into your server's plugin folder.
  2. Set online-mode=true in the server.properties file.

hMod

  1. Move the jar into your server's plugin folder.
  2. Add the plugin to the plugins list in server.properties (ex. plugins=OnlineModeFix).
  3. Set online-mode=true in the server.properties file.

Vanilla (and any other modded servers)

  1. Move the jar next to your server jar.
  2. 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
Description
A Bukkit, hMod and Vanilla plugin to fix online-mode for old Minecraft servers.
Readme GPL-3.0 12 MiB
Languages
Java 100%