Skip to content

Commit 104dcfe

Browse files
authored
Add command option to verbose (#147)
1 parent 5b59eb0 commit 104dcfe

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

pages/General-Commands.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ___
1616
* [/lp `info`](#lp-info)
1717
* [/lp `editor`](#lp-editor-type-filter)
1818
* [/lp `verbose` \<on | record | off | upload\> [filter]](#lp-verbose-onrecordoffupload-filter)
19+
* [/lp `verbose command` \<me | player\> \<command\>](#lp-verbose-command-meplayer-command)
1920
* [/lp `tree` [scope] [player]](#lp-tree-scope-player)
2021
* [/lp `search` [comparison] \<permission\>](#lp-search-comparison-permission)
2122
* [/lp `networksync`](#lp-networksync)
@@ -66,7 +67,7 @@ Controls the LuckPerms verbose logging system. This allows you to listen for all
6667

6768
If your filters match the permission check, you will be notified.
6869

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.
7071

7172
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.
7273

@@ -78,6 +79,15 @@ Filters match the start of permissions or the user being checked. You can use `&
7879

7980
More information can be found [**here**](Verbose)
8081

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.
90+
8191
___
8292
#### `/lp tree [scope] [player]`
8393
**Permission**: luckperms.tree

0 commit comments

Comments
 (0)