Updated SubCreator (markdown)

ME1312 2019-12-20 03:10:41 -05:00
parent 1f2870b7fc
commit fba41532db

@ -69,7 +69,7 @@ Template:
&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://dev.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>
&nbsp; &nbsp; &nbsp; &nbsp; **->** `$type$`: The [ServerType](https://dev.me1312.net/jenkins/job/SubServers%20Platform/javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Host/SubCreator.ServerType.html) the template will create<br>
&nbsp; &nbsp; &nbsp; &nbsp; **->** `$version$`: The minecraft version requested<br>
&nbsp; &nbsp; &nbsp; &nbsp; **->** `$address$`: The bind address of the host<br>
&nbsp; &nbsp; &nbsp; &nbsp; **->** `$port$`: The port number of the new server<br>