disable pl3xmap for now
This commit is contained in:
@@ -383,9 +383,9 @@ public class GriefPrevention extends JavaPlugin
|
||||
namesThread.start();
|
||||
|
||||
new AltitudeListener(this.dataStore, this);
|
||||
if (getServer().getPluginManager().isPluginEnabled("Pl3xMap")) {
|
||||
pl3xmapHook = new Pl3xMapHook(this);
|
||||
}
|
||||
// if (getServer().getPluginManager().isPluginEnabled("Pl3xMap")) {
|
||||
// pl3xmapHook = new Pl3xMapHook(this);
|
||||
// }
|
||||
// databaseConnection = new DatabaseConnection(); // TODO Set up database to pull data from proxyplaytime
|
||||
ignoreClaimWarningTasks = new HashMap<>();
|
||||
AddLogEntry("Boot finished.");
|
||||
|
||||
Reference in New Issue
Block a user