Update AuthMe.java
This commit is contained in:
parent
b371e883cf
commit
354c62358b
@ -127,7 +127,16 @@ public class AuthMe extends JavaPlugin {
|
|||||||
this.getServer().shutdown();
|
this.getServer().shutdown();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
MetricsLite metrics = new MetricsLite(this);
|
||||||
|
metrics.start();
|
||||||
|
ConsoleLogger.info("Metrics-Lite started successfully!");
|
||||||
|
} catch (IOException e) {
|
||||||
|
// Failed to submit the stats :-(
|
||||||
|
ConsoleLogger.showError("Can't start Metrics-Lite! The plugin will work anyway...");
|
||||||
|
}
|
||||||
|
|
||||||
citizens = new CitizensCommunicator(this);
|
citizens = new CitizensCommunicator(this);
|
||||||
|
|
||||||
if (Settings.enableAntiBot) {
|
if (Settings.enableAntiBot) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user