Updated SubCreator (markdown)

ME1312 2019-01-14 10:36:06 -05:00
parent d00a0b5fc2
commit 4f7425f30a

@ -39,7 +39,7 @@ All values are Optional. This is what each one does:<br>
`Icon` - Sets the Item Icon for various interfaces<br>
`Build` - Sets build options for SubCreator<br>
&nbsp;&nbsp;&nbsp;&nbsp;`Import` - Import other templates by name<br>
&nbsp;&nbsp;&nbsp;&nbsp;`Server-Type` - Sets the [ServerType](https://src.me1312.net/jenkins/job/SubServers%20Platform/javadoc/SubServers.Bungee/)<br>
&nbsp;&nbsp;&nbsp;&nbsp;`Server-Type` - Sets the [ServerType](https://src.me1312.net/jenkins/job/SubServers%20Platform/javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Host/SubCreator.ServerType.html)<br>
&nbsp;&nbsp;&nbsp;&nbsp;`Use-Cache` - Creates and forwards a valid cache directory to the build script when true<br>
&nbsp;&nbsp;&nbsp;&nbsp;`Shell-Location` - File path for launching a build script<br>
&nbsp;&nbsp;&nbsp;&nbsp;`Permission` Permission to give that build script after copy (requires `Shell-Location`)<br>
@ -50,7 +50,7 @@ __build.sh__:<br>
This is an optional build script defined by `Shell-Location` in `template.yml`. This script uses bash as it's interpreter, even on windows. You can use the following environment variables available for server creation in addition to the system's own:<br>
`name` - The name of the server as requested by the user<br>
`template` - The name of the template being used<br>
`type` - The [ServerType](https://src.me1312.net/jenkins/job/SubServers%20Platform/javadoc/SubServers.Bungee/) this script is building<br>
`type` - The [ServerType](https://src.me1312.net/jenkins/job/SubServers%20Platform/javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Host/SubCreator.ServerType.html) this script is building<br>
`version` - The minecraft version as requested by the user<br>
`sp_version` - The sponge build version parsed by the creator (FORGE and SPONGE servers only)<br>
`mcf_version` - The forge build version parsed by the creator (FORGE servers only)<br>