Disabled webserver disabler sysem through config

This commit is contained in:
Jonas_Jones 2022-07-25 02:09:39 +02:00
parent 7fc85f35b1
commit 0b61efa72f
24 changed files with 10 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 453 B

After

Width:  |  Height:  |  Size: 401 B

Before After
Before After

View file

@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "mcwebserver",
"version": "v0.1.0",
"version": "0.1.0",
"name": "McWebserver",
"description": "A simple webserver that runs alongside the Minecraft Server",

View file

@ -0,0 +1,2 @@
Manifest-Version: 1.0

View file

@ -0,0 +1,2 @@
Manifest-Version: 1.0

View file

@ -0,0 +1,2 @@
Manifest-Version: 1.0

View file

@ -0,0 +1,2 @@
Manifest-Version: 1.0

View file

@ -24,7 +24,7 @@ public class McWebserver implements ModInitializer {
LOGGER.info("McWebserver initialized!");
if (ModConfigs.ISENABLED) {
if (true) {
LOGGER.info("Starting Webserver...");
new Thread(() -> {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 453 B

After

Width:  |  Height:  |  Size: 401 B

Before After
Before After