diff --git a/SubCreator.md b/SubCreator.md
index 604f0cc..cbcfc79 100644
--- a/SubCreator.md
+++ b/SubCreator.md
@@ -39,6 +39,7 @@ Template:
Require-Version: false
Can-Update: false
Update-Files: false
+ Update-Settings: false
Executable: 'bash build.sh'
Run-On-Finish: true
Settings:
@@ -59,6 +60,7 @@ Template:
`Require-Version` **[Boolean]**: Switches the `[Version]` field from optional to required
`Can-Update` **[Boolean]**: Signals that this template can update servers created by it
`Update-Files` **[Boolean]**: Replaces files that differ from the template files
+ `Update-Settings` **[Boolean]**: Replaces settings in `servers.yml` that differ from the template's settings
`Executable` **[File Path/String]**: A command to execute or the path to a script to execute.
`Run-On-Finish` **[Boolean]**: Whether this subserver will be started after SubCreator finishes
`Settings` **[Object]**: Sets the default options for the subserver. Any setting from the `Servers` section of the [main configuration](https://github.com/ME1312/SubServers-2/wiki/Configuration#subserversserversyml-global-configuration) is valid here. Additionally, you can use variables for this object's strings using this format: `$variable$`.