mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2025-03-09 12:59:02 +01:00
Update WorldSystem.java
This commit is contained in:
parent
67e79fbd00
commit
88afa48658
@ -155,10 +155,10 @@ public class WorldSystem extends JavaPlugin {
|
||||
//this.getCommand("ws tnt").setExecutor(new WorldTnt());
|
||||
//this.getCommand("ws fire").setExecutor(new WorldFire());
|
||||
|
||||
|
||||
System.setProperty("bstats.relocatecheck", "false");
|
||||
Metrics m = new Metrics(this);
|
||||
m.addCustomChart(new Metrics.SingleLineChart("worlds", DependenceConfig::getHighestID));
|
||||
// Bstats deactivated
|
||||
// System.setProperty("bstats.relocatecheck", "false");
|
||||
// Metrics m = new Metrics(this);
|
||||
// m.addCustomChart(new Metrics.SingleLineChart("worlds", DependenceConfig::getHighestID));
|
||||
|
||||
//AutoUpdater.startAsync();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user