Package com.nijikokun.bukkit.Permissions

Examples of com.nijikokun.bukkit.Permissions.FileManager


        this.load(this.defaultWorld, this.config);
    }

    public void load(String world, Configuration config) {
        if (!(new File(this.directory + File.pathSeparator + world + ".yml").exists())) {
            FileManager file = new FileManager(this.directory.getPath() + File.separator, world + ".yml", true);
        }

        config.load();

        this.Worlds.add(world);
View Full Code Here

TOP

Related Classes of com.nijikokun.bukkit.Permissions.FileManager

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.