README: added DOCS + small fix

master
Zughy 2020-09-15 19:24:20 +00:00
parent 2428dcadcb
commit 51264ccc57
1 changed files with 5 additions and 4 deletions

View File

@ -4,13 +4,14 @@ Filter who can enter a Minetest server and who can't through a whitelist
<a href="https://liberapay.com/Zughy/"><img src="https://i.imgur.com/4B2PxjP.png" alt="Support my work"/></a>
### Commands
`/whitelist on`: enables the whitelist
`/whitelist off`: disables the whitelist
`/whitelist add <player>`: adds <player> to the whitelist
`/whitelist remove <player>`: removes <player> from the whitelist
`/whitelist on`: enables the whitelist
`/whitelist off`: disables the whitelist
`/whitelist add <player>`: adds <player> to the whitelist
`/whitelist remove <player>`: removes <player> 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?