Geoff Bourne

Results 719 comments of Geoff Bourne

I'll certainly get it added especially since it should be easy to "port" into mc-image-helper.

If there's a pre-existing one, then it skips modifying it. Would that help or do you need it to avoid creating one itself?

`SKIP_SERVER_PROPERTIES` has now been added to all the image variants. Documentation was added to https://github.com/itzg/docker-minecraft-server#server-configuration

You might need to instead use it as a `GENERIC_PACK` such as https://github.com/itzg/docker-minecraft-server/blob/master/examples/docker-compose-generic-pack-atm7.yml

@TerminalFault how did you determine it wasn't updating the EULA?

Well, that's annoying the Eula is bundled and overwriting. Maybe that could be excluded by the unzip operation.

@Morr-valir when using `GENERIC_PACK` also be sure to change `TYPE` to "FORGE", etc.

@Morr-valir it doesn't matter if the modpack comes from CurseForge. When using GENERIC_PACK you **must** set TYPE to the specific server type along with VERSION. For example, if it's a...

> Well, that's annoying the Eula is bundled and overwriting. > > Maybe that could be excluded by the unzip operation. Thinking about this more, while talking with @TerminalFault ,...

That certainly looks interesting. I'll queue this up.