Scheduling server restart?Solved

Hey All!

I found somebody else who had this and I did an edit to fit my server. For some reason the restart will not work. I've tried changing out "restart 60" to "global.restart" and still the server does not restart. My TimerRepeat is working fine (minus cargo but we know how that is). I'm sure it's something silly but I need another set of eyes on this! 

Thanks so much! 

{
  "EnabledRealTime-Timer": true,
  "EnableTimerOnce": true,
  "EnableTimerRepeat": true,
  "RealTime-Timer": {
    "02:30:00": "say Server restarting in 30 minutes!",
    "02:45:00": "say Sever restarting in 15 minutes!",
    "02:50:00": "say Server restarting in 10 minutes!",
    "02:55:00": "say Server restarting in 5 minutes (NOT A WIPE)!",
    "02:59:00": "say The server is now restarting.",
	"02:59:00": "server.save",
    "02:59:00": "restart 60" 
  },
 "TimerOnce": {
  },
  "TimerRepeat": {
    "say Have questions? Need a friend? Join us on discord: xxxxxx": 600,
    "say Don't forget to claim your kit! Type in chat: /kit": 601,
    "say Check out the Server Rewards! Type in chat: /s": 602,
    "airdrop random": 13000,
    "spawn cargoship": 13000
  }
}
Plugins and the server itself cannot actually start your server up at again, only quit it. You'd need an external script or tool to do the start.
Ahh, I must have missed where others said that. Roger. Thanks Wolf.
Locked automatically