View difference between Paste ID: 4s9F8sTa and xMUEnU6z
SHOW: | | - or go back to the newest paste.
1
@echo off
2
cls
3
:start
4-
TerrariaServer.exe -config serverconfig.txt
4+
TerrariaServer.exe -config serverconfig.txt -world The_Jim_Zone.wld -pass ozcraft2345 -port 7778
5
@echo.
6
@echo Restarting server...
7
@echo.
8
goto start