Package dretax.simpleskins.metrics

Examples of dretax.simpleskins.metrics.Metrics.start()


        ex.printStackTrace();
        this._log.info("Failed to Load Skin Manager on Enable!");
      }
      try {
          Metrics metrics = new Metrics(this);
          metrics.start();
          sendConsoleMessage(ChatColor.GREEN + "Simple Skins Metrics Enabled!");
      } catch (IOException e) {
          // Failed to submit the stats :-(
      }
      getServer().getScheduler().scheduleSyncRepeatingTask(this,
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.