Skip to content

Commit 84fd87e

Browse files
committed
Added debug option
1 parent a21457a commit 84fd87e

File tree

1 file changed

+7
-1
lines changed
  • src/main/java/me/despical/commandframework/options

1 file changed

+7
-1
lines changed

src/main/java/me/despical/commandframework/options/Option.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*
1010
* @see Option#CUSTOM_COOLDOWN_CHECKER
1111
* @see Option#CONFIRMATIONS
12+
* @see Option#DEBUG
1213
*/
1314
public enum Option {
1415

@@ -20,5 +21,10 @@ public enum Option {
2021
/**
2122
* This option allows users to check for command confirmations.
2223
*/
23-
CONFIRMATIONS
24+
CONFIRMATIONS,
25+
26+
/**
27+
* This option enables the debug mode for this framework.
28+
*/
29+
DEBUG
2430
}

0 commit comments

Comments
 (0)