Restart not triggering after Oxide update

I've only just set this plugin up last week but today when Oxide updates have come out the plugin has not restarted the server.

I can only seem to get it to work on the Timers.

config

"Checks": {
"autoRebootCountDown": 5,
"checkIntervalMinutes": 10,
"currentDevblog": 0,
"currentOxideBuild": 4867,
"enableAutoChecks": true,
"enableAutoReboot": true,
"notifyOnlineAdmins": true

I had to restart my server myself.

my bat file is setup to backup, restart, check and update Rust if needed, check and update Oxide if needed and then start the server.

This works with the restart command.

I seem to be having the same issue no fix yet?
Nothing as of yet =(
I got mine working all ok not sure if you had the same issue as me now after all i was trying to test mine at a certain time with a 1 min timer that's why it wasn't working for me.
Mine works with timers and all that, just not when oxide has an update.
the oxide update does not start until the devblog update is out
but the devblog update does not work
i made my own version without devblog check

Moderator edit: Please do not post random versions of plugins in threads, thanks.

Hello all, I was wondering if anyone could assist me with an issue I'm having with this plugin.

First of all, manually starting the reboot process working fine, and it will show the timer I put, however the automatic reboot does not seem to be working. This is the code that is in the Config files as it stands.

{
  "Checks": {
    "autoRebootCountDown": 3,
    "checkIntervalMinutes": 5,
    "currentDevblog": 0,
    "currentOxideBuild": 4919,
    "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": false,
    "SimpleUI_FontSize": 30,
    "SimpleUI_HideTimer": 10,
    "SimpleUI_Left": 0.1,
    "SimpleUI_MaxHeight": 0.05,
    "SimpleUI_MaxWidth": 0.8,
    "SimpleUI_Top": 0.1
  },
  "Timers": {
    "RebootTimes": {
      "08:00": "45",
    },
    "useTimers": true
  }
}

The ""SimpleUI_Enable": false," is so that it will just show in chat how long until the reboot.

Does the server shut down at all? If so, it's working as intended. Your server will not automatically start back up again from anything on the server itself, you'd need an external tool or script for that.

It does not reboot at all, if I type in the command to make it manually reboot, it will start the countdown and reboot. But will not do so automatically.

discordUserkCQeY

It does not reboot at all, if I type in the command to make it manually reboot, it will start the countdown and reboot. But will not do so automatically.

I think you have to used timedexecute for it

Goldie

I think you have to used timedexecute for it

There's no reason to use both.

Hi there,
Auto restart seems to not be working for when an oxide update comes out? (This last force wipe) 
"[SmoothRestart] Your servers Oxide build is older then the current build '5057'" but nothing happens after that? 

+1 some 

Hi there,
Does anyone have the issue of SmoothRestarter not detecting oxide updates? 
It says my server didn't have the latest version but didn't actually stop the server?

@Wulf sorry for the double post I didn't even realize you merged it in, it said "This thread is stale. Please consider creating a new thread before replying to this one." 

Locked