Solved How do I make my server auto-save

Discussion in 'Bukkit Help' started by Sweatyzana, Jan 6, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    Sweatyzana

    How do I make my server auto-save?
     
  2. Offline

    LaxWasHere

    Bukkit already "auto saves" your server.
     
  3. Offline

    JosephW1993

    To enable the CraftBukkit auto-save you must edit your Bukkit.yml file.

    More information can be found in the wiki at this address: http://wiki.bukkit.org/Bukkit.yml#autosave

    You can also use plugins which will do the same. http://plugins.bukkit.org/curseforge/#ti=Auto save&ta=all&au=&pno=0

    Only if you enable it to. The Bukkit default is to not auto-save.
     
  4. Offline

    Sweatyzana

    This is my Bukkit.yml, I can't find where it says autosave
    http://pastebin.com/2y3y205x

    ?

    SOLVED- Downloaded Autosave Plugin

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 8, 2016
  5. Offline

    Nightik

     
  6. Offline

    meganflips11

    Im at my auto save, and it was at 6000, does that mean 6000 seconds, minutes, 6000 what exactly???
     
  7. Sweatyzana you do not have to download any plugins to save your world. There are two ways to achieve that.

    Take a look at the /save-all which will save your server's world whenever it gets executed, and also, if you are using Essentials, you can setup a repeating task every minute or hour which will execute a command of your choice.

    From essentials:
    Code:
    backup:
      interval: 60
      command: 'save-all'
     
Thread Status:
Not open for further replies.

Share This Page