Real time timers not workingBug

Hi, could someone help me out? For some reason Timed Execute do not restart server anymore, it used to do it every morning kindly and now all sudden it haven't done that. Timer repeat works, but not server restart. Can you tell me if i don't notice something now? This is how it have been and it have worked great earlier.

{
  "EnabledRealTime-Timer": true,
  "EnableTimerOnce": true,
  "EnableTimerRepeat": true,
  "RealTime-Timer": {
    "06:00:00": "say Automatic Server Restart in 1 Hour",
    "06:30:00": "say Automatic Server Restart in 30 mins",
    "06:45:00": "say Automatic Server Restart in 15 mins",
    "06:59:58": "say Please Log off Server Restarting!",
    "06:59:59": "save",
    "07:00:10": "restart 10"
  },
The restart command is just a glorified quit command, the server and plugins can't start it when it is shutdown.
I'm sorry, i'm afraid i don't understad. So i need to manually restart server every morning now? I can't make it to do it automatically anymore? Like it used to work with those lines earlier and now that RealTime-Timer messages don't show in chat and server do not restart automatically?
Plugins and the server can do a shutdown,  it it can't start the server.

i don't see any reason why the messages wouldn't show though.
I am sorry that i'm this huge pain in the ass now, it's just i don't understand why it don't work anymore, we have used this plugin for years and so far server have restarted at 7 am every morning :( And now it won't show any of those RealTime-Timer messages, don't do the save or restart. We also have TimerRepeat message and that one it shows still, it's only that RealTime part wich is not working :(
Did your server time change? Are you expecting the server to start itself? Are you using an external program or script to start the server again after shutdown?

No, server time haven't changed, I restarted it manually this morning when it didn't start itself and it says it's started at 7:00:43 AM. And yeah, i am expecting it to restart, not jsut shut down as that restart command should do. And as far as I know, no we are not using external program or script, just that restart command. W also use this plugin for these:
"TimerOnce": {
"o.reload EnhancedBanSystem": 600,
"hotairballoon.population 0": 600,
"minicopter.population 0": 600

and they do work as they have been working all time.

[Timed Execute] ran CMD: minicopter.population 0

(08:14:01) | hotairballoon.population: "0"

(08:14:01) | [Timed Execute] ran CMD: hotairballoon.population 0

(08:14:01) | [Timed Execute] ran CMD: o.reload EnhancedBanSystem

(08:14:04) | EnhancedBanSystem was compiled successfully in 2114ms

(those times are from my timezone since it's copy-pasted from RustAdmin)

I am again really sorry if any of this makes no sense. It's just we've used this for really long time for morning restart and turning PVP days on with it too, those commands we do add on that TimerOnce part and they work well but it just don't do that save and restart commands and don't show any of those Automatic Server Restart messages. Like nothing in that RealTime-Timer part seems not to work and i have no clue why.

Yeah, it wouldn't be related to this plugin then. Rust has never had the ability to start itself. The restart command in Rust is just the quit command with a warning message. You'd have to have an external program or script that starts the server when it detects a shutdown.
Ok, thak you for your patience with me, i'll keep exploring then where we have this issue :)

Merged post

But what i don't get is that it doesn't say any of those lines either in that RealTime-Timer or save or close the server, it does none of those.
It would be odd that it isn't saying the messages, so it makes it sound like the commands aren't being ran at all there... but you implied that it did shut down the server, as you had to start the server manually, which makes it sound like the restart command did indeed work.
I'm sorry, english is not my first language and maybe I can't say it right, but no :( The issue really is that that Real-Time-Timer do not run anything, not messages or that save or restart or shut it down, on our host end there must be that external program or script to start the server again after shutdown since it's been working automatically so far. But for some reason i see none of those Real-Time_Timer part in console, all the rest parts work normally.
What timezone is your server's machine set to?
Hi. We are running the same server with morg and imma hop in to this conv too :D

The problem is that timed execute is not doing the shutdown. Server should start up by itself after shutdown, but we are not expecting the plugin to start it. Only to save and quit.

Ps. Server located in France
Try use "global.restart 10" instead "restart 10"
Tried so much time for real timers to work but no luck. If this is a bug please fix it.

{
  "EnableInGameTime-Timer": true,
  "EnableRealTime-Timer": true,
  "EnableTimerOnce": true,
  "EnableTimerRepeat": true,
  "InGameTime-Timer": {
    "01:00": "weather rain",
    "12:00": "command 1",
    "15:00": "command 2"
  },
  "RealTime-Timer": {
    "24:36:00": "say hi"
  },
  "TimerOnce": {
    "command1 'msg'": 60,
    "command2 'msg'": 120,
    "command3 arg": 180,
    "reset.timeronce": 181
  },
  "TimerRepeat": {
    "command1 arg": 300,
    "command2 'msg'": 300
  }
}​