super(KickwarsTeam.class, KickwarsPlayer.class, room, false);
Thanks new error on compilation:You are missing 1 parameter for the constructor to have, countsAchievement. Pass that boolean (true/false or a parameter that match that usecase) in and it will be green.
Code:super(KickwarsTeam.class, KickwarsPlayer.class, room, false);