Skip to content
Update Server Scopes authored by Ruan's avatar Ruan
...@@ -42,9 +42,9 @@ Under BungeeCord & Velocity, using ``local`` will affect the sub-server it is ex ...@@ -42,9 +42,9 @@ Under BungeeCord & Velocity, using ``local`` will affect the sub-server it is ex
### Permissions ### Permissions
If the default_server_scope is not global, `litebans.server.<scope>` permission is required to use non-default server scopes (e.g. `litebans.server.Survival` for server:Survival). If the default_server_scope is not global, `litebans.server.<scope>.<type>` permission is required to use non-default server scopes (e.g. `litebans.server.Survival.ban` for server:Survival).
Additionally, `litebans.server.<scope>.<type>` (e.g. `litebans.server.global.ban`) can be used to grant specific punishment types for server scopes. The currently supported types are `ban`, `mute`, `warn`, `kick`.
### Overriding behaviour ### Overriding behaviour
Punishments can only override other punishments if they are placed on the same server scope. Punishments can only override other punishments if they are placed on the same server scope.
... ...
......