mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-04 08:46:41 +00:00
Prevent all commands from being loaded
This commit is contained in:
@ -3,5 +3,7 @@ package dev.plex.command.annotation;
|
||||
public @interface System
|
||||
{
|
||||
|
||||
String value();
|
||||
String value() default "";
|
||||
|
||||
boolean debug() default false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user