Horje
minecraft .bat code Code Example
minecraft .bat code
@echo off
echo This Will Restart Your Server If It Crashes!
title Minecraft Console
:StartServer
java -Xmx1G -jar SERVER_FILE_NAME.jar
echo (%time%) Server closed/crashed... restarting!
goto StartServer
minecraft .bat code
java -Xmx1G -jar SERVER_FILE_NAME.jar
PAUSE




Shell

Related
git redo commit Code Example git redo commit Code Example
how to run spigot server using bat Code Example how to run spigot server using bat Code Example
apt package info Code Example apt package info Code Example
how to push forcefully in github Code Example how to push forcefully in github Code Example
install brave on arch Code Example install brave on arch Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9