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