Posts: 721
	Threads: 77
	Joined: Apr 2014
	
Thanks: 113
	Given 131 thank(s) in 92 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,637
	Threads: 115
	Joined: Dec 2011
	
Thanks: 697
	Given 518 thank(s) in 441 post(s)
	 
 
	
	
		I don't think he used a plugin for it.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 6,482
	Threads: 176
	Joined: Jan 2012
	
Thanks: 131
	Given 1085 thank(s) in 857 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 52 thank(s) in 40 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 52 thank(s) in 40 post(s)
	 
 
	
	
		On the client side, we could use a websocket for pushing live updates