313233343536373839
private final ConfigurationHandler profile; private QuestProgress progress; private PlayerProfile(String name) { profile = new ConfigurationHandler("plugins/Citizens/profiles/" + name + ".yml"); this.name = name; this.load(); }