Skip to content

Configure a Server

Doudou8 edited this page Aug 3, 2020 · 17 revisions
  1. Go to the <serverNetworkFolder>/config/servers folder
  2. 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
  3. Create a file named config.json in that folder
  4. 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 >