Server not starting after restartNot An Issue
So i have tthis plugin on all 3 of my servers, aand it has worked but recently on my 100000000x and my 2x heavily modded server it has shut off the server but wont reboot the server... any idea why?

{
  "Checks": {
    "autoRebootCountDown": 3,
    "checkIntervalMinutes": 5,
    "currentDevblog": 0,
    "currentOxideBuild": 4383,
    "enableAutoChecks": true,
    "enableAutoReboot": true,
    "notifyOnlineAdmins": true
  },
  "Settings": {
    "ShowMinutes": [
      60,
      45,
      30,
      15,
      10,
      5,
      4,
      3,
      2,
      1
    ],
    "ShowSeconds": [
      50,
      40,
      30,
      20,
      10,
      5,
      4,
      3,
      2,
      1
    ]
  },
  "SimpleUI": {
    "SimpleUI_Enable": true,
    "SimpleUI_FontSize": 30,
    "SimpleUI_HideTimer": 10,
    "SimpleUI_Left": 0.1,
    "SimpleUI_MaxHeight": 0.05,
    "SimpleUI_MaxWidth": 0.8,
    "SimpleUI_Top": 0.1
  },
  "Timers": {
    "RebootTimes": {
      "05:59": "30",
      "11:15": "30",
      "17:59": "30",
      "23:30": "30"
    },
    "useTimers": true
  }
}​
A plugin cannot start your server, it is not running when your server is shutdown. You'd need an external tool or script to monitor and start the server when it shuts down.
Where can i find a script?

Merged post

scrath that ive found 2 files named run-server.bat and settings.bat where do i put these files??

Merged post

nvm ive just realized what those files were xD ^^ wasnt thinking
You can see an example here: https://github.com/OxideMod/Oxide.Rust/blob/develop/resources/_start-example.bat

The script is pretty basic, it just starts the server again after shutdown. If you are not self-hosting, then you'd need to contact your host to set up some sort of watchdog to automatically start the server after a shutdown is detected.
Any suggestions for Linux servers?
Locked automatically