diff options
| author | Matthew <pugmatt@gmail.com> | 2022-01-07 23:28:59 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-07 23:28:59 -0500 |
| commit | a99076fc0f820aad68085c1bd136aab95081ec5f (patch) | |
| tree | 61e2c895e23ede3f7120e83ba1a4959056fdfbaa /README.md | |
| parent | 4e6956556e0dd48681c2479ad9e77efaa6d6dd97 (diff) | |
| download | BedrockConnect-a99076fc0f820aad68085c1bd136aab95081ec5f.tar.gz BedrockConnect-a99076fc0f820aad68085c1bd136aab95081ec5f.tar.bz2 BedrockConnect-a99076fc0f820aad68085c1bd136aab95081ec5f.zip | |
Add information about fetch_featured_ips startup argument
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -99,6 +99,7 @@ The following arguments can be placed in the startup command to ajust settings: | user_servers | If true, players can add and remove servers on the serverlist. If false, the options are hidden. | true | | featured_servers | If true, the featured servers will be displayed in the serverlist. If false, the servers are hidden. | true | | whitelist | Specify file containing list of whitelisted players. (Should be a text file with the player names specified on seperate lines) | | +| fetch_featured_ips | Dynamically grab the featured server IPs from the domain names. If false, a file ```featured_server_ips.json``` will be generated, containing the hard-coded featured server IPs, and to allow changing them if needed. | true | MySQL example: ``` |
