Package com.sk89q.util.config

Examples of com.sk89q.util.config.Configuration


    protected Chat vault;
    private Configuration configuration;

    public void onEnable() {
        try {
            configuration = new Configuration(new File(getDataFolder().getPath() + "/config.yml"));
            configuration.load();
            PluginDescriptionFile desc = this.getDescription();
            VERSION = desc.getVersion();
            server = this.getServer();
          
View Full Code Here

TOP

Related Classes of com.sk89q.util.config.Configuration

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.