Updated Configuration (markdown)

ME1312 2018-08-06 13:50:26 -04:00
parent 0c5b616954
commit 7bb5cd75ec

@ -60,7 +60,7 @@ Settings:
`Settings` **[Object]**: Settings for the SubServers.Bungee add-on<br>
&nbsp; &nbsp; `Version` **[Version]** (System): Configuration version<br>
&nbsp; &nbsp; `Log-Creator` **[Boolean]**: Whether SubCreator should log the output of it's build scripts to console<br>
&nbsp; &nbsp; `Override-Bungee-Commands` **[Boolean]** (Optional): Whether SubCreator should log the output of it's build scripts to console<br>
&nbsp; &nbsp; `Override-Bungee-Commands` **[Boolean]** (Optional): Whether the default BungeeCord commands should be overridden by SubServers code<br>
&nbsp; &nbsp; `SubData` **[Object]**: Settings for the SubData Server<br>
&nbsp; &nbsp; &nbsp; &nbsp; `Address` **[Socket Address]**: Address for SubData to listen on (`0.0.0.0` to listen on all addresses)<br>
&nbsp; &nbsp; &nbsp; &nbsp; `Password` **[String]**: Password required for incoming connections<br>
@ -170,7 +170,7 @@ Settings:
```
`Settings` **[Object]**: Settings for the SubServers.Sync add-on<br>
&nbsp; &nbsp; `Version` **[Version]** (System): Configuration version<br>
&nbsp; &nbsp; `Override-Bungee-Commands` **[Boolean]** (Optional): Whether SubCreator should log the output of it's build scripts to console<br>
&nbsp; &nbsp; `Override-Bungee-Commands` **[Boolean]** (Optional): Whether the default BungeeCord commands should be overridden by SubServers code<br>
&nbsp; &nbsp; `SubData` **[Object]**: Settings to connect to SubData with<br>
&nbsp; &nbsp; &nbsp; &nbsp; `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.<br>
&nbsp; &nbsp; &nbsp; &nbsp; `Address` **[Socket Address]**: The address to connect to the SubData Server with<br>