while true;
do
echo "Starting in 3..."
sleep 3
java -Xms512M -Xmx1024M -jar BungeeCord.jar
done
Run your server in a while loop.[DOUBLEPOST=1429050502,1429050461][/DOUBLEPOST]So your start.sh would look like this:
Code:while true; do echo "Starting in 3..." sleep 3 java -Xms512M -Xmx1024M -jar BungeeCord.jar done
[DOUBLEPOST=1429050911][/DOUBLEPOST]
Including the "done"?Run your server in a while loop.[DOUBLEPOST=1429050502,1429050461][/DOUBLEPOST]So your start.sh would look like this:
Code:while true; do echo "Starting in 3..." sleep 3 java -Xms512M -Xmx1024M -jar BungeeCord.jar done
Cool. So how do I use this?... /end? Double click it? Sing to it?Include the done yea
Yes[DOUBLEPOST=1429051285,1429051252][/DOUBLEPOST]Basically, in the directory of your BungeeCord make a file called start.sh with that code inside of it[DOUBLEPOST=1429050911][/DOUBLEPOST]
Including the "done"?
Cool, thanks for you help.Yes[DOUBLEPOST=1429051285,1429051252][/DOUBLEPOST]Basically, in the directory of your BungeeCord make a file called start.sh with that code inside of it
Then start the script with "sh start.sh"
...Restart your proxy.
