- 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
with the name of the server (you can use capital letters, special characters or white spaces)
-
TYPE
with the type of server you want to create (either paper, waterfall or forge)
-
VERSION
with the wanted Minecraft version
{
"name": "NAME",
"type": "TYPE",
"version": "VERSION",
"extends": [],
"keepFiles": [],
"removeFiles": [],
"variables": {}
}
< Previous Step
Next Step >