Updated permissions and commands in readme
This commit is contained in:
parent
7ae8d6908a
commit
aa6c22df1c
13
README.md
13
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. |
|
||||
| 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. |
|
Reference in New Issue
Block a user