Future<String> getByPlayerName(String name) async { var uuid = await utils.convertNameToUuid(name); return getByPlayerUuid(uuid); }