From 5974681d8dcd5b6b1cdc66736ac81c06e258bb90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pani=C4=87?= Date: Sun, 7 Apr 2019 23:35:54 +0200 Subject: Updated commands in readme to show uuid in usage --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1159ce6..abd64c0 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ To build the plugin jar file use `./gradlew shadowJar` on Linux or `gradlew.bat These permissions should be added in the BungeeCord config.yml file and **NOT** on any of the Bukkit/Spigot/whatever servers. -| Permission | Command | Usage | -|---------------------|---------------------------------------------|----------------------------------------------------| -| bungeebans.ban | /ban \ [reason] | Bans the specified player with an optional reason. | -| bungeebans.banip | /banip \ [reason] | Bans the specified IP with an optional reason. | -| bungeebans.unban | /unban \ or /pardon \ | Unbans the specified player. | -| bungeebans.unbanip | /unbanip \ or /pardonip \ | Unbans the specified IP. | -| bungeebans.getban | /getban \ | Displays a player's ban status. | -| bungeebans.getipban | /getipban \ | Displays an IP's ban status. | \ No newline at end of file +| Permission | Command | Usage | +|---------------------|-------------------------------------------------------|----------------------------------------------------| +| bungeebans.ban | /ban \ [reason] | Bans the specified player with an optional reason. | +| bungeebans.banip | /banip \ [reason] | Bans the specified IP with an optional reason. | +| bungeebans.unban | /unban \ or /pardon \ | Unbans the specified player. | +| bungeebans.unbanip | /unbanip \ or /pardonip \ | Unbans the specified IP. | +| bungeebans.getban | /getban \ | Displays a player's ban status. | +| bungeebans.getipban | /getipban \ | Displays an IP's ban status. | \ No newline at end of file -- cgit v1.2.3