Fix bStats problem and commit Setup progress

This commit is contained in:
Sauilitired
2018-12-23 17:38:27 +01:00
parent 25b34b419f
commit 165cac8b13
2 changed files with 122 additions and 7 deletions

View File

@ -735,6 +735,7 @@ public final class BukkitMain extends JavaPlugin implements Listener, IPlotMain
if (this.metricsStarted) {
return;
}
System.setProperty("bstats.relocatecheck", "false"); // We do not want to relocate the package...
new org.bstats.bukkit.Metrics(this); // bstats
PlotSquared.log(C.PREFIX + "&6Metrics enabled.");
this.metricsStarted = true;