From 096e7c01b0b31e3663a84ae76b79ae32c6f721dd Mon Sep 17 00:00:00 2001 From: ME1312 Date: Fri, 3 Jul 2020 17:23:30 -0400 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/Configuration.md b/Configuration.md index ca8201d..d78cdfa 100644 --- a/Configuration.md +++ b/Configuration.md @@ -57,8 +57,12 @@ This is the main configuration file for the SubServers platform. Other add-ons u ```yml Settings: Version: '00w00a' - Smart-Fallback: true Override-Bungee-Commands: true + Smart-Fallback: + Enabled: true + Fallback: true + Reconnect: true + DNS-Forward: true UPnP: Forward-Proxy: true Forward-SubData: false @@ -74,8 +78,12 @@ Settings: ``` `Settings` **[Object]**: Settings for the SubServers.Bungee add-on
    `Version` **[Version]** (System): Configuration version
-    `Smart-Fallback` **[Boolean]**: Enables the smart confidence-based server fallback system
    `Override-Bungee-Commands` **[Boolean]**: Whether the default BungeeCord commands should be overridden by SubServers code
+    `Smart-Fallback` **[Object]**: Settings for the smarter, confidence-based server fallback system
+        `Enabled` **[Boolean]**: Enables Smart-Fallback for when you join initially
+        `Fallback` **[Boolean]**: Reroutes you to a fallback server when the server you're on goes down
+        `Reconnect` **[Boolean]**: Saves the server you were last on (Requires the `reconnect_yaml` module)
+        `DNS-Forward` **[Boolean]**: Routes you based on the address that was entered (`pvp.me1312.net` -> `PvP`)
    `UPnP` **[Object]**: Automatic Port Forwarding Options
        `Forward-Proxy` **[Boolean]**: Whether or not to forward the proxy's listeners
        `Forward-SubData` **[Boolean]**: Whether or not to forward SubData
@@ -221,6 +229,11 @@ Settings: Settings: Version: '00w00a' Override-Bungee-Commands: true + Smart-Fallback: + Enabled: true + Fallback: true + Reconnect: true + DNS-Forward: true UPnP: Forward-Proxy: true SubData: @@ -231,6 +244,11 @@ Settings: `Settings` **[Object]**: Settings for the SubServers.Sync add-on
    `Version` **[Version]** (System): Configuration version
    `Override-Bungee-Commands` **[Boolean]** (Optional): Whether the default BungeeCord commands should be overridden by SubServers code
+    `Smart-Fallback` **[Object]**: Settings for the smarter, confidence-based server fallback system
+        `Enabled` **[Boolean]**: Enables Smart-Fallback for when you join initially
+        `Fallback` **[Boolean]**: Reroutes you to a fallback server when the server you're on goes down
+        `Reconnect` **[Boolean]**: Saves the server you were last on (Requires the `reconnect_yaml` module)
+        `DNS-Forward` **[Boolean]**: Routes you based on the address that was entered (`pvp.me1312.net` -> `PvP`)
    `UPnP` **[Object]**: Automatic Port Forwarding Options
        `Forward-Proxy` **[Boolean]**: Whether or not to forward the proxy's listeners
    `SubData` **[Object]**: Settings to connect to SubData with