minecraft server init

This commit is contained in:
2025-07-23 08:37:00 +03:00
commit ccf1f5f4d0
2460 changed files with 291551 additions and 0 deletions

11
Install.bat Normal file
View 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