Im currently getting a no implementation set error on startup. Below is the only code in my entire project that references the api, and is the snippet that was causing the error. I am running on version 1.20.2 with the latest version of citizens 2 which is version 2.0.33
NPC bob = CitizensAPI.getNPCRegistry().createNPC(EntityType.VILLAGER,sb.toString()+(sb.substring(sb.toString().length() - 1).equals("s") ? "'" : "'s")+" Bob");
bob.spawn(WorldConfiguerer.getBobSpawns(wld).get(0));
Attatched is the full console log from server startup to when the error was caused