so i set the restart times in the config and set the option to true but when it came to the time for it to post the messages in chat nothing happend?
[DOUBLEPOST=1518596990][/DOUBLEPOST]here is my config
SmoothRestarter
Moved
Total Downloads: 5,594 - First Release: Apr 11, 2016 - Last Update: Dec 30, 2017
- 5/5, 22 likes
-
Attached Files:
-
-
@yozza
Have yo gave the permission for this Plugin?
And in your Config you have set
Code:"enableAutoReboot": false,
Code:"enableAutoReboot": true,
Hope it helps you. -
-
Have yo gave the permission for this Plugin?
And in your Config you have set
Code:"enableAutoReboot": false,
Code:"enableAutoReboot": true,
Hope it helps you.[/QUOTE]
nowhere is said about the resolution! where to read what kind of permission is needed? -
Read the Overview
The plugin contains only one simple command, which can be used either in game (requires admin or "smoothrestart.canrestart" permission). Or through the RCON console. -
-
But the Server restart function works. -
-
Devupdates will released MONTHLY, so u are not able to test it if there is not an Devblog update.
Maybe you can get old Files, make a Server with it and see if the plugin discover it and make so a restart.
If not you and we all have to wait till 1 March when the next Devupdate is out. -
-
can someone help me I want my server to restart at 7am,7pm,12am,12pm
"11:30": "30",
"06:30": "30",
"18:30": "30",
"23:30": "30" -
When I installed this plugin, I typed /srestart 1 into chat and everything seemed to work fine. I saw the countdown and then it closed the server window completely. IT KEEPS HAPPENING, why? I've used this before without issues. Could it be an issue with Rust Server Manager? I installed it using that, whereas last time I did it manually. Thank you.
EDIT: It seems to also happen when I type global.restart in RCON. No idea why this is happening. Any input would be greatly appreciated.
EDIT #2 (Solved) My RunDS .bat file needed "goto start" at the end.Last edited by a moderator: Mar 9, 2018 -
yes... you must only choose "auto restart" in the RustServerManager... this will add the "gotostart" command to your .bat -
I think this is the wrong address
http://api.steampowered.com/ISteamNews/GetNewsForApp/v0002/?appid=252490&count={countNews}&maxlength=1&format=json
I think should be
http://api.steampowered.com/ISteamNews/GetNewsForApp/v0002/?appid=252490
the plugin found the devblog but did not restart ...Last edited by a moderator: Mar 23, 2018 -
...complete deny!
>>
Code:http://api.steampowered.com/ISteamNews/GetNewsForApp/v0002/?appid=252490&count=1&maxlength=1&format=json
-
"Timers": {
"RebootTimes": {
"11:15": "45",
"23:30": "30"
What does the 2nd # represent? The 45 and 30 that is.
Thanks! -
-
Yeah I just saw it, my page didn't load all the way, wasn't about being lazy. I'm usually thorough on all mods. And passive aggressive isn't necessary either
I'm just asking a question, and you didn't know on my end it didn't load all the way. I was literally typing up "Nevermind, page didn't load all the way, finally read it all." But thank you!
-
Code:"Timers": { "RebootTimes": { "11:15": "45", //would restart at 12:00 with a countdown of 45 minutes "23:30": "30" // would restart at 00:00 with a countdown of 30 minutes }, "useTimers": false // needs to be enabled to use the automated timers }
-
Could you please add a feature to kick all players with message from lang file, instead of just quitting the server?