mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-01 07:36:42 +00:00
Begin fixing command system
This commit is contained in:
@ -6,6 +6,8 @@ import java.lang.annotation.RetentionPolicy;
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface CommandParameters
|
||||
{
|
||||
String name();
|
||||
|
||||
String description() default "";
|
||||
|
||||
String usage() default "/<command>";
|
||||
|
Reference in New Issue
Block a user