Geoff Bourne

Results 725 comments of Geoff Bourne

Try switching to https://docker-minecraft-server.readthedocs.io/en/latest/misc/examples/#bedrock-compatible-server

I finally thought of something can be done in mc-server-runner: - introduce a new option, call it something like "health check" - introduce a new option, call it "health timeout...

Thanks for info. It's a decent modification but I don't like that it puts mc-server-runner in the background. It is supposed end up as PID 1 and that change defeats...

That'll be a bedrock bug and nothing specific to this image.

That seems reasonable as an opt-in feature. I'd say it could do it always but people might have very large world data that would blow out volume space unexpectedly.

Cool. Yes an environment variable is what I'm thinking. Name I can think so far is `UPGRADE_BACKUP_WORLD_DATA`. As far as archive/compress, maybe that could be another variable like `UPGRADE_BACKUP_ARCHIVE`. Compression...

Yep, let's close this as done!

Looks like it could pick off the `name` from [this response](https://spiget.org/documentation/#!/resources/get_resources_resource_versions_latest) called at https://github.com/itzg/docker-minecraft-server/blob/c46890f9b1c5dc43fb94cd93ff482da7d77f300b/scripts/start-spiget#L55

Probably best to use a plugin like https://spark.lucko.me/

Thanks for writing this up! Here's my initial/random thoughts reading through this: In "Minecraft" block > Add recovery mechanisms can you expand on any initial ideas? In "MinecraftNetwork", > Should...