<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.democracycraft.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nacho</id>
	<title>DemocracyCraft Wiki - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.democracycraft.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nacho"/>
	<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/Special:Contributions/Nacho"/>
	<updated>2026-05-19T12:56:00Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Using_LuckPerms_Verbose&amp;diff=6673</id>
		<title>Using LuckPerms Verbose</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Using_LuckPerms_Verbose&amp;diff=6673"/>
		<updated>2025-07-26T06:03:00Z</updated>

		<summary type="html">&lt;p&gt;Nacho: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;&amp;lt;big&amp;gt;Introduction&amp;lt;/big&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
When working on StateCraft or DemocracyCraft it&#039;s important to note with with various levels of plugins and permissions it&#039;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.&lt;br /&gt;
&lt;br /&gt;
Troubleshooting permission issues for players &#039;&#039;&#039;or&#039;&#039;&#039; exploring which permissions plugins are using, it can be difficult to find accurate information. All custom plugins deployed within the MCN network have formal documentations maintained by network leadership however, a quick fix can  be done through the verbose feature of LuckPerms.&lt;br /&gt;
&lt;br /&gt;
Verbose in LuckPerms is designed to help with this by allowing you to track &#039;&#039;&#039;permission&#039;&#039;&#039; checks in real time, providing valuable insights during &#039;&#039;&#039;debugging&#039;&#039;&#039; and &#039;&#039;&#039;configuration&#039;&#039;&#039;. The moments in time when you get stumped trying to figure out &#039;&#039;why&#039;&#039; something is not properly displaying. It&#039;s important to remember most issues will be a permissions issue for visibility limitations OR improperly being configured through the plugin directly.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;big&amp;gt;How does Verbose work&amp;lt;/big&amp;gt; ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Command&lt;br /&gt;
!&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;/lp verbose &amp;lt;on/record|off/upload&amp;gt; [filter]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Option&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;on&amp;lt;/code&amp;gt;&lt;br /&gt;
|Turns the verbose overlay on, notifies you in chat that it&#039;s enabled.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;record&amp;lt;/code&amp;gt;&lt;br /&gt;
|Same as “on”; however, you will not be notified via chat.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;off&amp;lt;/code&amp;gt;&lt;br /&gt;
|Just disables the system, and clears any matches from memory.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;upload&amp;lt;/code&amp;gt;&lt;br /&gt;
|Same as &amp;quot;off&amp;quot;, but will upload the results to the web viewer for easier analysis, and provide you with a link.&lt;br /&gt;
|}&lt;br /&gt;
The first argument enables/disables the system, and the second sets up the filter.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;&amp;lt;code&amp;gt;/lp verbose command&amp;lt;/code&amp;gt;&#039;&#039;&#039; allows you to check the permissions of a specific command in-game without any chat-spam or web viewer. To use it, you simply run &#039;&#039;&#039;&amp;lt;code&amp;gt;/lp verbose command  &amp;lt;username&amp;gt; &amp;lt;command&amp;gt;&amp;lt;/code&amp;gt;&#039;&#039;&#039; and LuckPerms will run the following steps:&lt;br /&gt;
&lt;br /&gt;
# Will turn on verbose for the user in question, using the filter for that user.&lt;br /&gt;
# Will force the user to run the command you specify.&lt;br /&gt;
# Will turn verbose off.[[File:Verbose command functionality.png|center|thumb|902x902px|Command Action: &amp;lt;code&amp;gt;/lp verbose command Nacholebraa /gmc&amp;lt;/code&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
This sequence of rapid events will result in the permissions that were checked appearing in chat, without the usual spam. This is  especially useful if you need to fine permissions for a command that is not well documented if at all.&lt;br /&gt;
&lt;br /&gt;
This command will sudo&amp;lt;ref&amp;gt;&#039;&#039;Running a command through another player using their permissions.&#039;&#039;&amp;lt;/ref&amp;gt; the user to run the command specified. As a result, there are additional permissions required to use this functionality. You can find these permissions within by running the Verbose commands OR checking out the LuckPerms Permission page. &lt;br /&gt;
&lt;br /&gt;
== &amp;lt;big&amp;gt;Verbose Filters&amp;lt;/big&amp;gt; ==&lt;br /&gt;
The filter is an expression used to match permission entries, and ignore entries you don&#039;t need. It could just be a player name, or much more advanced.&lt;br /&gt;
&lt;br /&gt;
A filter string will match the start of the permission being checked, or the users full name. You can use &amp;lt;code&amp;gt;&amp;amp;&amp;lt;/code&amp;gt; (and), &amp;lt;code&amp;gt;|&amp;lt;/code&amp;gt; (or), and &amp;lt;code&amp;gt;!&amp;lt;/code&amp;gt; (not / negate) to setup expressions. Parenthesis &amp;lt;code&amp;gt;( )&amp;lt;/code&amp;gt; are also supported.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Some examples&#039;&#039;&#039;&lt;br /&gt;
* &amp;lt;code&amp;gt;Luck &amp;amp; (essentials | worldedit)&amp;lt;/code&amp;gt; - Matches any checks made against &amp;quot;Luck&amp;quot; that start with &amp;quot;essentials&amp;quot; or &amp;quot;worldedit&amp;quot;&lt;br /&gt;
* &amp;lt;code&amp;gt;Luck &amp;amp; !anticheat&amp;lt;/code&amp;gt; - Matches any checks made against &amp;quot;Luck&amp;quot; that do not start with &amp;quot;anticheat&amp;quot;&lt;br /&gt;
* &amp;lt;code&amp;gt;anticheat &amp;amp; !anticheat.check&amp;lt;/code&amp;gt; - Matches checks on all users starting with &amp;quot;anticheat&amp;quot; but not starting with &amp;quot;anticheat.check&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Verbose command filter.png|center|thumb|1105x1105px|Command Action: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;/lp verbose record Nacholebraa &amp;amp; (essentials | worldedit)&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
The web viewer allows you to view the &#039;&#039;&#039;same&#039;&#039;&#039;  information visible in-game just in a cleaner view overall. In certain cases it&#039;s easier to review various permissions  checks through the Web Viewer than in-game. But it&#039;s totally optional and up to the individual running the command.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;big&amp;gt;&#039;&#039;&#039;Frequently Asked Questions?&#039;&#039;&#039;&amp;lt;/big&amp;gt; ==&lt;br /&gt;
{{DEFAULTSORT:LuckPerms Verbose}}&lt;br /&gt;
[[Category:Staff]]&lt;/div&gt;</summary>
		<author><name>Nacho</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Using_LuckPerms_Verbose&amp;diff=6672</id>
		<title>Using LuckPerms Verbose</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Using_LuckPerms_Verbose&amp;diff=6672"/>
		<updated>2025-07-26T05:54:51Z</updated>

		<summary type="html">&lt;p&gt;Nacho: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;&amp;lt;big&amp;gt;Introduction&amp;lt;/big&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
When working on StateCraft or DemocracyCraft it&#039;s important to note with with various levels of plugins and permissions it&#039;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.&lt;br /&gt;
&lt;br /&gt;
Troubleshooting permission issues for players &#039;&#039;&#039;or&#039;&#039;&#039; exploring which permissions plugins are using, it can be difficult to find accurate information. All custom plugins deployed within the MCN network have formal documentations maintained by network leadership however, a quick fix can  be done through the verbose feature of LuckPerms.&lt;br /&gt;
&lt;br /&gt;
Verbose in LuckPerms is designed to help with this by allowing you to track &#039;&#039;&#039;permission&#039;&#039;&#039; checks in real time, providing valuable insights during &#039;&#039;&#039;debugging&#039;&#039;&#039; and &#039;&#039;&#039;configuration&#039;&#039;&#039;. The moments in time when you get stumped trying to figure out &#039;&#039;why&#039;&#039; something is not properly displaying. It&#039;s important to remember most issues will be a permissions issue for visibility limitations OR improperly being configured through the plugin directly.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;big&amp;gt;How does Verbose work&amp;lt;/big&amp;gt; ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Command&lt;br /&gt;
!&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;/lp verbose &amp;lt;on/record|off/upload&amp;gt; [filter]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Option&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;on&amp;lt;/code&amp;gt;&lt;br /&gt;
|Turns the verbose overlay on, notifies you in chat that it&#039;s enabled.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;record&amp;lt;/code&amp;gt;&lt;br /&gt;
|Same as “on”; however, you will not be notified via chat.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;off&amp;lt;/code&amp;gt;&lt;br /&gt;
|Just disables the system, and clears any matches from memory.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;upload&amp;lt;/code&amp;gt;&lt;br /&gt;
|Same as &amp;quot;off&amp;quot;, but will upload the results to the web viewer for easier analysis, and provide you with a link.&lt;br /&gt;
|}&lt;br /&gt;
The first argument enables/disables the system, and the second sets up the filter.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;&amp;lt;code&amp;gt;/lp verbose command&amp;lt;/code&amp;gt;&#039;&#039;&#039; allows you to check the permissions of a specific command in-game without any chat-spam or web viewer. To use it, you simply run &#039;&#039;&#039;&amp;lt;code&amp;gt;/lp verbose command  &amp;lt;username&amp;gt; &amp;lt;command&amp;gt;&amp;lt;/code&amp;gt;&#039;&#039;&#039; and LuckPerms will run the following steps:&lt;br /&gt;
&lt;br /&gt;
# Will turn on verbose for the user in question, using the filter for that user.&lt;br /&gt;
# Will force the user to run the command you specify.&lt;br /&gt;
# Will turn verbose off.[[File:Verbose command functionality.png|center|thumb|902x902px|Command Action: &amp;lt;code&amp;gt;/lp verbose command Nacholebraa /gmc&amp;lt;/code&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
This sequence of rapid events will result in the permissions that were checked appearing in chat, without the usual spam. This is  especially useful if you need to fine permissions for a command that is not well documented if at all.&lt;br /&gt;
&lt;br /&gt;
This command will sudo&amp;lt;ref&amp;gt;&#039;&#039;Running a command through another player using their permissions.&#039;&#039;&amp;lt;/ref&amp;gt; the user to run the command specified. As a result, there are additional permissions required to use this functionality. You can find these permissions within by running the Verbose commands OR checking out the LuckPerms Permission page. &lt;br /&gt;
&lt;br /&gt;
== &amp;lt;big&amp;gt;Verbose Filters&amp;lt;/big&amp;gt; ==&lt;br /&gt;
The filter is an expression used to match permission entries, and ignore entries you don&#039;t need. It could just be a player name, or much more advanced.&lt;br /&gt;
&lt;br /&gt;
A filter string will match the start of the permission being checked, or the users full name. You can use &amp;lt;code&amp;gt;&amp;amp;&amp;lt;/code&amp;gt; (and), &amp;lt;code&amp;gt;|&amp;lt;/code&amp;gt; (or), and &amp;lt;code&amp;gt;!&amp;lt;/code&amp;gt; (not / negate) to setup expressions. Parenthesis &amp;lt;code&amp;gt;( )&amp;lt;/code&amp;gt; are also supported.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Some examples&#039;&#039;&#039;&lt;br /&gt;
* &amp;lt;code&amp;gt;Luck &amp;amp; (essentials | worldedit)&amp;lt;/code&amp;gt; - Matches any checks made against &amp;quot;Luck&amp;quot; that start with &amp;quot;essentials&amp;quot; or &amp;quot;worldedit&amp;quot;&lt;br /&gt;
* &amp;lt;code&amp;gt;Luck &amp;amp; !anticheat&amp;lt;/code&amp;gt; - Matches any checks made against &amp;quot;Luck&amp;quot; that do not start with &amp;quot;anticheat&amp;quot;&lt;br /&gt;
* &amp;lt;code&amp;gt;anticheat &amp;amp; !anticheat.check&amp;lt;/code&amp;gt; - Matches checks on all users starting with &amp;quot;anticheat&amp;quot; but not starting with &amp;quot;anticheat.check&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Verbose command filter.png|center|thumb|1105x1105px|Command Action: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;/lp verbose record Nacholebraa &amp;amp; (essentials | worldedit)&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
The web viewer allows you to view the &#039;&#039;&#039;same&#039;&#039;&#039;  information visible in-game just in a cleaner view overall. In certain cases it&#039;s easier to review various permissions  checks through the Web Viewer than in-game. But it&#039;s totally optional and up to the individual running the command.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;big&amp;gt;&#039;&#039;&#039;Frequently Asked Questions?&#039;&#039;&#039;&amp;lt;/big&amp;gt; ==&lt;br /&gt;
[[Category:Staff]]&lt;/div&gt;</summary>
		<author><name>Nacho</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Using_LuckPerms_Verbose&amp;diff=6671</id>
		<title>Using LuckPerms Verbose</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Using_LuckPerms_Verbose&amp;diff=6671"/>
		<updated>2025-07-26T05:47:29Z</updated>

		<summary type="html">&lt;p&gt;Nacho: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;&amp;lt;big&amp;gt;Introduction&amp;lt;/big&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
When working on StateCraft or DemocracyCraft it&#039;s important to note with with various levels of plugins and permissions it&#039;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.&lt;br /&gt;
&lt;br /&gt;
Whether you&#039;re troubleshooting permission issues for players or simply exploring which permissions plugins are checking, it can be difficult to find accurate information. All custom plugins deployed within the MCN network have formal documentations maintained by network leadership however, a quick fix can  be done through the verbose feature of LuckPerms.&lt;br /&gt;
&lt;br /&gt;
Verbose in LuckPerms is designed to help with this by allowing you to track &#039;&#039;&#039;permission&#039;&#039;&#039; checks in real time, providing valuable insights during &#039;&#039;&#039;debugging&#039;&#039;&#039; and &#039;&#039;&#039;configuration&#039;&#039;&#039;. The moments in time when you get stumped trying to figure out &#039;&#039;why&#039;&#039; something is not properly displaying. It&#039;s important to remember most issues will be a permissions issue for visibility limitations OR improperly being configured through the plugin directly.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;big&amp;gt;How does Verbose work&amp;lt;/big&amp;gt; ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Command&lt;br /&gt;
!&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;/lp verbose &amp;lt;on/record|off/upload&amp;gt; [filter]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Option&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;on&amp;lt;/code&amp;gt;&lt;br /&gt;
|Turns the verbose overlay on, notifies you in chat that it&#039;s enabled.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;record&amp;lt;/code&amp;gt;&lt;br /&gt;
|Same as “on”; however, you will not be notified via chat.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;off&amp;lt;/code&amp;gt;&lt;br /&gt;
|Just disables the system, and clears any matches from memory.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;upload&amp;lt;/code&amp;gt;&lt;br /&gt;
|Same as &amp;quot;off&amp;quot;, but will upload the results to the web viewer for easier analysis, and provide you with a link.&lt;br /&gt;
|}&lt;br /&gt;
The first argument enables/disables the system, and the second sets up the filter.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;&amp;lt;code&amp;gt;/lp verbose command&amp;lt;/code&amp;gt;&#039;&#039;&#039; allows you to check the permissions of a specific command in-game without any chat-spam or web viewer. To use it, you simply run &#039;&#039;&#039;&amp;lt;code&amp;gt;/lp verbose command  &amp;lt;username&amp;gt; &amp;lt;command&amp;gt;&amp;lt;/code&amp;gt;&#039;&#039;&#039; and LuckPerms will run the following steps:&lt;br /&gt;
&lt;br /&gt;
# Will turn on verbose for the user in question, using the filter for that user.&lt;br /&gt;
# Will force the user to run the command you specify.&lt;br /&gt;
# Will turn verbose off.[[File:Verbose command functionality.png|center|thumb|902x902px|Command Action: &amp;lt;code&amp;gt;/lp verbose command Nacholebraa /gmc&amp;lt;/code&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
This sequence of rapid events will result in the permissions that were checked appearing in chat, without the usual spam. This is  especially useful if you need to fine permissions for a command that is not well documented if at all.&lt;br /&gt;
&lt;br /&gt;
This command will sudo the user to run the command specified. As a result, there are additional permissions required to use this functionality. You can find these permissions within by running the Verbose commands OR checking out the LuckPerms Permission page. &lt;br /&gt;
&lt;br /&gt;
== &amp;lt;big&amp;gt;Verbose Filters&amp;lt;/big&amp;gt; ==&lt;br /&gt;
The filter is an expression used to match permission entries, and ignore entries you don&#039;t need. It could just be a player name, or much more advanced.&lt;br /&gt;
&lt;br /&gt;
A filter string will match the start of the permission being checked, or the users full name. You can use &amp;lt;code&amp;gt;&amp;amp;&amp;lt;/code&amp;gt; (and), &amp;lt;code&amp;gt;|&amp;lt;/code&amp;gt; (or), and &amp;lt;code&amp;gt;!&amp;lt;/code&amp;gt; (not / negate) to setup expressions. Parenthesis &amp;lt;code&amp;gt;( )&amp;lt;/code&amp;gt; are also supported.&lt;br /&gt;
&lt;br /&gt;
===== Some examples =====&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;Luck &amp;amp; (essentials | worldedit)&amp;lt;/code&amp;gt; - Matches any checks made against &amp;quot;Luck&amp;quot; that start with &amp;quot;essentials&amp;quot; or &amp;quot;worldedit&amp;quot;&lt;br /&gt;
* &amp;lt;code&amp;gt;Luck &amp;amp; !anticheat&amp;lt;/code&amp;gt; - Matches any checks made against &amp;quot;Luck&amp;quot; that do not start with &amp;quot;anticheat&amp;quot;&lt;br /&gt;
* &amp;lt;code&amp;gt;anticheat &amp;amp; !anticheat.check&amp;lt;/code&amp;gt; - Matches checks on all users starting with &amp;quot;anticheat&amp;quot; but not starting with &amp;quot;anticheat.check&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Verbose command filter.png|center|thumb|1105x1105px|Command Action: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;/lp verbose record Nacholebraa &amp;amp; (essentials | worldedit)&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
The web viewer allows you to view the &#039;&#039;&#039;same&#039;&#039;&#039;  information visible in-game just in a cleaner view overall. In certain cases it&#039;s easier to review various permissions  checks through the Web Viewer than in-game. But it&#039;s totally optional and up to the individual running the command.&lt;br /&gt;
[[Category:Staff]]&lt;/div&gt;</summary>
		<author><name>Nacho</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Using_LuckPerms_Verbose&amp;diff=6670</id>
		<title>Using LuckPerms Verbose</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Using_LuckPerms_Verbose&amp;diff=6670"/>
		<updated>2025-07-26T05:42:51Z</updated>

		<summary type="html">&lt;p&gt;Nacho: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When working on StateCraft or DemocracyCraft it&#039;s important to note with with various levels of plugins and permissions it&#039;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.&lt;br /&gt;
&lt;br /&gt;
Whether you&#039;re troubleshooting permission issues for players or simply exploring which permissions plugins are checking, it can be difficult to find accurate information.&lt;br /&gt;
&lt;br /&gt;
Verbose in LuckPerms is designed to help with this by allowing you to monitor &#039;&#039;&#039;permission&#039;&#039;&#039; checks in real time, providing valuable insights during &#039;&#039;&#039;debugging&#039;&#039;&#039; and &#039;&#039;&#039;configuration&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== How does Verbose work ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Command&lt;br /&gt;
!&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;/lp verbose &amp;lt;on/record|off/upload&amp;gt; [filter]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Option&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;on&amp;lt;/code&amp;gt;&lt;br /&gt;
|Turns the verbose overlay on, notifies you in chat that it&#039;s enabled.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;record&amp;lt;/code&amp;gt;&lt;br /&gt;
|Same as “on”; however, you will not be notified via chat.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;off&amp;lt;/code&amp;gt;&lt;br /&gt;
|Just disables the system, and clears any matches from memory.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;upload&amp;lt;/code&amp;gt;&lt;br /&gt;
|Same as &amp;quot;off&amp;quot;, but will upload the results to the web viewer for easier analysis, and provide you with a link.&lt;br /&gt;
|}&lt;br /&gt;
The first argument enables/disables the system, and the second sets up the filter.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;&amp;lt;code&amp;gt;/lp verbose command&amp;lt;/code&amp;gt;&#039;&#039;&#039; allows you to check the permissions of a specific command in-game without any chat-spam or web viewer. To use it, you simply run &#039;&#039;&#039;&amp;lt;code&amp;gt;/lp verbose command  &amp;lt;username&amp;gt; &amp;lt;command&amp;gt;&amp;lt;/code&amp;gt;&#039;&#039;&#039; and LuckPerms will run the following steps:&lt;br /&gt;
&lt;br /&gt;
# Will turn on verbose for the user in question, using the filter for that user.&lt;br /&gt;
# Will force the user to run the command you specify.&lt;br /&gt;
# Will turn verbose off.[[File:Verbose command functionality.png|center|thumb|902x902px|Command Action: &amp;lt;code&amp;gt;/lp verbose command Nacholebraa /gmc&amp;lt;/code&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
This sequence of rapid events will result in the permissions that were checked appearing in chat, without the usual spam. This is  especially useful if you need to fine permissions for a command that is not well documented if at all.&lt;br /&gt;
&lt;br /&gt;
This command will sudo the user to run the command specified. As a result, there are additional permissions required to use this functionality. You can find these permissions within by running the Verbose commands OR checking out the LuckPerms Permission page. &lt;br /&gt;
&lt;br /&gt;
== Verbose Filters ==&lt;br /&gt;
The filter is an expression used to match permission entries, and ignore entries you don&#039;t need. It could just be a player name, or much more advanced.&lt;br /&gt;
&lt;br /&gt;
A filter string will match the start of the permission being checked, or the users full name. You can use &amp;lt;code&amp;gt;&amp;amp;&amp;lt;/code&amp;gt; (and), &amp;lt;code&amp;gt;|&amp;lt;/code&amp;gt; (or), and &amp;lt;code&amp;gt;!&amp;lt;/code&amp;gt; (not / negate) to setup expressions. Parenthesis &amp;lt;code&amp;gt;( )&amp;lt;/code&amp;gt; are also supported.&lt;br /&gt;
&lt;br /&gt;
===== Some examples =====&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;Luck &amp;amp; (essentials | worldedit)&amp;lt;/code&amp;gt; - Matches any checks made against &amp;quot;Luck&amp;quot; that start with &amp;quot;essentials&amp;quot; or &amp;quot;worldedit&amp;quot;&lt;br /&gt;
* &amp;lt;code&amp;gt;Luck &amp;amp; !anticheat&amp;lt;/code&amp;gt; - Matches any checks made against &amp;quot;Luck&amp;quot; that do not start with &amp;quot;anticheat&amp;quot;&lt;br /&gt;
* &amp;lt;code&amp;gt;anticheat &amp;amp; !anticheat.check&amp;lt;/code&amp;gt; - Matches checks on all users starting with &amp;quot;anticheat&amp;quot; but not starting with &amp;quot;anticheat.check&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Verbose command filter.png|center|thumb|1105x1105px|Command Action: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;/lp verbose record Nacholebraa &amp;amp; (essentials | worldedit)&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
The web viewer allows you to view the &#039;&#039;&#039;same&#039;&#039;&#039;  information visible in-game just in a cleaner view overall. In certain cases it&#039;s easier to review various permissions  checks through the Web Viewer than in-game. But it&#039;s totally optional and up to the individual running the command.&lt;br /&gt;
[[Category:Staff]]&lt;/div&gt;</summary>
		<author><name>Nacho</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Using_LuckPerms_Verbose&amp;diff=6669</id>
		<title>Using LuckPerms Verbose</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Using_LuckPerms_Verbose&amp;diff=6669"/>
		<updated>2025-07-26T05:41:27Z</updated>

		<summary type="html">&lt;p&gt;Nacho: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When working on StateCraft or DemocracyCraft it&#039;s important to note with with various levels of plugins and permissions it&#039;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.&lt;br /&gt;
&lt;br /&gt;
Whether you&#039;re troubleshooting permission issues for players or simply exploring which permissions plugins are checking, it can be difficult to find accurate information.&lt;br /&gt;
&lt;br /&gt;
Verbose in LuckPerms is designed to help with this by allowing you to monitor &#039;&#039;&#039;permission&#039;&#039;&#039; checks in real time, providing valuable insights during &#039;&#039;&#039;debugging&#039;&#039;&#039; and &#039;&#039;&#039;configuration&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== How does Verbose work ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Command&lt;br /&gt;
!&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;/lp verbose &amp;lt;on/record|off/upload&amp;gt; [filter]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Option&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;on&amp;lt;/code&amp;gt;&lt;br /&gt;
|Turns the verbose overlay on, notifies you in chat that it&#039;s enabled.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;record&amp;lt;/code&amp;gt;&lt;br /&gt;
|Same as “on”; however, you will not be notified via chat.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;off&amp;lt;/code&amp;gt;&lt;br /&gt;
|Just disables the system, and clears any matches from memory.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;upload&amp;lt;/code&amp;gt;&lt;br /&gt;
|Same as &amp;quot;off&amp;quot;, but will upload the results to the web viewer for easier analysis, and provide you with a link.&lt;br /&gt;
|}&lt;br /&gt;
The first argument enables/disables the system, and the second sets up the filter.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;&amp;lt;code&amp;gt;/lp verbose command&amp;lt;/code&amp;gt;&#039;&#039;&#039; allows you to check the permissions of a specific command in-game without any chat-spam or web viewer. To use it, you simply run &#039;&#039;&#039;&amp;lt;code&amp;gt;/lp verbose command  &amp;lt;username&amp;gt; &amp;lt;command&amp;gt;&amp;lt;/code&amp;gt;&#039;&#039;&#039; and LuckPerms will run the following steps:&lt;br /&gt;
&lt;br /&gt;
# Will turn on verbose for the user in question, using the filter for that user.&lt;br /&gt;
# Will force the user to run the command you specify.&lt;br /&gt;
# Will turn verbose off.[[File:Verbose command functionality.png|center|thumb|902x902px|Command Action: &amp;lt;code&amp;gt;/lp verbose command Nacholebraa /gmc&amp;lt;/code&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
This sequence of rapid events will result in the permissions that were checked appearing in chat, without the usual spam. This is  especially useful if you need to fine permissions for a command that is not well documented if at all.&lt;br /&gt;
&lt;br /&gt;
This command will sudo the user to run the command specified. As a result, there are additional permissions required to use this functionality. You can find these permissions within by running the Verbose commands OR checking out the LuckPerms Permission page. &lt;br /&gt;
&lt;br /&gt;
==== Filters ====&lt;br /&gt;
The filter is an expression used to match permission entries, and ignore entries you don&#039;t need. It could just be a player name, or much more advanced.&lt;br /&gt;
&lt;br /&gt;
A filter string will match the start of the permission being checked, or the users full name. You can use &amp;lt;code&amp;gt;&amp;amp;&amp;lt;/code&amp;gt; (and), &amp;lt;code&amp;gt;|&amp;lt;/code&amp;gt; (or), and &amp;lt;code&amp;gt;!&amp;lt;/code&amp;gt; (not / negate) to setup expressions. Parenthesis &amp;lt;code&amp;gt;( )&amp;lt;/code&amp;gt; are also supported.&lt;br /&gt;
&lt;br /&gt;
===== Some examples =====&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;Luck &amp;amp; (essentials | worldedit)&amp;lt;/code&amp;gt; - Matches any checks made against &amp;quot;Luck&amp;quot; that start with &amp;quot;essentials&amp;quot; or &amp;quot;worldedit&amp;quot;&lt;br /&gt;
* &amp;lt;code&amp;gt;Luck &amp;amp; !anticheat&amp;lt;/code&amp;gt; - Matches any checks made against &amp;quot;Luck&amp;quot; that do not start with &amp;quot;anticheat&amp;quot;&lt;br /&gt;
* &amp;lt;code&amp;gt;anticheat &amp;amp; !anticheat.check&amp;lt;/code&amp;gt; - Matches checks on all users starting with &amp;quot;anticheat&amp;quot; but not starting with &amp;quot;anticheat.check&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Verbose command filter.png|center|thumb|1105x1105px|Command Action: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;/lp verbose record Nacholebraa &amp;amp; (essentials | worldedit)&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The web viewer allows you to view the &#039;&#039;&#039;same&#039;&#039;&#039;  information visible in-game just in a cleaner view overall. In certain cases it&#039;s easier to review various permissions  checks through the Web Viewer than in-game. But it&#039;s totally optional and up to the individual running the command.&lt;br /&gt;
[[Category:Staff]]&lt;/div&gt;</summary>
		<author><name>Nacho</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=File:Verbose_command_filter.png&amp;diff=6668</id>
		<title>File:Verbose command filter.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=File:Verbose_command_filter.png&amp;diff=6668"/>
		<updated>2025-07-26T05:38:24Z</updated>

		<summary type="html">&lt;p&gt;Nacho: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;verbose filter example&lt;/div&gt;</summary>
		<author><name>Nacho</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=File:Verbose_command_functionality.png&amp;diff=6667</id>
		<title>File:Verbose command functionality.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=File:Verbose_command_functionality.png&amp;diff=6667"/>
		<updated>2025-07-26T05:31:45Z</updated>

		<summary type="html">&lt;p&gt;Nacho: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Functionality of /lp verbose command&lt;/div&gt;</summary>
		<author><name>Nacho</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Using_LuckPerms_Verbose&amp;diff=5800</id>
		<title>Using LuckPerms Verbose</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Using_LuckPerms_Verbose&amp;diff=5800"/>
		<updated>2025-06-30T01:26:19Z</updated>

		<summary type="html">&lt;p&gt;Nacho: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When working on StateCraft or DemocracyCraft it&#039;s important to note with with various levels of plugins and permissions it&#039;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.&lt;br /&gt;
&lt;br /&gt;
Whether you&#039;re troubleshooting permission issues for players or simply exploring which permissions plugins are checking, it can be difficult to find accurate information.&lt;br /&gt;
&lt;br /&gt;
Verbose in LuckPerms is designed to help with this by allowing you to monitor &#039;&#039;&#039;permission&#039;&#039;&#039; checks in real time, providing valuable insights during &#039;&#039;&#039;debugging&#039;&#039;&#039; and &#039;&#039;&#039;configuration&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== How does Verbose work ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Command&lt;br /&gt;
!&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;/lp verbose &amp;lt;on/record|off/upload&amp;gt; [filter]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Option&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;on&amp;lt;/code&amp;gt;&lt;br /&gt;
|Turns the verbose overlay on, notifies you in chat that it&#039;s enabled.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;record&amp;lt;/code&amp;gt;&lt;br /&gt;
|Same as “on”; however, you will not be notified via chat.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;off&amp;lt;/code&amp;gt;&lt;br /&gt;
|Just disables the system, and clears any matches from memory.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;upload&amp;lt;/code&amp;gt;&lt;br /&gt;
|Same as &amp;quot;off&amp;quot;, but will upload the results to the web viewer for easier analysis, and provide you with a link.&lt;br /&gt;
|}&lt;br /&gt;
The first argument enables/disables the system, and the second sets up the filter.&lt;br /&gt;
[[Category:Staff]]&lt;/div&gt;</summary>
		<author><name>Nacho</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Using_LuckPerms_Verbose&amp;diff=5766</id>
		<title>Using LuckPerms Verbose</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Using_LuckPerms_Verbose&amp;diff=5766"/>
		<updated>2025-06-29T05:12:05Z</updated>

		<summary type="html">&lt;p&gt;Nacho: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dis a test will work on later xoxoxoxox&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Nacho&lt;br /&gt;
[[Category:Staff]]&lt;/div&gt;</summary>
		<author><name>Nacho</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Using_LuckPerms_Verbose&amp;diff=5765</id>
		<title>Using LuckPerms Verbose</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Using_LuckPerms_Verbose&amp;diff=5765"/>
		<updated>2025-06-29T05:05:22Z</updated>

		<summary type="html">&lt;p&gt;Nacho: Created page with &amp;quot;Dis a test will work on later xoxoxoxox   Nacho&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dis a test will work on later xoxoxoxox&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Nacho&lt;/div&gt;</summary>
		<author><name>Nacho</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Category:Staff&amp;diff=5764</id>
		<title>Category:Staff</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Category:Staff&amp;diff=5764"/>
		<updated>2025-06-29T04:50:37Z</updated>

		<summary type="html">&lt;p&gt;Nacho: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anything relating to staff documentation.&lt;br /&gt;
&lt;br /&gt;
Individual staff members should &#039;&#039;&#039;NOT&#039;&#039;&#039; be categorized here.&lt;/div&gt;</summary>
		<author><name>Nacho</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Category:Staff&amp;diff=5763</id>
		<title>Category:Staff</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Category:Staff&amp;diff=5763"/>
		<updated>2025-06-29T04:44:24Z</updated>

		<summary type="html">&lt;p&gt;Nacho: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anything relating to staff documentation.&lt;br /&gt;
&lt;br /&gt;
Individual staff members should &#039;&#039;&#039;NOT&#039;&#039;&#039; be categorized here.&lt;br /&gt;
[[Category:LuckPerms]]&lt;/div&gt;</summary>
		<author><name>Nacho</name></author>
	</entry>
</feed>