Hi Joe,
I have tried to implement some of the things mentioned in threads related to Restart Server. I'm still doing it the wrong way since it won't work.
I have done test and announce successfully so i am fairly certain the plugin is loaded correctly. In addition to Oxide.Reload I have tried restarting the server.
When I use /guia nextrestart I get the message "A Restart has not be scheduled". When I use /guia suspendrestart i get a similar message. I also do not get notifications of a restart nor an actual restart. Yes I know it is really a stop. I have an Event trigger on my server to backup and start in the event of a shutdown.
Here is the section of related json with the change you mentioned to khan. Yes I am using the latest version of the plugin.
"Public Restart Announcements": {
"Enabled":true,
"Announce With Time Left (HH:MM:SS)": [
"12:00:00",
"11:00:00",
"10:00:00",
"09:00:00",
"08:00:00",
"07:00:00",
"06:00:00",
"05:00:00",
"04:00:00",
"03:00:00",
"02:00:00",
"01:00:00",
"00:45:00",
"00:30:00",
"00:15:00",
"00:05:00"
],
"Banner Color": "Grey",
"Cancelled Scheduled Restart Text": "The restart in {time} has been cancelled.",
"Enabled": true,
"Restart Announcement Text": "Restarting in {time}",
"Restart At (HH:MM:SS)": [
"05:00:00",
"23:00:00"
],
"Restart My Server": true,
"Suspended Restart Text": "The restart in {time} has been suspended.",
"Text Color": "White"
},
"Third Party Plugin Support": {
"Do Not Overlay LustyMap": false,
"LustyMap Position (Left/Right)": "Left"
}I have tried it with and without the section "Announce with Time Left ....
Thank you for taking the time to look at this.