-
Notifications
You must be signed in to change notification settings - Fork 0
Configure a Template
Doudou8 edited this page Aug 3, 2020
·
8 revisions
- Go to the
<serverNetworkFolder>/config/templates
folder - 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
- Go into that folder
- Create a file named
config.json
- 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": {}
}
- You can now use this template in the
extends
property in theconfig.json
file of your server
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