Add a permission to the base manage command (so it doesn’t autocomplete)
This commit is contained in:
@@ -60,7 +60,7 @@ public class ManageCommand extends BaseCommand {
|
||||
|
||||
@Override
|
||||
public String getPermission() {
|
||||
return null;
|
||||
return "ajqueue.manage";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user