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