Package com.nijiko.General

Examples of com.nijiko.General.ConfigurationHandler


  if(!(new File(getDataFolder(), "config.yml").exists())) {
      DefaultConfiguration("config.yml");
  }

  // Gogo
  this.config = new ConfigurationHandler(getConfiguration());
  getConfiguration().load();
  this.config.load();

  // Register
        registerEvents();
View Full Code Here

TOP

Related Classes of com.nijiko.General.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.