Package org.skriptlang.skript.bukkit
Class SkriptMetrics
java.lang.Object
org.skriptlang.skript.bukkit.SkriptMetrics
helper class to handle bstats metrics
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
setupMetrics
(org.bstats.bukkit.Metrics metrics) Helper method to set up bstats charts on the supplied Metrics object
-
Constructor Details
-
SkriptMetrics
public SkriptMetrics()
-
-
Method Details
-
setupMetrics
public static void setupMetrics(org.bstats.bukkit.Metrics metrics) Helper method to set up bstats charts on the supplied Metrics object- Parameters:
metrics
- The Metrics object to which charts will be added.
-