Updated SubCreator (markdown)

ME1312 2019-12-18 13:33:10 -05:00
parent 6faa747f31
commit 5728a88de5

@ -53,6 +53,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; `Executable` **[File Path/String]**: A command to execute or the path to a script to execute relative to the directory set above. This value can use the following variables in addition to the system's own:<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; **->** `java`: The full path of the current java executable<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; **->** `mode`: The build mode requested (`CREATE` or `UPDATE`)<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; **->** `name`: The name of the new server<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; **->** `host`: The name of the host that was selected<br>