From d20e8d792bdbeb0880b8f492119adcd59d9a11ba Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Tue, 26 Jul 2022 15:44:02 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 996681e..baab2bf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # McWebserver +This is the fabric port, the Forge version is available [here]() ### About the mod This mod runs a simple HTTP server alongside the minecraft server in seperate threads. @@ -14,6 +15,7 @@ If used wrongly this mod can be a security risk for your server and all devices Do **only** put files into your webservers root directory that you want to be accessible to the internet. Those files are **public** to the entire world. + ### Setup 1. Head over to [modrinth](https://modrinth.com/mod/mcwebserver) or [curseforge](https://www.curseforge.com/minecraft/mc-mods/mcwebserver) and download the correct version of the mod into your mods folder.