mirror of
https://github.com/ME1312/SubServers-2.git
synced 2024-11-22 10:15:52 +01:00
Updated Configuration (markdown)
parent
9e5ab6a4a9
commit
096e7c01b0
@ -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<br>
|
||||
`Version` **[Version]** (System): Configuration version<br>
|
||||
`Smart-Fallback` **[Boolean]**: Enables the smart confidence-based server fallback system<br>
|
||||
`Override-Bungee-Commands` **[Boolean]**: Whether the default BungeeCord commands should be overridden by SubServers code<br>
|
||||
`Smart-Fallback` **[Object]**: Settings for the smarter, confidence-based server fallback system<br>
|
||||
`Enabled` **[Boolean]**: Enables Smart-Fallback for when you join initially<br>
|
||||
`Fallback` **[Boolean]**: Reroutes you to a fallback server when the server you're on goes down<br>
|
||||
`Reconnect` **[Boolean]**: Saves the server you were last on (Requires the `reconnect_yaml` module)<br>
|
||||
`DNS-Forward` **[Boolean]**: Routes you based on the address that was entered (`pvp.me1312.net` -> `PvP`)<br>
|
||||
`UPnP` **[Object]**: Automatic Port Forwarding Options<br>
|
||||
`Forward-Proxy` **[Boolean]**: Whether or not to forward the proxy's listeners<br>
|
||||
`Forward-SubData` **[Boolean]**: Whether or not to forward SubData<br>
|
||||
@ -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<br>
|
||||
`Version` **[Version]** (System): Configuration version<br>
|
||||
`Override-Bungee-Commands` **[Boolean]** (Optional): Whether the default BungeeCord commands should be overridden by SubServers code<br>
|
||||
`Smart-Fallback` **[Object]**: Settings for the smarter, confidence-based server fallback system<br>
|
||||
`Enabled` **[Boolean]**: Enables Smart-Fallback for when you join initially<br>
|
||||
`Fallback` **[Boolean]**: Reroutes you to a fallback server when the server you're on goes down<br>
|
||||
`Reconnect` **[Boolean]**: Saves the server you were last on (Requires the `reconnect_yaml` module)<br>
|
||||
`DNS-Forward` **[Boolean]**: Routes you based on the address that was entered (`pvp.me1312.net` -> `PvP`)<br>
|
||||
`UPnP` **[Object]**: Automatic Port Forwarding Options<br>
|
||||
`Forward-Proxy` **[Boolean]**: Whether or not to forward the proxy's listeners<br>
|
||||
`SubData` **[Object]**: Settings to connect to SubData with<br>
|
||||
|
Loading…
Reference in New Issue
Block a user