You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
682 B
25 lines
682 B
; In this config you can add several different user groups by adding |
|
; `[<group_name> UserGroup]` section for rach group. Every user can belong to |
|
; several different groups. |
|
; `priority` describes how important the group is. For example, if a user |
|
; belongs to two different groups and both groups have different access rights |
|
; for a certain command - the one with the highest priority will be chosen by |
|
; default. |
|
; You can specify several `user` entries with players stead id to add user to |
|
; the certain group. |
|
|
|
[admin UserGroup] |
|
priority=400 |
|
;user= |
|
|
|
[moderator UserGroup] |
|
priority=200 |
|
;user= |
|
|
|
[trusted UserGroup] |
|
priority=100 |
|
;user= |
|
|
|
[wanted UserGroup] |
|
priority=0 |
|
;user= |