eaglercraft-builds/Eaglercraft_SharedWorldRelay/run.bat
2024-05-04 17:17:44 -07:00

13 lines
251 B
Batchfile
Executable File

@echo off
title LAN World Relay
echo:
echo Eaglercraft 1.5.2 LAN World Relay
echo Note: Requires java 8 or newer!
:fuck
timeout /t 10 /nobreak
echo:
java -jar EaglerSPRelay.jar --debug
echo:
echo RELAY STOPPED!
echo Restarting...
goto fuck