Downloading server - Samuel-Martineau/MC-Config-Controller GitHub Wiki
Each time you run the
config-controllerorconfig-controller.exefile to generate/regenerate the configuration for your server, all the files/folders in<serverNetworkFolder>/serversexcept the required server.jarfiles (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
- Go into your server forder where you put the
config-controllerfile - Run the
config-controllerfile with the--verboseor-vflag to enable verbose mode and theinstallor-iflag to install the actual servers in a terminal. This should look something like this:
./config-controller -v -i
- This should install all the server files and cache it/them to not download it/them again.
Windows
- Go into your server forder where you put the
config-controller.exefile - Run the
config-controller.exefile with the--verboseor-vflag to enable verbose mode and theinstallor-iflag to install the actual servers in the powershell. This should look something like this:
config-controller.exe -v -i
- This should install all the server files and cache it/them to not download it/them again.