-
Notifications
You must be signed in to change notification settings - Fork 0
Configure a Server
Doudou8 edited this page Aug 3, 2020
·
17 revisions
- Go to the
<serverNetworkFolder>/config/servers
folder - Create a folder which name is the ID of the server you want to create. It must not contain capital letters, special characters or white spaces
- Create a file named
config.json
in that folder - Put the following snippet in the file you just created, but replace:
{
"name": "NAME",
"type": "TYPE",
"version": "VERSION",
"extends": [],
"keepFiles": [],
"removeFiles": [],
"variables": {}
}
Confused? See Example Server or FAQ
Something is still not clear? Create an issue!
MIT © Samuel-Martineau & Doudou8
- Arguments & Flags
- Configure a Template
- Liquid templating engine in configuration
- Options (Not optional)
- Schemas