Updated SubCreator (markdown)

ME1312 2018-01-24 17:28:25 -05:00
parent 92f9d24007
commit 6e5808c06a

@ -25,6 +25,7 @@ Template:
Import:
- OtherTemplate
Server-Type: 'Custom'
Run-On-Finish: true
Shell-Location: 'build.sh'
Permission: '+x'
Settings:
@ -38,6 +39,7 @@ All values are Optional. This is what each one does:<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 server type (used in generating files)<br>
&nbsp;&nbsp;&nbsp;&nbsp;`Run-On-Finish` - Sets if the server will be run once SubCreator is finished<br>
&nbsp;&nbsp;&nbsp;&nbsp;`Shell-Location` - Launch a build script<br>
&nbsp;&nbsp;&nbsp;&nbsp;`Permission` Permission to give build script after copy (requires `Shell-Location`)<br>
`Settings` - Sets the server's default options once the SubCreator is finished. Additionally, this group's strings can use these variables: `$name$`, `$template$`, `$type$`, `$version$`, and `$port$`<br><br>