File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ This plugin is a port of the Bukkit Version: https://www.spigotmc.org/resources/
1010| vpnguard clearcache | ** Deletes all locally saved cache files** |
1111| vpnguard clearip {ip} | ** Deletes the locally saved cache file for the specified IP address** |
1212| vpnguard lookup {ip} | ** Allows you to search any IP address in-game and check whether or not it belongs to a hosting organization.** |
13+ | vpnguard ban {ip/subnet block} | ** Allows you to ban an IP address subnet** |
14+ | vpnguard unban {ip/subnet block} | ** Allows you to unban an IP address subnet** |
1315| vpnguard about | ** Information about the plugin** |
1416
1517### Permissions
@@ -19,6 +21,8 @@ This plugin is a port of the Bukkit Version: https://www.spigotmc.org/resources/
1921| vpnguard.command.clearcache | op | Allows you to use the ** /vpnguard clearcache** command |
2022| vpnguard.command.clearip | op | Allows you to use the ** /vpnguard clearip** command |
2123| vpnguard.command.lookup | op | Allows you to use the ** /vpnguard lookup** command |
24+ | vpnguard.command.ban | op | Allows you to use the ** /vpnguard ban** command |
25+ | vpnguard.command.unban | op | Allows you to use the ** /vpnguard unban** command |
2226| vpnguard.command.about | true | Allows you to use the ** /vpnguard about** command |
2327
2428
You can’t perform that action at this time.
0 commit comments