mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-03 18:53:43 +01:00 
			
		
		
		
	Don't force metrics. Forcing metrics is against the precedent for all major Spigot plugins
This commit is contained in:
		@@ -193,7 +193,11 @@ public final class BukkitMain extends JavaPlugin implements Listener, IPlotMain
 | 
				
			|||||||
            getLogger().warning("Update checking disabled. Skipping.");
 | 
					            getLogger().warning("Update checking disabled. Skipping.");
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        this.startMetrics();
 | 
					        if (Settings.Enabled_Components.METRICS) {
 | 
				
			||||||
 | 
					            this.startMetrics();
 | 
				
			||||||
 | 
					        } else {
 | 
				
			||||||
 | 
					            PlotSquared.log(Captions.CONSOLE_PLEASE_ENABLE_METRICS.f(getPluginName()));
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
        if (Settings.Enabled_Components.WORLDS) {
 | 
					        if (Settings.Enabled_Components.WORLDS) {
 | 
				
			||||||
            TaskManager.IMP.taskRepeat(this::unload, 20);
 | 
					            TaskManager.IMP.taskRepeat(this::unload, 20);
 | 
				
			||||||
            try {
 | 
					            try {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user