From 51264ccc57d96827b39af2328694a0d030baf3ea Mon Sep 17 00:00:00 2001 From: Zughy <4279489-marco_a@users.noreply.gitlab.com> Date: Tue, 15 Sep 2020 19:24:20 +0000 Subject: [PATCH] README: added DOCS + small fix --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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?