Save [Unmaintained]

Discussion in 'Plugin Support' started by Reneb, Nov 2, 2014.

  1. So if I will put server.saveinterval 10, it will save the server every 10 seconds?
     
  2. What about the loot of players?
     
  3. it's the same.
     
  4. Can you do an auto save ? from time to time ?
     
  5. Wulf

    Wulf Community Admin

  6. Does this plugin works on new versions?.. Thanks.
     
  7. Wulf

    Wulf Community Admin

    Should now.
     

    Attached Files:

  8. Thanks... One more question: when the server shutting down - will this plugin show to players message (about shuttdown) from this plugin? Thanks.
     
  9. Wulf

    Wulf Community Admin

    I don't see any messages in the code, so likely no.
     
  10. Thats bad :(

    Not this will give a message?
    Code:
    if(self.Config.forceSaveOnQuit) then
                print( self:SaveAll() )
                print("Server shutting down...")
     
  11. Wulf

    Wulf Community Admin

    That will print in the server log, not in the chat.
     
  12. Ah... Okay, thanks!
     
  13. 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.
     
  14. hey something like that should be made by another pplugin ;)
    this plugin was only made for manually saving the world ;)
     
  15. noted I will wait :)
     
  16. Reneb updated Save with a new update entry:

    C#

     
  17. No autosave every minute?
    UPD: Nevermind. I'm an idiot :D
     
    Last edited by a moderator: Feb 11, 2015
  18. ahaha
    no it's just a manual save that misses, the rest:
    autosave
    and save on quit,
    already exists.