Run a Website and powerful API alongside your server
Find a file
2024-03-11 19:27:57 +01:00
.github/workflows possibly fixed compilation fails 2024-01-13 21:30:55 +01:00
gradle/wrapper version bump and gradle update 2024-01-10 01:24:14 +01:00
libs some fixes I assume 2023-03-04 21:40:09 +01:00
src/main Improved readability of token list 2024-03-11 19:27:57 +01:00
.gitignore version bump and gradle update 2024-01-10 01:24:14 +01:00
build.gradle version bump and gradle update 2024-01-10 01:24:14 +01:00
gradle.properties version bump and gradle update 2024-01-10 01:24:14 +01:00
gradlew version bump and gradle update 2024-01-10 01:24:14 +01:00
gradlew.bat version bump and gradle update 2024-01-10 01:24:14 +01:00
LICENSE version bump and gradle update 2024-01-10 01:24:14 +01:00
README.md Added API info 2023-09-07 00:56:27 +02:00
settings.gradle version bump and gradle update 2024-01-10 01:24:14 +01:00

McWebserver

This is the fabric port, the Forge version is available here

License Discord CF Modrinth GitHub all releases

About the mod

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.

API

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

Warning

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.

Use at your own risk!

Setup

For Setup and further Info, please refer to the Wiki