Downloading server - Samuel-Martineau/MC-Config-Controller GitHub Wiki
Each time you run the
config-controller
orconfig-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
- Go into your server forder where you put the
config-controller
file - Run the
config-controller
file with the--verbose
or-v
flag to enable verbose mode and theinstall
or-i
flag 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.exe
file - Run the
config-controller.exe
file with the--verbose
or-v
flag to enable verbose mode and theinstall
or-i
flag 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.