Geoff Bourne

Results 1034 comments of Geoff Bourne

I'd say run it like a custom server https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/server-types/others/#custom. There's also a limbo type provided https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/server-types/others/#limbo

> would be nice if i could have velocity+limbo in one container That's not the point of containers.

Everything looks right with the container setup. Otherwise I don't think there's anything I can solve here. It might be something in particular with firewall or docker installation networking that...

I'll queue that up. Thanks but I already have multi-architecture image builds in other repos https://github.com/itzg/mc-router/blob/master/.goreleaser.yml The shared workflow imposes no constraint on that.

Perhaps I could add a `SKIP_CHOWN_DATA` conditional there like I have for itzg/minecraft-server. Then it will be consistently optional.

With https://github.com/itzg/mc-image-helper/pull/667 there is less noise, but some still remains: ``` bin/mc-image-helper resolve-minecraft-version latest WARNING: A restricted method in java.lang.System has been called WARNING: java.lang.System::loadLibrary has been called by io.netty.util.internal.NativeLibraryUtil...

I'm fine ignoring them until they get a fix out. And now that I read it, I see what you mean. I'll see if that command line option can be...

> Since the client ZIP already contains the mod files (in mods/) No, it doesn't. In rare cases mod files will be in an overrides subdirectory. You're probably getting confused...

Thanks for reporting this and providing all the info to investigate. I also didn't expect it to continue on a partial failure, so that's something I need to fix.

There seems to be a sporadic problem with CurseForge web API not responding with the file listing. I have been encountering this at times but can't yet reproduce it within...