[nolist] add more aliases for permissionlist debug command

This commit is contained in:
ajgeiss0702
2023-06-17 11:55:59 -07:00
parent ca36bdfc1f
commit 3e25fd7e2d
@@ -26,7 +26,7 @@ public class PermissionList extends SubCommand {
@Override @Override
public ImmutableList<String> getAliases() { public ImmutableList<String> getAliases() {
return ImmutableList.of(); return ImmutableList.of("permissionslist", "listpermissions", "listpermission");
} }
@Override @Override