Create a Server Network Structure - Samuel-Martineau/MC-Config-Controller GitHub Wiki

If at any point during the Quick Start you are confused, you can refer to the Example Server

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 in terminal. This should look something like this:
./config-controller -v
  1. This should generate a folder structure like this:
.
├── cache/
├── config/
│   ├── servers/
│   ├── templates/
│   └── variables.json
├── config-controller
└── servers/

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 in powershell. This should look something like this:
config-controller.exe -v
  1. This should generate a folder structure like this:
.
├── cache/
├── config/
│   ├── servers/
│   ├── templates/
│   └── variables.json
├── config-controller
└── servers/

< Previous Step     Next Step >