SO the implementation I input was actually from someone else in the postings for that plug in. It was supposed to reload all oxide plugins when the server starts thats it. SO if I were to restart server it waits 5 min, the runs "Oxide.reload *"
But recently Ive noticed, its being doing this every 5 min... which could be contributing to my lag... Thanks for anyt advice:
TimedExecute.json:
{
"EnableInGameTime-Timer": true,
"EnableRealTime-Timer": true,
"EnableTimerOnce": true,
"EnableTimerRepeat": true,
"InGameTime-Timer": {
},
"RealTime-Timer": {
"18:00:00": "restart"
},
"TimerOnce": {
"oxide.reload *": 300
},
"TimerRepeat": {
}
}
Note: Mind you, this is ONLY suposed to hit once, when the server starts. Thats it. But somehow it continues every 5 min?