File tree Expand file tree Collapse file tree
common/src/main/java/dev/terminalmc/chatnotify/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,19 +90,19 @@ public enum CheckOwnMode {
9090 * Whether this instance allows use of inclusion triggers.
9191 */
9292 public boolean inclusionEnabled ;
93- public static final boolean inclusionEnabledDefault = false ;
93+ public static final boolean inclusionEnabledDefault = true ;
9494
9595 /**
9696 * Whether this instance allows use of exclusion triggers.
9797 */
9898 public boolean exclusionEnabled ;
99- public static final boolean exclusionEnabledDefault = false ;
99+ public static final boolean exclusionEnabledDefault = true ;
100100
101101 /**
102102 * Whether this instance allows use of response messages.
103103 */
104104 public boolean responseEnabled ;
105- public static final boolean responseEnabledDefault = false ;
105+ public static final boolean responseEnabledDefault = true ;
106106
107107 /**
108108 * The {@link Sound} to play on activation.
You can’t perform that action at this time.
0 commit comments