From 4cbbda2e61b2fdcc83583fa1ea2912efe78c3647 Mon Sep 17 00:00:00 2001 From: ME1312 Date: Fri, 18 Jan 2019 19:26:15 -0500 Subject: [PATCH] Updated SubCreator (markdown) --- SubCreator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SubCreator.md b/SubCreator.md index 4af67b5..b6b860c 100644 --- a/SubCreator.md +++ b/SubCreator.md @@ -40,7 +40,7 @@ Template:     `Build` **[Object]**: SubCreator build options
        `Import` **[Enum Value]**: Import and run other templates by name
        `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
-        `Use-Cache` **[Boolean]**: Creates and forwards a valid cache directory to the build script when true
+        `Use-Cache` **[Boolean]**: Creates and forwards a valid cache directory to the script when true
        `Executable` **[File Path/String]**: A command to execute or the path to a script to execute relative to the directory set above. This value can use the following variables in addition to the system's own:
            **->** `name`: The name of the new server
            **->** `template`: The name of the template being used
@@ -51,7 +51,7 @@ Template:             **->** `address`: The bind address of the host
            **->** `port`: The port number of the new server
            **->** `cache`: The caching directory (only when `Use-Cache` is true)
-        `Run-On-Finish` **[Boolean]**: Whether this subserver will start automatically after SubCreator finishes
+        `Run-On-Finish` **[Boolean]**: Whether this subserver will be started after SubCreator finishes
    `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#subserversconfigyml-global-configuration) is valid here. Additionally, String values in this object can use the following variables:
        **->** `$name$`: The name of the new server
        **->** `$template$`: The name of the template that was used