diff --git a/README.md b/README.md index 11c81da..8601d25 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,14 @@ Filter who can enter a Minetest server and who can't through a whitelist Support my work ### Commands -`/whitelist on`: enables the whitelist -`/whitelist off`: disables the whitelist -`/whitelist add `: adds to the whitelist -`/whitelist remove `: removes from the whitelist +`/whitelist on`: enables the whitelist +`/whitelist off`: disables the whitelist +`/whitelist add `: adds to the whitelist +`/whitelist remove `: removes from the whitelist `/whitelist who`: lists all the whitelisted players ### API +Have a look at the [DOCS](https://gitlab.com/zughy-friends-minetest/whitelist/-/blob/master/DOCS.md) ### Want to help?