l2j_mobius/L2J_Mobius_CT_2.6_HighFive/dist/game/GameServer.bat
2018-05-01 04:01:47 +00:00

30 lines
440 B
Batchfile

@set /p parameters=<java.cfg
@echo off
title L2J Mobius - Game Server Console
:start
echo Starting Game Server.
echo.
java %parameters% -jar ../libs/GameServer.jar
if ERRORLEVEL 2 goto restart
if ERRORLEVEL 1 goto error
goto end
:restart
echo.
echo Admin Restarted Game Server.
echo.
goto start
:error
echo.
echo Game Server Terminated Abnormally!
echo.
:end
echo.
echo Game Server Terminated.
echo.
pause