From 7bb5cd75ec9a2f55f8eea4bdd23cbc8e86fbbd5d Mon Sep 17 00:00:00 2001 From: ME1312 Date: Mon, 6 Aug 2018 13:50:26 -0400 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configuration.md b/Configuration.md index bc84698..f12cdc3 100644 --- a/Configuration.md +++ b/Configuration.md @@ -60,7 +60,7 @@ Settings: `Settings` **[Object]**: Settings for the SubServers.Bungee add-on
    `Version` **[Version]** (System): Configuration version
    `Log-Creator` **[Boolean]**: Whether SubCreator should log the output of it's build scripts to console
-    `Override-Bungee-Commands` **[Boolean]** (Optional): Whether SubCreator should log the output of it's build scripts to console
+    `Override-Bungee-Commands` **[Boolean]** (Optional): Whether the default BungeeCord commands should be overridden by SubServers code
    `SubData` **[Object]**: Settings for the SubData Server
        `Address` **[Socket Address]**: Address for SubData to listen on (`0.0.0.0` to listen on all addresses)
        `Password` **[String]**: Password required for incoming connections
@@ -170,7 +170,7 @@ Settings: ``` `Settings` **[Object]**: Settings for the SubServers.Sync add-on
    `Version` **[Version]** (System): Configuration version
-    `Override-Bungee-Commands` **[Boolean]** (Optional): Whether SubCreator should log the output of it's build scripts to console
+    `Override-Bungee-Commands` **[Boolean]** (Optional): Whether the default BungeeCord commands should be overridden by SubServers code
    `SubData` **[Object]**: Settings to connect to SubData with
        `Name` **[String]** (Optional): The name that this proxy will be registered with. If this value is not present it will use the one from the RedisBungee configuration. If RedisBungee is not present then it will use a randomly generated UUID.
        `Address` **[Socket Address]**: The address to connect to the SubData Server with