summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Panić <david@panic.tk>2019-04-07 22:27:20 +0200
committerDavid Panić <david@panic.tk>2019-04-07 22:27:20 +0200
commitaa6c22df1c6d075545661f6853ffc0defee3f47c (patch)
treecbd7bbfb38f5318a840e079b3a5cb97168536818
parent7ae8d6908a77d05d2464a1e894151d2b493bc13d (diff)
Updated permissions and commands in readme
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index 224dc67..1159ce6 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +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 \<username\> [reason] | Bans the specified player with an optional reason. |
-| bungeebans.unban | /unban \<username\> or /pardon \<username\> | Unbans the specified player. |
-| bungeebans.getban | /getban \<username\> | Displays a player's ban status. | \ No newline at end of file
+| Permission | Command | Usage |
+|---------------------|---------------------------------------------|----------------------------------------------------|
+| bungeebans.ban | /ban \<username\> [reason] | Bans the specified player with an optional reason. |
+| bungeebans.banip | /banip \<ip\> [reason] | Bans the specified IP with an optional reason. |
+| bungeebans.unban | /unban \<username\> or /pardon \<username\> | Unbans the specified player. |
+| bungeebans.unbanip | /unbanip \<ip\> or /pardonip \<ip\> | Unbans the specified IP. |
+| bungeebans.getban | /getban \<username\> | Displays a player's ban status. |
+| bungeebans.getipban | /getipban \<ip\> | Displays an IP's ban status. | \ No newline at end of file