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