We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19628f6 commit f4364d7Copy full SHA for f4364d7
ServerStart.bat
@@ -486,14 +486,13 @@ ATTRIB -R "%MC_SERVER_SPONGE_BOOT%" 1>> "%~dp0serverstart.log" 2>&1 || ECHO INF
486
ATTRIB -R "%MC_SERVER_FORGE_JAR%" 1>> "%~dp0serverstart.log" 2>&1 || ECHO INFO: No Forge Jar present to UN-read-only 1>> "%~dp0serverstart.log" 2>&1
487
488
:STARTSERVER
489
-COLOR
490
CLS
491
TITLE %MC_SERVER_PACKNAME% Server Running
492
ECHO.
493
494
ECHO Starting %MC_SERVER_PACKNAME% Server...
495
ECHO INFO: Starting Server... 1>> "%~dp0serverstart.log" 2>&1
496
+COLOR 07
497
498
REM Batch will wait here indefinetly while MC server is running
499
IF %MC_SERVER_SPONGE% EQU 1 (
0 commit comments