Permissions
Admin
| Permission | Description |
|---|---|
commandguard.admin | Access to all /cg and /cgv commands |
Bypass
| Permission | Description |
|---|---|
commandguard.bypass.commands | Skip command blocking entirely |
commandguard.bypass.tab | Skip tab-complete filtering entirely |
Tab Groups
| Permission | Description |
|---|---|
commandguard.tab.default | Applied to all players automatically — do not assign manually |
commandguard.tab.<group> | Assigns the named group to a player |
Assigning Groups
Using LuckPerms to assign a group to a player:
/lp user <player> permission set commandguard.tab.vip true
Assigning a group to all members of an LP group:
/lp group vip permission set commandguard.tab.vip true
к сведению
The default group is applied to every player who does not have any other commandguard.tab.* permission. You never need to assign it manually.
подсказка
After assigning a new group, use /cg updategroup <player> (backend) or /cgv updategroup <player> (proxy) to apply the change immediately without a relog.