disable pl3xmap for now
This commit is contained in:
parent
a2954e8795
commit
0a21da96d0
|
|
@ -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.");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user