Update Server Scopes authored by Ruan's avatar Ruan
......@@ -57,6 +57,15 @@ Global scope: ``server:*``, ``server:global``, ``server:all``
Local scope: ``server:local``, ``server:this``
### Any Scope
The any-scope (`__ALL__`) can be useful for some specific circumstances.
If you'd like to unban Bob from every server scope that they are currently banned on using one command and without knowing which server scopes that they could be actively banned from, use the following command:
```
/unban Bob server:__ALL__
```
## Scoped Commands
All of these commands accept an optional "server:" parameter.
......
......