docker-minecraft-server icon indicating copy to clipboard operation
docker-minecraft-server copied to clipboard

Add option to skip auto generated server.properties

Open miguelmoraesp opened this issue 3 years ago • 3 comments

Can I disable the auto generated files of image? I'm having problems with the auto server.properties with curseforge packs

miguelmoraesp avatar Nov 04 '21 00:11 miguelmoraesp

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?

itzg avatar Nov 04 '21 12:11 itzg

The pack in specific create a custom on the start script, but, the image properties always create first, without the custom world settings

miguelmoraesp avatar Nov 04 '21 16:11 miguelmoraesp

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

itzg avatar Nov 05 '21 13:11 itzg