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