mirror of
https://github.com/JonasunderscoreJones/McWebserver.git
synced 2025-10-23 11:29:19 +02:00
Disabled webserver disabler sysem through config
This commit is contained in:
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/devlibs/fabric-example-mod-1.0.0-dev.jar
Normal file
BIN
build/devlibs/fabric-example-mod-1.0.0-dev.jar
Normal file
Binary file not shown.
BIN
build/devlibs/fabric-example-mod-1.0.0-sources.jar
Normal file
BIN
build/devlibs/fabric-example-mod-1.0.0-sources.jar
Normal file
Binary file not shown.
BIN
build/libs/fabric-example-mod-1.0.0-sources.jar
Normal file
BIN
build/libs/fabric-example-mod-1.0.0-sources.jar
Normal file
Binary file not shown.
BIN
build/libs/mcwebserver-fabric-0.1.0.jar
Normal file
BIN
build/libs/mcwebserver-fabric-0.1.0.jar
Normal file
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 453 B After Width: | Height: | Size: 401 B |
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"schemaVersion": 1,
|
"schemaVersion": 1,
|
||||||
"id": "mcwebserver",
|
"id": "mcwebserver",
|
||||||
"version": "v0.1.0",
|
"version": "0.1.0",
|
||||||
|
|
||||||
"name": "McWebserver",
|
"name": "McWebserver",
|
||||||
"description": "A simple webserver that runs alongside the Minecraft Server",
|
"description": "A simple webserver that runs alongside the Minecraft Server",
|
||||||
|
|
Binary file not shown.
2
build/tmp/jar/MANIFEST.MF
Normal file
2
build/tmp/jar/MANIFEST.MF
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Manifest-Version: 1.0
|
||||||
|
|
2
build/tmp/remapJar/MANIFEST.MF
Normal file
2
build/tmp/remapJar/MANIFEST.MF
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Manifest-Version: 1.0
|
||||||
|
|
2
build/tmp/remapSourcesJar/MANIFEST.MF
Normal file
2
build/tmp/remapSourcesJar/MANIFEST.MF
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Manifest-Version: 1.0
|
||||||
|
|
2
build/tmp/sourcesJar/MANIFEST.MF
Normal file
2
build/tmp/sourcesJar/MANIFEST.MF
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Manifest-Version: 1.0
|
||||||
|
|
|
@ -24,7 +24,7 @@ public class McWebserver implements ModInitializer {
|
||||||
|
|
||||||
LOGGER.info("McWebserver initialized!");
|
LOGGER.info("McWebserver initialized!");
|
||||||
|
|
||||||
if (ModConfigs.ISENABLED) {
|
if (true) {
|
||||||
LOGGER.info("Starting Webserver...");
|
LOGGER.info("Starting Webserver...");
|
||||||
|
|
||||||
new Thread(() -> {
|
new Thread(() -> {
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 453 B After Width: | Height: | Size: 401 B |
Loading…
Add table
Add a link
Reference in a new issue