mirror of
https://github.com/JonasunderscoreJones/McWebserver.git
synced 2025-10-23 11:29:19 +02:00
Added Webserver html file instructions to README
This commit is contained in:
parent
8802304858
commit
82db994f26
1 changed files with 5 additions and 1 deletions
|
@ -13,4 +13,8 @@ Do **only** put files into your webservers root directory that you want to be ac
|
||||||
1. Head over to [modrinth](https://modrinth.com/mod/mcwebserver) and curseforge (once approved) for now available in this repository's [releases](https://github.com/J-onasJones/McWebserver/releases/latest) and download it into your mods folder.
|
1. Head over to [modrinth](https://modrinth.com/mod/mcwebserver) and curseforge (once approved) for now available in this repository's [releases](https://github.com/J-onasJones/McWebserver/releases/latest) and download it into your mods folder.
|
||||||
2. Restart Your Minecraft Server and let the mod create the config file. The webserver will be offline by default.
|
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.
|
3. In the config file, enable the webserver and adjust all settings if needed.
|
||||||
4. Restart your Minecraft server and You're good to go!
|
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!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue