Cannot get real time timer to work
{
  "EnableInGameTime-Timer": false,
  "EnableRealTime-Timer": true,
  "EnableTimerOnce": false,
  "EnableTimerRepeat": true,
  "InGameTime-Timer": {},
  "RealTime-Timer": {
    "22:38:00": "o.reload Skins",
    "23:38:00": "o.reload BetterChat",
    "00:38:00": "o.reload Clans",
    "21:38:00": "o.reload Vanish"
  }
}

Along with this error

Tried doing this an it was 10:35 PM when I uploaded it and not one worked

Failed to call hook 'OnServerInitialized' on plugin 'TimedExecute v0.7.4' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.TimedExecute+Timers.RunTimer (Oxide.Plugins.TimedExecute+Types type) [0x00140] in <1dde53f0236a4ef7a638bc7aa5a7b368>:0
  at Oxide.Plugins.TimedExecute+Timers.RunAll () [0x00066] in <1dde53f0236a4ef7a638bc7aa5a7b368>:0
  at Oxide.Plugins.TimedExecute.OnServerInitialized () [0x00006] in <1dde53f0236a4ef7a638bc7aa5a7b368>:0
  at Oxide.Plugins.TimedExecute.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00035] in <1dde53f0236a4ef7a638bc7aa5a7b368>:0
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <80b90e8213db44b29ec2d4111764172c>:0
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0

 

The o.reload was just a test so I could watch the RCON and see what one worked

Your config file is missing two timers, Timer Once & Timer Repeat.

ok follow up can this be used for auto restart? I thought you could from videos but the tool makes it seem like it cant

HighestHITMAN

ok follow up can this be used for auto restart? I thought you could from videos but the tool makes it seem like it cant

Plugins can only shut down a server, not start it. Same applies to the Rust server itself.

But cant I have the plugin do a command like "restart 60" so in seconds it does that command? 

HighestHITMAN

But cant I have the plugin do a command like "restart 60" so in seconds it does that command? 

That is simply a quit/shutdown command with a timer, it does not actually restart.

I get that but the plugin doesnt run it

Did you add the missing sections?

Yes this is what I have now, I had them named different things to test and verify what ones were running and the only one that did run was ""TimerRepeat" section. No others attempted or prompted even an error

{
  "EnableInGameTime-Timer": true,
  "EnableRealTime-Timer": true,
  "EnableTimerOnce": true,
  "EnableTimerRepeat": true,
  "InGameTime-Timer": {
    "2:20": "weather rain",
    "13:20": "o.reload Build",
    "14:20": "o.reload AutoDoors"
  },
  "RealTime-Timer": {
    "13:51:00": "o.reload Skins",
    "14:51:00": "o.reload BetterChat",
    "15:51:00": "o.reload Clans",
    "16:51:00": "o.reload Vanish"
  },
  "TimerOnce": {
    "save'": 600,
    "command2 'msg'": 120,
    "command3 arg": 180,
    "reset.timeronce": 181
  },
  "TimerRepeat": {
    "o.reload InfoPanel": 300,
    "o.reload Welcomer": 600
  }
}
Go0ePa8S2poB3OZ.jpg Wulf
Plugins can only shut down a server, not start it. Same applies to the Rust server itself.

Not entirely sure if it's just the Pterodactyl panel but when I run the restart command it shuts the server down and brings it back up without any assistance 

UgyKSO5OUzlOUNP.jpg Tryhard

Not entirely sure if it's just the Pterodactyl panel but when I run the restart command it shuts the server down and brings it back up without any assistance 

Yes, that would be the panel.