Update README.md

updated command examples
This commit is contained in:
Joe 2021-08-03 12:17:31 +01:00 committed by GitHub
parent a425172404
commit ba36db0560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@ A simple spigot plugin which allows whitelisting through a discord text channel.
- Can be disabled in the config (enabled by default)
- Discord commands:
- Use `!whitelist add "minecraftUsername"` in a valid channel to whitelist people on your minecraft server
- Use `!whitelist remove "minecraftUsername"` in a valid channel to remove people from the whitelist on your minecraft server
- Use `!whitelist` in a valid channel to get info about the bot and how to use it
- Use `/whitelist add "minecraftUsername"` in a valid channel to whitelist people on your minecraft server
- Use `/whitelist remove "minecraftUsername"` in a valid channel to remove people from the whitelist on your minecraft server
- Use `/whitelist` in a valid channel to get info about the bot and how to use it
- Custom Message Support:
- Allows editing of server response messages (file is located at `(server-root)/plugins/DiscordWhitelister/custom-messages.yml)`