minecraft server init
This commit is contained in:
11
Install.bat
Normal file
11
Install.bat
Normal file
@ -0,0 +1,11 @@
|
||||
@echo off
|
||||
|
||||
call settings.bat
|
||||
|
||||
:install_files
|
||||
echo Installing Forge and required jars.
|
||||
java -jar %INSTALL_JAR% --installServer > NUL 2>&1
|
||||
echo Done!
|
||||
exit /B
|
||||
|
||||
goto install_files
|
Reference in New Issue
Block a user