Commands
Backend — /cg (Paper / Spigot)
| Command | Description | Permission |
|---|---|---|
/cg reload | Reload config, refresh tab-complete for all players | commandguard.admin |
/cg check <player> | Show the active group and allowed commands for a player | commandguard.admin |
/cg updategroup <player> | Push an updated tab-complete list to a specific player | commandguard.admin |
Proxy — /cgv (Velocity / Waterfall)
| Command | Description | Permission |
|---|---|---|
/cgv reload | Reload config, push TabSync to all online players | commandguard.admin |
/cgv check <player> | Show the active group, server, and allowed commands | commandguard.admin |
/cgv updategroup <player> | Push updated TabSync to a specific player | commandguard.admin |
Example Output
/cg check <player>
[CommandGuard] Player: Steve
Active group(s): vip
Allowed commands (7): /spawn, /help, /home, /tpa, /tpaccept, /hub, /server
/cgv check <player>
[CommandGuard] Player: Steve
Server: lobby
Active group(s): vip
Allowed commands (5): /hub, /server, /skin, /home, /spawn
tip
After changing a player's permission group in LuckPerms, run /cg updategroup <player> or /cgv updategroup <player> to apply the new tab-complete list immediately without a relog.