rip pl3xmap

This commit is contained in:
2022-09-18 12:31:20 +02:00
parent 61d0af1a05
commit 221539001e
3 changed files with 0 additions and 155 deletions

View File

@@ -86,14 +86,6 @@ public class Plugin extends JavaPlugin {
log.info("Dynmap not found. Disabling map support.");
}
Pl3xMapRelay plexMapper = new Pl3xMapRelay(this);
if (plexMapper.isEnabled()) {
getServer().getPluginManager().registerEvents(plexMapper, this);
log.info("Pl3xmap support enabled.");
} else {
log.info("Pl3xmap not found. Disabling map support.");
}
// Install the event handler after things are loaded so players aren't spammed with text
getServer().getPluginManager().registerEvents(m_playerWatcher, this);
getServer().getPluginManager().registerEvents(new PlayerNotifier(this, m_regions), this);