Package net.citizensnpcs.properties

Examples of net.citizensnpcs.properties.ConfigurationHandler


    private final ConfigurationHandler profile;

    private QuestProgress progress;

    private PlayerProfile(String name) {
        profile = new ConfigurationHandler("plugins/Citizens/profiles/" + name + ".yml");
        this.name = name;
        this.load();
    }
View Full Code Here

TOP

Related Classes of net.citizensnpcs.properties.ConfigurationHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.