mirror of
https://github.com/ME1312/SubServers-2.git
synced 2024-11-22 10:15:52 +01:00
Updated SubCreator (markdown)
parent
61e13d9f11
commit
6faa747f31
@ -48,7 +48,7 @@ Template:
|
||||
`Icon` **[Item]**: Set the item icon of this template<br>
|
||||
`Build` **[Object]**: SubCreator build options<br>
|
||||
`Import` **[Enum Value List]**: Import and run other templates by name<br>
|
||||
`Server-Type` **[Enum Value]**: Set which [ServerType](https://src.me1312.net/jenkins/job/SubServers%20Platform/javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Host/SubCreator.ServerType.html) this template will build<br>
|
||||
`Server-Type` **[Enum Value]**: Set which [ServerType](https://dev.me1312.net/jenkins/job/SubServers%20Platform/javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Host/SubCreator.ServerType.html) this template will build<br>
|
||||
`Use-Cache` **[Boolean]**: Creates and forwards a valid cache directory to the script when true<br>
|
||||
`Require-Version` **[Boolean]**: Switches the `[Version]` field from optional to required<br>
|
||||
`Can-Update` **[Boolean]**: Signals that this template can update servers created by it<br>
|
||||
@ -57,7 +57,7 @@ Template:
|
||||
**->** `name`: The name of the new server<br>
|
||||
**->** `host`: The name of the host that was selected<br>
|
||||
**->** `template`: The name of the template being used<br>
|
||||
**->** `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<br>
|
||||
**->** `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>
|
||||
**->** `version`: The minecraft version requested (may be empty)<br>
|
||||
**->** `sp_version`: The sponge build parsed by SubCreator (`FORGE` and `SPONGE` servers only)<br>
|
||||
**->** `mcf_version`: The forge build parsed by SubCreator (`FORGE` servers only)<br>
|
||||
@ -68,7 +68,7 @@ Template:
|
||||
`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>
|
||||
**->** `$name$`: The name of the new server<br>
|
||||
**->** `$template$`: The name of the template that was used<br>
|
||||
**->** `$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>
|
||||
**->** `$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>
|
||||
**->** `$version$`: The minecraft version requested<br>
|
||||
**->** `$address$`: The bind address of the host<br>
|
||||
**->** `$port$`: The port number of the new server<br>
|
||||
|
Loading…
Reference in New Issue
Block a user