Scheduling a restart?Not An Issue
New to the forums also being an admin to any type of server related stuff. The first one is SmoothRestart. I'm trying to get it to execute a restart every so often. I was testing times, but it did not execute the RebootTimes. I did /srestart time and it rebooted in the time and announced it with a gui. Also... I don't know if it's a dumb question, but would I want to use this plug-in to do hourly restarts? 

{
"Checks": {
"autoRebootCountDown": 3,
"checkIntervalMinutes": 5,
"currentDevblog": 0,
"currentOxideBuild": 4531,
"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": true,
"SimpleUI_FontSize": 30,
"SimpleUI_HideTimer": 10,
"SimpleUI_Left": 0.1,
"SimpleUI_MaxHeight": 0.05,
"SimpleUI_MaxWidth": 0.8,
"SimpleUI_Top": 0.1
},
"Timers": {
"RebootTimes": {
"12:": "5",
"23:35": "5"
},
"useTimers": true
}
}​


The second one is NoEscape. I'm trying to enable Combat Block, but it's not working. Raid Block does work though.

"Combat": {
"Block": {
"damageTypes": [
"Bullet",
"Arrow",
"Blunt",
"Stab",
"Slash",
"Explosion",
"Heat",
"ElectricShock"
],
"duration": 180.0,
"enabled": true,
"notify": true
},
"BlockWhen": {
"giveDamage": {
"enabled": true,
"minCondition": 100.0,
"minDamage": 1.0
},

I have NTeleportation too and have this:

"Block Teleport (NoEscape)": true,


I've followed srtbulls YT videos as his (Which are great. He's helped with 80% of the plug-ins off the videos alone) and come across issues and I don't get it lol... Any help would be appreciated. I've been messing with these two plugins for hours and I'm getting frustrated with all this.

Any help would be greatly appreciated!
Restart once an hour is too much. A restart could take between 3 to 6 minutes depending on how many entities there are in your map. That is a downtime of almost 10%

Usually quiet servers restart once a day, active servers 2x a day. Maybe you could do 3x or 4x a day if this was absolutely necesarry, but I doubt it would be unless there is something seriously wrong with the server. More restarts is probably overkill and a pain in the ass for players.

Also for NoEscape you have to assign the permissions for the blocking type you want.
Goldie
Also for NoEscape you have to assign the permissions for the blocking type you want.

I forgot to mention, I have done the permissions as well with oxide.grant group default (what I need) noescape.combat.tpblock and it then says "oxide.grant group default granted" (along those lines). I then do a o.reload NoEscape and it doesn't work. I have it to where the victim and attacker values set to true, but nada. 

Also, thank you for answering everything else! :)

Locked automatically