Add trigger command unsafe support

This commit is contained in:
Helvetica Volubi
2026-06-04 00:59:24 +08:00
parent a4936582bb
commit 1bb1811027
39 changed files with 30 additions and 2 deletions
@@ -12,6 +12,11 @@ public class CommandConfig implements IConfigModule {
Allow to use tick command""")
public static boolean tick = false;
@ConfigInfo(name = "trigger_command_enabled", comments =
"""
Allow to use trigger command""")
public static boolean trigger = false;
@ConfigInfo(name = "function_command_enabled", comments =
"""
Allow to use function command""")