Package com.github.zathrus_writer.commandsex.helpers

Examples of com.github.zathrus_writer.commandsex.helpers.Metrics


    }

    // don't start metrics if the user has disabled it
    if (getConf().getBoolean("pluginMetrics")){
      try {
          metrics = new Metrics(plugin);
         
          Graph featureGraph = metrics.createGraph("Feature Statistics");
          if (loadedClasses.contains("Init_Home")){
            featureGraph.addPlotter(new Metrics.Plotter("Homes Set") {
            @Override
View Full Code Here

TOP

Related Classes of com.github.zathrus_writer.commandsex.helpers.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.