From 6e5808c06addf1b1983fbc9123a6de955339a0b5 Mon Sep 17 00:00:00 2001 From: ME1312 Date: Wed, 24 Jan 2018 17:28:25 -0500 Subject: [PATCH] Updated SubCreator (markdown) --- SubCreator.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SubCreator.md b/SubCreator.md index 48be35c..0658db7 100644 --- a/SubCreator.md +++ b/SubCreator.md @@ -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:
`Build` - Sets build options for SubCreator
    `Import` - Import other templates by name
    `Server-Type` - Sets the server type (used in generating files)
+    `Run-On-Finish` - Sets if the server will be run once SubCreator is finished
    `Shell-Location` - Launch a build script
    `Permission` Permission to give build script after copy (requires `Shell-Location`)
`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$`

\ No newline at end of file