mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-04 08:46:41 +00:00
tttt
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
package dev.plex.command.annotation;
|
||||
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface CommandParameters
|
||||
{
|
||||
String description() default "";
|
||||
|
||||
String usage() default "/<command>";
|
||||
|
||||
String aliases() default "";
|
||||
}
|
Reference in New Issue
Block a user