You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -66,7 +67,7 @@ Controls the LuckPerms verbose logging system. This allows you to listen for all
66
67
67
68
If your filters match the permission check, you will be notified.
68
69
69
-
`on` will enable the system, and will send you an alert in chat when the filter is matched. `record` will do the same, however you will not be notified of checks in the chat. `off` will simply disable the checking, and `upload` will upload the first results to the web viewer, and provide you with a link.
70
+
`on` will enable the system, and will send you an alert in chat when the filter is matched. `record` will do the same, however you will not be notified of checks in the chat. `off` will simply disable the checking, and `upload` will upload the first results to the web viewer, and provide you with a link.
70
71
71
72
Filters match the start of permissions or the user being checked. You can use `&` (and) and `|` (or) symbols, and `!` to negate a match. Parenthesis `( )` are also supported.
72
73
@@ -78,6 +79,15 @@ Filters match the start of permissions or the user being checked. You can use `&
78
79
79
80
More information can be found [**here**](Verbose)
80
81
82
+
___
83
+
#### `/lp verbose command <me|player> <command>`
84
+
**Permission**: luckperms.vebose
85
+
**Arguments**:
86
+
*`<me|player>` - the player to perform the verbose check on. Use `me` to select yourself
87
+
*`<command>` - the command to use for the verbose check
88
+
89
+
Controls the LuckPerms verbose logging system. This allows you to execute a command as a specific player and listen for all permission checks against the player on the server for this command.
0 commit comments