Recent content by GLMidnight

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  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...