mirror of
https://github.com/ME1312/SubServers-2.git
synced 2024-11-22 10:15:52 +01:00
Updated SubCreator (markdown)
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>
|
||||
`Import` - Import other templates by name<br>
|
||||
`Server-Type` - Sets the [ServerType](https://src.me1312.net/jenkins/job/SubServers%20Platform/javadoc/SubServers.Bungee/)<br>
|
||||
`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>
|
||||
`Use-Cache` - Creates and forwards a valid cache directory to the build script when true<br>
|
||||
`Shell-Location` - File path for launching a build script<br>
|
||||
`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>
|
||||
|
Loading…
Reference in New Issue
Block a user