From bb5afa875a4264623d7c808d12caa2da3b7611a4 Mon Sep 17 00:00:00 2001 From: Jonas_Jones Date: Wed, 6 Sep 2023 03:00:49 +0200 Subject: [PATCH] Added Referral to wiki for setup instructions --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 607bfef..4473ba0 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,4 @@ Do **only** put files into your webservers root directory that you want to be ac ### 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. -2. Restart Your Minecraft Server and let the mod create the config file. The webserver will be offline by default. -3. In the config file, enable the webserver and adjust all settings if needed. -4. Add the following files to your Webservers root directory: - - index.html (the homepage) - - 404.html (the website that shows up if a request is sent for a file that doesn't exist on the server) - - not_supported.html (this is page is very unlikely to show up at any time and isn't necessary) -5. Restart your Minecraft server and You're good to go! +For Setup and further Info, please refer to the [Wiki](https://github.com/J-onasJones/McWebserver/wiki)