itzg/docker-minecraft-server

Add REMOVE_OLD_CONFIGS

Open

#3,883 创建于 2026年1月24日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)Shell (1,858 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (13,694 star)
PR 合并指标
 (平均合并 15小时 10分钟) (30 天内合并 32 个 PR)

描述

Enhancement Type

Improve an existing feature

Describe the enhancement

It would be awesome if you could implement env var REMOVE_OLD_CONFIGS.

Aim is to delete/cleanup all files in config folder on server boot before it downloads the modpack.

Why do I need this?

Because some mod authors have designed their mod configs badly and have put client and server configurations in single file. Due to that, so that every modpack update wouldn't override client's custom settings, I've moved some of those settings to defaultoptions configs (which are only copied using some specific mods when the file doesn't already exist).

贡献者指南