[m]`db_arcane submitted a new resource:
SchedShutdown - Have your server shutdown at the same time each day.
Read more about this resource...
SchedShutdown [Unmaintained]
Discussion in 'Plugin Support' started by [m]`db_arcane, Jul 24, 2015.
-
If someone needs a restarter u can use this little autoit programm
Source :
Code:#Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_Icon=favicon.ico #AutoIt3Wrapper_Outfile_x64=Restarter.exe #AutoIt3Wrapper_UseX64=y #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** #Region #EndRegion$tick = 20 $executeable = IniRead("restarter.ini", "Config", "Executeable", "RustDedicated.exe") $startbat = IniRead("restarter.ini", "Config", "Startbat", "StartServer.bat")While 1 If NOT ProcessExists($executeable) Then Run($startbat) Sleep($tick * 100) WEnd
Just put it to your rust server mainfolder and edit the restart.ini then start while server is not running -
Nice! Thanks.
Possible to set multiple Shutdown times? -
i dont think so
-
The plugin just off the server, and restarting? Or just turn off?
-
Wulf Community Admin
-
-
im using http://oxidemod.org/plugins/timedexecute.919/updates
here's my config for server restart every 6hours
Code:{ "ConfigCode": "1", "EnableTimerOnceCommands": "true", "EnableTimerRepeatCommands": "true", "OnceCommands": [ { "command": "say 'Server <color=orange>AUTOMATIC</color> Restart in 6 hours!'", "seconds": 350 }, { "command": "say 'Server <color=orange>AUTOMATIC</color> Restart in 5 hours!'", "seconds": 3600 }, { "command": "say 'Server <color=orange>AUTOMATIC</color> Restart in 4 hours!'", "seconds": 7550 }, { "command": "say 'Server <color=orange>AUTOMATIC</color> Restart in 3 hours!'", "seconds": 11150 }, { "command": "say 'Server <color=orange>AUTOMATIC</color> Restart in 2 hours!'", "seconds": 14750 }, { "command": "say 'Server <color=orange>AUTOMATIC</color> Restart in 1 hour!'", "seconds": 18350 }, { "command": "say 'Server <color=orange>AUTOMATIC</color> Restart in 30 minutes!'", "seconds": 20150 }, { "command": "say 'Server <color=orange>AUTOMATIC</color> Restart in 15 minutes!'", "seconds": 21050 }, { "command": "say 'Server <color=orange>AUTOMATIC</color> Restart in 5 minutes!'", "seconds": 21400 }, { "command": "server.save", "seconds": 21750 }, { "command": "say 'Server is Restarting <color=red>NOW</color>!!!'", "seconds": 21751 }, { "command": "restart", "seconds": 21752 }, { "command": "reset.oncetimer", "seconds": 21753 } ], "RepeaterCommands": [ { "command": "server.save", "seconds": 300 } ] }
-
-
-
[m]`db_arcane updated SchedShutdown with a new update entry:
1.1.2
-
It's a good idea this plugin, but I rather use the TimedExecute plugin so I get a server restart instead of just a shutdown.
If you add a so the plugin can execute a restart instead of a shutdown, I might consider use this instead. -
is it possible u could make this run the save.all command just before the restart so server does not roll bak
-
[DOUBLEPOST=1440124034][/DOUBLEPOST] -
So if i put this to restart 6 hours from now 9:45 EST = Restart in 6 hours = 07:45:00 UTC
Do i have to change the time everytime i want it to restart again in 6 hours, so lets say it restarts now at 9:45 EST, i want it to restart again in 6 hours, would i have to change it or no? -
If you want to restart every 6 hours, the best script to use is the TimedExecute plugin, which is designed to fire off commands every so many seconds/minutes/hours. -
Some questions please:
1. this does a RESTART with 60s countdown correct?
2. if so, does restart save map/user data before it shuts down? nothing worse then upset players!
3. if I want 4am CST (GMT-6) what is that in UTC? would it be 22:00:00? -
Wulf Community Admin
-
thanks -
Hello,
Both tools are not working (Schedshutdown + timedexecute)
When my server loads i receive an error ( see photo )
Can anyone tell me what i did wrong ? I copied Foxxi his data to the timedexecute.cg
Thanks in advanceAttached Files:
-