@override List<int> get players => server.players.keys .where((channel) => server.getUserWorldName(channel) == worldName) .toList(growable: false);