From d98c9b4e53a2fc224f4bff39c3fdb8b5393a5212 Mon Sep 17 00:00:00 2001 From: Codie Stella Date: Fri, 9 Jul 2021 17:59:03 +0100 Subject: [PATCH] Create README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e23f674 --- /dev/null +++ b/README.md @@ -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`