Downloading server - Samuel-Martineau/MC-Config-Controller GitHub Wiki

Each time you run the config-controller or config-controller.exe file to generate/regenerate the configuration for your server, all the files/folders in <serverNetworkFolder>/servers except the required server .jar files (which you will be downloading in this step) will be deleted. Make sure there is nothing important in <serverNetworkFolder>/servers. If you have already configured files, we suggest doing a backup first.

Linux & MacOS

  1. Go into your server forder where you put the config-controller file
  2. Run the config-controller file with the --verbose or -v flag to enable verbose mode and the install or -i flag to install the actual servers in a terminal. This should look something like this:
./config-controller -v -i
  1. This should install all the server files and cache it/them to not download it/them again.

Windows

  1. Go into your server forder where you put the config-controller.exe file
  2. Run the config-controller.exe file with the --verbose or -v flag to enable verbose mode and the install or -i flag to install the actual servers in the powershell. This should look something like this:
config-controller.exe -v -i
  1. This should install all the server files and cache it/them to not download it/them again.

< Previous Step     Next Step >