Package dretax.simpleskins.metrics

Examples of dretax.simpleskins.metrics.Metrics


      } catch (IOException ex) {
        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

Related Classes of dretax.simpleskins.metrics.Metrics

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.