Geoff Bourne

Results 719 comments of Geoff Bourne

Interesting concept. That looks like a **lot** of setup steps, but then I only skimmed their docs briefly. Is there a "public" instance running somewhere that I could develop against?

> The docs are far from accurate, but it seems that this is the only piece of software that allows you to manage modpacks easily, and most importantly invisible to...

> * Does not have the same notoriety / userbase as Technic (it seems). It's gaining fast. On the Discord server it's second to CurseForge 😀 > Also, does it...

Can you point me to examples of a Forge based Technic modpack and a Fabric one? [The documentation here](https://docs.solder.io/reference/zip-file-structure) is confusing to me where it sounds like the `mods/` may...

Conceptually that's a good idea and was also brought up here https://github.com/itzg/docker-minecraft-server/issues/2115#issuecomment-1542810309 It would be difficult to retrofit that into the existing design, but will park it here in case...

@nfroeschl that would be a great section for https://github.com/itzg/docker-minecraft-server/blob/master/docs/misc/examples.md if you want to PR that.

This is a reasonable request however it is actually quite difficult to implement. The image startup script exec's off to [mc-server-runner](https://github.com/itzg/mc-server-runner) which runs the server java process and intercepts exit...

BTW, if you haven't seen it already, here is the docs section with an example https://docker-minecraft-server.readthedocs.io/en/latest/configuration/interpolating/#patching-existing-files One solution, to avoid the chicken-and-egg problem, is to make use of the [`/config`...

It might be an issue with Purpur, but also be sure to re-pull the latest image since I have just made improvements to server properties unicode handling in the past...

...actually, changing that to ```yaml environment: EULA: true MOTD: "A §l§cMinecraft§r §nserver" TYPE: PURPUR ``` still renders fine. If you're still having issues, add `DUMP_SERVER_PROPERTIES: true` and provide the server...