Configure a Server - Samuel-Martineau/MC-Config-Controller GitHub Wiki

  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 >

⚠️ **GitHub.com Fallback** ⚠️