We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21457a commit 84fd87eCopy full SHA for 84fd87e
src/main/java/me/despical/commandframework/options/Option.java
@@ -9,6 +9,7 @@
9
*
10
* @see Option#CUSTOM_COOLDOWN_CHECKER
11
* @see Option#CONFIRMATIONS
12
+ * @see Option#DEBUG
13
*/
14
public enum Option {
15
@@ -20,5 +21,10 @@ public enum Option {
20
21
/**
22
* This option allows users to check for command confirmations.
23
- CONFIRMATIONS
24
+ CONFIRMATIONS,
25
+
26
+ /**
27
+ * This option enables the debug mode for this framework.
28
+ */
29
+ DEBUG
30
}
0 commit comments