mirror of
https://github.com/JonasunderscoreJones/docs.jonasjones.dev.git
synced 2025-10-23 11:09: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
24
docs/mcwebserver/intro.mdx
Normal file
24
docs/mcwebserver/intro.mdx
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
slug: /mcwebserver
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Introduction
|
||||
|
||||
This mod runs a simple HTTP server alongside the minecraft server. The mod allows You to host websites and share files and Server Backups directly from your server without the need of a seperate server setup. Adjust the port and design your website.
|
||||
|
||||
It also has a powerful API allowing you to fetch server info about players and the server itself. More info on the API’s Wiki page
|
||||
|
||||
The http server has up to no performance impact on the server. For more information on the performance impact visit the [Performance](/mcwebserver/performance) page.
|
||||
|
||||
|
||||
:::warning WARNING: Use at your own risk!
|
||||
|
||||
If used wrongly this mod can be a security risk for your server and all devices connected to the network that your server is in.
|
||||
|
||||
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.
|
||||
|
||||
:::
|
||||
|
||||
|
||||
Visit the [Configuration](/mcwebserver/configuration) page to learn how to configure the mod to your liking and how to keep your server secure.
|
Loading…
Add table
Add a link
Reference in a new issue