summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew <pugmatt@gmail.com>2021-03-10 01:20:23 -0500
committerGitHub <noreply@github.com>2021-03-10 01:20:23 -0500
commit9be0412233ac4f3fa488f19325dec56966d85aaf (patch)
treeba7b16ee8f41c3783b6a14a8ea2d01567aa60873
parent971908fb84a500ed2fde03549ee323aeebbab15f (diff)
downloadBedrockConnect-9be0412233ac4f3fa488f19325dec56966d85aaf.tar.gz
BedrockConnect-9be0412233ac4f3fa488f19325dec56966d85aaf.tar.bz2
BedrockConnect-9be0412233ac4f3fa488f19325dec56966d85aaf.zip
Add info on whitelist argument to README
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6215b95..fccb7db 100644
--- a/README.md
+++ b/README.md
@@ -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:
```