Updated SubCreator (markdown)

ME1312 2019-10-19 20:02:51 -04:00
parent f7118372d5
commit ef04605725

@ -65,7 +65,7 @@ Template:
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; **->** `port`: The port number of the new server<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; **->** `cache`: The caching directory (only when `Use-Cache` is true)<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#subserversconfigyml-global-configuration) is valid here. Additionally, String values in this object can use the following variables:<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, String values in this object can use the following variables:<br>
&nbsp; &nbsp; &nbsp; &nbsp; **->** `$name$`: The name of the new server<br>
&nbsp; &nbsp; &nbsp; &nbsp; **->** `$template$`: The name of the template that was used<br>
&nbsp; &nbsp; &nbsp; &nbsp; **->** `$type$`: The [ServerType](https://src.me1312.net/jenkins/job/SubServers%20Platform/javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Host/SubCreator.ServerType.html) the template will create) the template created<br>