This commit is contained in:
Codie Newark 2021-07-09 17:59:59 +01:00
commit c43ad4a216

17
README.md Normal file
View File

@ -0,0 +1,17 @@
# OnlineModeFix
A Bukkit, hMod and Vanilla plugin to fix online-mode for old Minecraft servers.
## Bukkit
1. Move the jar into your server's plugin folder.
2. Set online-mode to 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 to true in the server.properties file.
## Vanilla
1. Move the jar next to your server jar.
2. Launch the server using this command:
`java -Djava.protocol.handler.pkgs=gg.codie.mineonline.protocol -cp minecraft_server.jar;OnlineModeFix.jar net.minecraft.server.MinecraftServer`