Search results

  1. GLMidnight

    Solved Autorestart script won't work

    Found the solution. It turns out that some hosts (like server.pro) do not support SH scripts; which in itself is very annoying (and for some reason the directory keeps changing), so that explains why I couldn’t do other ways (loading up start.sh directly when the server's not on). I contacted...
  2. GLMidnight

    Solved Autorestart script won't work

    (My post got deleted on Spigot Forums, so posting here. Sorry if I posted on the wrong forum or anything, I haven't used this before) I'm having trouble getting auto-restart to work. This is my "ServerRestartScript.sh": #!/bin/sh java -XX:+UseG1GC -XX:+ParallelRefProcEnabled...