thecoder-001 / MineColab

Run Minecraft Server on Google Colab.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

World not saving properly

afasda124 opened this issue · comments

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Run the scripts
  2. After a while the script stops.
  3. World has not saved everything
  4. World is glitched with some things being in the world and some things being destroyed.

Expected behavior
Things are expected to save properly after running.

Screenshots
image
Animals spawned in but fences surrounding them aren't.
image
Villagers are killed because space provided before hand hasn't loaded in

Minecraft server Version
1.17 vanilla

Mod/Datapack list
N/A

Additional context
Left script running maybe that is the problem, server must be manually shut down?. However server is still accessible after script stops running.

Seems to be a duplicate of #37. My best guess is google colab revokes drive access to the notebook right after stopping the script while the server keeps running in the background, preventing it to save anything permanently on the google drive.
Unfortunately there's no automated workaround to fix the issue other than as described in the above issue here and your conclusion to leave the script running.

Closing the issue for now.