Skip to main content

Permissions

Admin

PermissionDescription
commandguard.adminAccess to all /cg and /cgv commands

Bypass

PermissionDescription
commandguard.bypass.commandsSkip command blocking entirely
commandguard.bypass.tabSkip tab-complete filtering entirely

Tab Groups

PermissionDescription
commandguard.tab.defaultApplied 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
info

The default group is applied to every player who does not have any other commandguard.tab.* permission. You never need to assign it manually.

tip

After assigning a new group, use /cg updategroup <player> (backend) or /cgv updategroup <player> (proxy) to apply the change immediately without a relog.