rip pl3xmap
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user