Hello i would like to use that plugin only for restarting server lets say every morning about 6.30, so is there a way to disable all other functions? or do you have idea how its easiest to do. My .bat is restarting server automatically, so only thing i need is that timed command 24h or clock. i can set up notification other way. i can restart my server manually on week, but i would like to sleep Saturday and Sunday morningThanks!
TimedExecute [Unmaintained]
Discussion in 'Plugin Support' started by PaiN, Apr 7, 2015.
-
-
Whats wrong with it? I want my server restart every 8 hour
Attached Files:
-
-
-
[Oxide] 23:16 [Info] [Timed Execute] Timer-Once is OFF
[Oxide] 23:16 [Info] [Timed Execute] Timer-Repeat is OFF
[Oxide] 23:16 [Info] [Timed Execute] RealTime-Timer is OFF -
-
"EnabledRealTime-Timer": true,
"EnableTimerOnce": true,
"EnableTimerRepeat": true,
"RealTime-Timer": {
"16:00:00": "say 'The gate for the event is open!'",
"16:30:00": "say 'The gate for the event just closed'",
"17:00:00": "say 'Restart in 1 HOUR'",
"18:00:00": "say 'The server is restarting NOW.'"
},
"TimerOnce": {
"reset.oncetimer": 181,
"say 'Dont forget to like our fanpage!'": 60,
"say 'Follow us on Twitter!'": 120,
"say 'You can donate via PayPal!'": 180
},
"TimerRepeat": {
"event.run": 300,
"server.save": 300
}
} -
To restart ever 8 hours just simply add a new command in the TimerRepeat or edit a current one and put the 8hours in seconds. -
chat commads plz!
-
-
So I want to implementations an automatic timer to this plugin! -
Why is this not working ?
Code:{ "EnabledRealTime-Timer": true, "EnableTimerOnce": false, "EnableTimerRepeat": true, "RealTime-Timer": { "22:00:00": "say 'Restart in 3 HOURS'", "23:20:00": "say 'Restart in 2 HOURS'", "00:00:00": "say 'Restart in 1 HOUR'", "00:30:00": "say 'Restart in 30 Minutes'", "00:45:00": "say 'Restart in 15 Minutes'", "00:50:00": "say 'Restart in 10 Minutes'", "00:55:00": "say 'Restart in 5 Minutes'", "01:00:00": "say 'The server is restarting NOW.'", "01:00:00": "server.save", "01:00:00": "global.restart", "04:00:00": "say 'Restart in 3 HOURS'", "05:00:00": "say 'Restart in 2 HOURS'", "06:00:00": "say 'Restart in 1 HOUR'", "06:30:00": "say 'Restart in 30 Minutes'", "06:45:00": "say 'Restart in 15 Minutes'", "06:50:00": "say 'Restart in 10 Minutes'", "06:55:00": "say 'Restart in 5 Minutes'", "07:00:00": "say 'The server is restarting NOW.'", "07:00:00": "server.save", "07:00:00": "global.restart", "10:00:00": "say 'Restart in 3 HOURS'", "11:00:00": "say 'Restart in 2 HOURS'", "12:00:00": "say 'Restart in 1 HOUR'", "12:30:00": "say 'Restart in 30 Minutes'", "12:45:00": "say 'Restart in 15 Minutes'", "12:50:00": "say 'Restart in 10 Minutes'", "12:55:00": "say 'Restart in 5 Minutes'", "13:00:00": "say 'The server is restarting NOW.'", "13:00:00": "server.save", "13:00:00": "global.restart", "16:00:00": "say 'Restart in 3 HOURS'", "17:00:00": "say 'Restart in 2 HOURS'", "18:00:00": "say 'Restart in 1 HOUR'", "18:30:00": "say 'Restart in 30 Minutes'", "18:45:00": "say 'Restart in 15 Minutes'", "18:50:00": "say 'Restart in 10 Minutes'", "18:55:00": "say 'Restart in 5 Minutes'", "19:00:00": "say 'The server is restarting NOW.'", "19:00:00": "server.save", "19:00:00": "global.restart", }, "TimerOnce": { "reset.oncetimer": 181, "say 'Dont forget to like our fanpage!'": 60, "say 'Follow us on Twitter!'": 120, "say 'You can donate via PayPal!'": 180 }, "TimerRepeat": { "heli.call": 60, "massdrop.25": 60, "event.run": 300, "server.save": 300 } }
Last edited by a moderator: Apr 6, 2016 -
-
-
About you.. just request console commands from the author of Announcement GUI -
-
is the timer repeat in seconds or minutes? i've put 1800 for seconds lol
-
-
now work in my server
Attached Files:
Last edited by a moderator: Mar 23, 2016 -