Betterconsolemc config docs start

This commit is contained in:
Jonas_Jones 2024-09-01 18:43:40 +02:00
parent 1f96b8fde1
commit 6cec6c4d1e
9 changed files with 221 additions and 2 deletions

View file

@ -0,0 +1,12 @@
---
sidebar_position: 2
---
# Setup
1. Download the latest version of McWebserver from [modrinth](https://modrinth.com/mod/mcwebserver) or [curseforge](https://www.curseforge.com/minecraft/mc-mods/mcwebserver) as well as the Fabric API into your mods folder
2. Start the Minecraft Server and let the mod create the config file
3. Stop the server and open the Config File, enable the webserver and configure the mod further. View the [Config File](configuration) page for more information.
4. Use the [Example Files](examplefiles) or create your own
5. Port forward the webserver port if you plan on using it publicly
6. (Optional) Take a look at how to configure the loggers to prevent unnecessary spam. View the [Loggers](loggers) page for more information.