mirror of
https://github.com/JonasunderscoreJones/docs.jonasjones.dev.git
synced 2025-10-23 02:59:18 +02:00
Betterconsolemc config docs start
This commit is contained in:
parent
1f96b8fde1
commit
6cec6c4d1e
9 changed files with 221 additions and 2 deletions
12
docs/mcwebserver/setup.mdx
Normal file
12
docs/mcwebserver/setup.mdx
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue