Posts: 721
Threads: 77
Joined: Apr 2014
Thanks: 113
Given 130 thank(s) in 91 post(s)
Wuddles' PlanetX Cuberite server had something like this since a long time. I don't know what plugin he used though
Posts: 4,628
Threads: 115
Joined: Dec 2011
Thanks: 693
Given 494 thank(s) in 423 post(s)
I don't think he used a plugin for it.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
This could be divided into several separate areas. First, a plugin is needed that converts the world block data into the map bitmap files. Then another addition would be all the overlays, such as protected areas, warps etc. And completely separate is the HTML/JS/AJAX rendering engine and live update. Perhaps most of the web engine could be reused from the Bukkit's plugin, only changing the "backend" to match Cuberite. This would be an awesome project, but very large. We'd need someone who's really good with web technologies to make this work.
Posts: 681
Threads: 26
Joined: May 2014
Thanks: 112
Given 48 thank(s) in 37 post(s)
I'm working at a Company making web and mobile games. I know a lot about web technologies
Posts: 166
Threads: 14
Joined: Nov 2015
Thanks: 13
Given 14 thank(s) in 12 post(s)
The difference is that Minecraft Overviewer doesn't update live. Dynmap actually renders changes done on the map live, and shows player locations, etc.
If you're indeed going to take his web engine, then you should probably ask the original developers permission.
Posts: 681
Threads: 26
Joined: May 2014
Thanks: 112
Given 48 thank(s) in 37 post(s)
On the client side, we could use a websocket for pushing live updates