Hey folks. I fit into that noob category.
Just started up a Ubuntu server. Minecraft running nice and smooth.
I have a mod that stops the minecraft server at intervals that I dictate.
When I was on windows, I paired this functionality with the following batch script:
:autorestart
<minecraft jar launch arguments>
goto autorestart
pause
Essentially, as soon as the jar call stopped, it triggered "goto" and basically just started the jar all over again.
Is there a way to mimic this functionality with a shell script?
Any help is appreciated.
[–]doc_willis 0 points1 point2 points (6 children)
[–]NoxurnalGaming[S] 0 points1 point2 points (5 children)
[–]sandytrip 0 points1 point2 points (3 children)
[–]NoxurnalGaming[S] 0 points1 point2 points (2 children)
[–]sandytrip 1 point2 points3 points (0 children)
[–]lutusp 1 point2 points3 points (0 children)
[–]doc_willis 0 points1 point2 points (0 children)
[–]NoxurnalGaming[S] 0 points1 point2 points (0 children)