Geoff Bourne
Geoff Bourne
Great request. I have linked up an mc-image-helper issue ^ I also noted the tweak to allow for comma-less, whitespace splitting of the projects. That multi-line syntax is quite common...
I can't recreate this issue, as shown in my testing here: https://youtu.be/Tz8_OGvm09A I suspect your docker/k8s installation is not configured to pull the correct platform from the multi-architecture manifest.
I still am unable to recreate this issue using the following deployment on a Mac Apple silicon (aarch64): ```yaml apiVersion: apps/v1 kind: Deployment metadata: name: mc labels: app: mc spec:...
Crash reports need to be addressed by Mojang. This image only automates the startup of the server and has no involvement in ongoing execution.
I like the idea of a broader option, but am unsure if it should replace `REMOVE_OLD_MODS`. Other than being yet another variable, any problems you can see with having that...
That's an interesting idea. It would also need an enhancement on https://github.com/itzg/mc-server-runner especially to handle the shutdown. My only concern is that I wouldn't want to make any guarantees about...
I didn't know Spigot provided Forge plugins. Can you provide the links to the page of the resources you're trying?
CurseForge modpacks only support Forge and Fabric mod loaders, so running via that mechanism directly won't support Spigot/Paper plugins. Instead, I agree with the suggestion: use Magma server type. You'll...
I can't recreate this issue. (See logs below) Besides that, errors like `java.lang.NullPointerException: Cannot invoke "net.minecraft.class_3218.method_8621()" because "$$5" is null"` are very unlikely to be caused by the container's Java...
There's only so much of standard Docker instructions that can be included in the README and the README is already overwhelming. I'll give this one some thought though. While port...