1. How can restart Dedicated Server in every 24hour ?
     
  2. Think you !
    Creating a cmd:
    Code:
    :LOOP
    start /wait /b "" "RustDedicated.exe" -batchmode ..etc
    PING 1.1.1.1 -n 1 -w 2000 >NUL
    GOTO LOOP
    set your plugin for the
    ( quit 86400 )
    command
    Is it right?
     
  3. Put my plugin to oxide/plugins then go to oxide/config
    and open TimedExecute.json u will see
    Code:
    {
      "ShowTimedCommands": "true",
      "TimedCommands": [
        [
          "server.save",
          300
        ],
        [
          "say 'hello world'",
          600
        ]
      ]
    }
    for 24 hour restart it will be something like this
    Code:
    {
      "ShowTimedCommands": "true",
      "TimedCommands": [
        [
          "restart'",
          86400
        ]
      ]
    }
     
  4. Thank you!!
    [DOUBLEPOST=1431251823][/DOUBLEPOST]
    lol
    I do like this but Dedicated Server just like Command "qiut"
    It's not restart,The CMD Disappeared.
    I'm Must Start Dedicated Server by .bat Command.
     
  5. For my server hosted on gameservers works...
    i type restart it goes off and after 30secs its up
     
  6. I think use your plugin and this CMD.bat can do it:
    Code:
    :LOOP
    start /wait /b "" "RustDedicated.exe" -batchmode ..etc
    GOTO LOOP
    [DOUBLEPOST=1431259769][/DOUBLEPOST]
    Very good it is work will!!!
     
  7. If you are with gameservers hosting they have a function to restart every 24 hours. Also the console client "Rusty" you can code in timed commands, no need for a plugin
     
  8. Does anyone else find if they don't restart there server every 24 hours the RAM keeps increasing until it gets to 100%?