Hello, I am currently having some trouble with setting up my new Sevtech Ages modpack on my computer. When I go to run the serverStart.bat file, It displays that it is "Starting SevTech Ages Server..." and that's it. The server runs completely fine and people can join however, I cannot interact with the command prompt in any way so I can't see the status or if people join the server. The only reason this is a problem is that I can't op anyone and I can't save the server before I close it. My ServerStart.bat file is as follows:
@echo off
call settings.bat
:start_server
echo Starting SevTech Ages Server...
%JAVA8_PATH% -server -Xms8G -Xmx8G %JAVA_PARAMETERS% -jar forge-1.12.2-14.23.5.2860.jar nogui
pause
exit /B
goto start_server
If anyone has any idea how to solve this issue, it would be greatly appreciated! Thanks for all the help!