thecoder-001 / MineColab

Run Minecraft Server on Google Colab.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto-Save Problem

opened this issue · comments

Hi, I am trying to enable auto-save because yesterday the server crashed and did some strange things to the saves. I found on the web that I have to edit paper.yml, I did but it still doesn't save. Is there a code snippet to implent in the main code that I can use?

same i am having the same problem

What did you change in paper.yml ?
You can try to change the value of autosave in bukkit.yml

ticks-per: 
   animal-spawns: 400
   monster-spawns: 1
   autosave: 6000 # change this to something lower

In paper.yml I changed the player-auto-save-rate from -1 to 3600 and I left auto-save-internal to -1. In bukkit I changed autosave to 3600. But does the autosave show up in the chat like when you /save-all or no?

Unfortunately, I don't know what exactly was going wrong and others seem to have no problems with it. It seems to more of a spogit/paper issue than of colab. Try to ask in their community once as they probably would have a better insight on whats going on.
Currently closing as stale. Feel free to reopen if the problem reoccurs or you are able to collect more info on the issue.