[nolist] add more aliases for permissionlist debug command
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ public class PermissionList extends SubCommand {
|
||||
|
||||
@Override
|
||||
public ImmutableList<String> getAliases() {
|
||||
return ImmutableList.of();
|
||||
return ImmutableList.of("permissionslist", "listpermissions", "listpermission");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user