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 \ [reason] | Bans the specified player with an optional reason. | -| bungeebans.unban | /unban \ or /pardon \ | Unbans the specified player. | -| bungeebans.getban | /getban \ | Displays a player'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