diff options
| author | Matthew <pugmatt@gmail.com> | 2021-03-10 01:20:23 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-10 01:20:23 -0500 |
| commit | 9be0412233ac4f3fa488f19325dec56966d85aaf (patch) | |
| tree | ba7b16ee8f41c3783b6a14a8ea2d01567aa60873 | |
| parent | 971908fb84a500ed2fde03549ee323aeebbab15f (diff) | |
| download | BedrockConnect-9be0412233ac4f3fa488f19325dec56966d85aaf.tar.gz BedrockConnect-9be0412233ac4f3fa488f19325dec56966d85aaf.tar.bz2 BedrockConnect-9be0412233ac4f3fa488f19325dec56966d85aaf.zip | |
Add info on whitelist argument to README
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ The following arguments can be placed in the startup command to ajust settings: | custom_servers| Sets the path to a custom server file, for specifying your servers in the list for all players. See [custom servers](#defining-your-own-custom-servers). | | | 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) | | MySQL example: ``` |
