add scoresaber score summary
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 1m59s
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 1m59s
This commit is contained in:
@ -44,6 +44,13 @@ public @interface CommandInfo {
|
||||
*/
|
||||
boolean userInstall() default false;
|
||||
|
||||
/**
|
||||
* If the command can be executed with a prefix
|
||||
*
|
||||
* @return if the command can be executed with a prefix
|
||||
*/
|
||||
boolean prefixAllowed() default false;
|
||||
|
||||
/**
|
||||
* The required permissions for the command
|
||||
*
|
||||
|
Reference in New Issue
Block a user