Prevent all commands from being loaded

This commit is contained in:
Focusvity
2022-03-19 15:17:43 +11:00
parent 172080576c
commit d669da9f28
3 changed files with 18 additions and 6 deletions

View File

@ -3,5 +3,7 @@ package dev.plex.command.annotation;
public @interface System
{
String value();
String value() default "";
boolean debug() default false;
}