More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
When working on StateCraft or DemocracyCraft it's important to note with with various levels of plugins and permissions it's useful to have a tool that can help clarify what all is happening to a specific player. The verbose tool can be utilize to narrow down specific permission nodes that may or may not be documents publicly. | |||
Whether you're troubleshooting permission issues for players or simply exploring which permissions plugins are checking, it can be difficult to find accurate information. | |||
Verbose in LuckPerms is designed to help with this by allowing you to monitor '''permission''' checks in real time, providing valuable insights during '''debugging''' and '''configuration'''. | |||
== How does Verbose work == | |||
{| class="wikitable" | |||
!Command | |||
!<code><nowiki>/lp verbose <on/record|off/upload> [filter]</nowiki></code> | |||
|- | |||
!Option | |||
!Description | |||
|- | |||
|<code>on</code> | |||
|Turns the verbose overlay on, notifies you in chat that it's enabled. | |||
|- | |||
|<code>record</code> | |||
|Same as “on”; however, you will not be notified via chat. | |||
|- | |||
|<code>off</code> | |||
|Just disables the system, and clears any matches from memory. | |||
|- | |||
|<code>upload</code> | |||
|Same as "off", but will upload the results to the web viewer for easier analysis, and provide you with a link. | |||
|} | |||
The first argument enables/disables the system, and the second sets up the filter. | |||
[[Category:Staff]] | [[Category:Staff]] |
Latest revision as of 01:26, 30 June 2025
When working on StateCraft or DemocracyCraft it's important to note with with various levels of plugins and permissions it's useful to have a tool that can help clarify what all is happening to a specific player. The verbose tool can be utilize to narrow down specific permission nodes that may or may not be documents publicly.
Whether you're troubleshooting permission issues for players or simply exploring which permissions plugins are checking, it can be difficult to find accurate information.
Verbose in LuckPerms is designed to help with this by allowing you to monitor permission checks in real time, providing valuable insights during debugging and configuration.
How does Verbose work
Command | /lp verbose <on/record|off/upload> [filter]
|
---|---|
Option | Description |
on
|
Turns the verbose overlay on, notifies you in chat that it's enabled. |
record
|
Same as “on”; however, you will not be notified via chat. |
off
|
Just disables the system, and clears any matches from memory. |
upload
|
Same as "off", but will upload the results to the web viewer for easier analysis, and provide you with a link. |
The first argument enables/disables the system, and the second sets up the filter.