So if I will put server.saveinterval 10, it will save the server every 10 seconds?
Save [Unmaintained]
Discussion in 'Plugin Support' started by Reneb, Nov 2, 2014.
-
Yes
-
-
it's the same.
-
Can you do an auto save ? from time to time ?
-
Wulf Community Admin
-
Does this plugin works on new versions?.. Thanks.
-
Wulf Community Admin
Attached Files:
-
-
-
Wulf Community Admin
-
Not this will give a message?
Code:if(self.Config.forceSaveOnQuit) then print( self:SaveAll() ) print("Server shutting down...")
-
Wulf Community Admin
-
-
Reneb updated Save with a new update entry:
update for latest oxide version
-
First of all, thanks for your plugins which makes the things more easier.
I am just wondering If you can little bit change plugin which we use in old rust legacy server.
As I remember essentials code was allowing to use restart command in legacy server
we were just type /restart 30 and it was sending auto message to the server "server gonna be restart in 30sec but dont worry nothing will be lost all will be saved etc" and then every 10sec it was sending same message to the server for inform players then, end of the count down plugin kick all players + save data/map then restart the server..
with one command we were doing perfect job.
I know that; experimental is not same as legacy and things not easy as old game but if you can develop your plugin with above spec this plugin will be used by all other servers I am sure about that.
Thanks in advance. -
hey something like that should be made by another pplugin
this plugin was only made for manually saving the world -
-
-
No autosave every minute?
UPD: Nevermind. I'm an idiotLast edited by a moderator: Feb 11, 2015 -
ahaha
no it's just a manual save that misses, the rest:
autosave
and save on quit,
already exists.