Vault Hunters Server Config Sync
This mod solves the important task of synchronizing configuration files between the Vault Hunters server and all connected clients. It automatically ensures identical settings for all players, which is especially important for the proper functioning of the Vault Hunters mod.
How it works
The mod creates a special configuration file in the server world folder (/<world>/serverconfig/vault_hunters_sync_server_config.toml), where the administrator can specify which files from the configs/the_vault directory should be synchronized between all clients.
By default, the following files are included in synchronization:
syncConfigs = ["researches.json", "researches_groups.json", "researches_groups_styles.json", "researches_gui_styles.json"]
When a player disconnects from the server, their local configuration files are automatically restored to their original state.
Important requirement
For proper operation, the mod must be installed both on the server and on all clients connecting to the server.