add scoresaber score summary
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 1m59s

This commit is contained in:
Lee
2024-07-16 14:35:02 +01:00
parent f5c31195da
commit 8526036044
101 changed files with 548 additions and 185 deletions

View File

@ -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
*