It's a common practice for server owners to keep a server (including modpack, libraries, configs etc.) in a git repo because of various of reasons: speed up team work, simplify deploy process and more. For now, the mod stores its config in world/.git/config that require an admin t to manually setup backup config on each deploy.
Problem to solve
Makes it possible to setup backup config without join the server or use its console.
Proposal description
It's a common practice for server owners to keep a server (including modpack, libraries, configs etc.) in a git repo because of various of reasons: speed up team work, simplify deploy process and more. For now, the mod stores its config in
world/.git/config
that require an admin t to manually setup backup config on each deploy.Problem to solve
Makes it possible to setup backup config without join the server or use its console.
Ways to implement
1) Move config to
world/serverconfig
Additional details / screenshots