disable pl3xmap for now

This commit is contained in:
Len 2022-09-11 19:32:55 +02:00
parent a2954e8795
commit 0a21da96d0

View File

@ -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.");