Updated SubCreator (markdown)

ME1312 2020-08-19 21:18:03 -04:00
parent 56effa8f86
commit 169855a28d

@ -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:
&nbsp; &nbsp; &nbsp; &nbsp; `Require-Version` **[Boolean]**: Switches the `[Version]` field from optional to required<br>
&nbsp; &nbsp; &nbsp; &nbsp; `Can-Update` **[Boolean]**: Signals that this template can update servers created by it<br>
&nbsp; &nbsp; &nbsp; &nbsp; `Update-Files` **[Boolean]**: Replaces files that differ from the template files<br>
&nbsp; &nbsp; &nbsp; &nbsp; `Update-Settings` **[Boolean]**: Replaces settings in `servers.yml` that differ from the template's settings<br>
&nbsp; &nbsp; &nbsp; &nbsp; `Executable` **[File Path/String]**: A command to execute or the path to a script to execute.<br>
&nbsp; &nbsp; &nbsp; &nbsp; `Run-On-Finish` **[Boolean]**: Whether this subserver will be started after SubCreator finishes<br>
&nbsp; &nbsp; `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$`.<br><br>