Skip to content

Configure a Template

Doudou8 edited this page Aug 3, 2020 · 8 revisions
  1. Go to the <serverNetworkFolder>/config/templates folder
  2. Create a folder which name is the ID of the template you want to create. It must not contain capital letters, special characters or white spaces
  3. Go into that folder
  4. Create a file named config.json
  5. Put the following snippet in the file you just created, but replace NAME with the name of the template:
{
  "name": "NAME",
  "extends": [],
  "keepFiles": [],
  "removeFiles": [],
  "variables": {}
}
  1. You can now use this template in the extends property in the config.json file of your server