a .bat for spigot

Status
This thread has been locked.

WiredMC

Banned
Feedback score
-1
Posts
57
Reactions
9
Resources
0
I am looking for a .Bat for spigot that have:
-5GB
- Auto restarts on server crash.
thanks in advance. UwU
 
Banned forever. Reason: Ban Evading (dwadedafa)
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Cole

Developer
Supreme
Feedback score
19
Posts
944
Reactions
477
Resources
0
Use google please

Code:
@echo off
cls
echo This script will keep your server running even after crashing!
title Minecraft WatchDog
:StartServer
start /wait java -Xmx2548M -jar spigot-1.8.8.jar -o true
echo (%time%) Server closed/crashed... restarting!
goto StartServer
 
Status
This thread has been locked.
Top