Start mod support API
This commit is contained in:
parent
564c38b44a
commit
b4a3b61c11
1 changed files with 3 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ import org.dynmap.common.DynmapServerInterface;
|
|||
import org.dynmap.common.DynmapListenerManager.EventType;
|
||||
import org.dynmap.hdmap.HDMap;
|
||||
import org.dynmap.markers.MarkerAPI;
|
||||
import org.dynmap.modsupport.ModSupportImpl;
|
||||
import org.dynmap.utils.MapChunkCache;
|
||||
import org.dynmap.utils.VisibilityLimit;
|
||||
|
||||
|
|
@ -756,6 +757,8 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
|
|||
|
||||
helper = BukkitVersionHelper.getHelper();
|
||||
pm = this.getServer().getPluginManager();
|
||||
|
||||
ModSupportImpl.init();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue