mcdungeon icon indicating copy to clipboard operation
mcdungeon copied to clipboard

Add Dynmap marker support to `genpoi` command

Open trezy opened this issue 9 years ago • 5 comments

Currently genpoi just prints a bit of the data to the screen for copying into your Overviewer config. However, Dynmap has a similar format for it's marker files. We could easily write very similar data to Dynmaps markers file.

trezy avatar Jun 29 '15 12:06 trezy

Do you have a link to some documentation on Dynmap's maker format?

JiFish avatar Jun 29 '15 15:06 JiFish

Unfortunately I haven't been able to find any docs but I can post an example from my own server shortly.

trezy avatar Jun 29 '15 15:06 trezy

There are several other mods that create markers -- for example, we use the voxelmap which makes a very easily-parsed file to add markers. Not sure how many of these should be supported...

However, an option to genpoi to create only the custom POI objects (and not the rest of the file) would be a good idea, so that multiple poi-generators could produce output to be concatenated.

sshipway avatar Aug 20 '15 22:08 sshipway

@trezy Beta Bukkit plugin to make Dynmap support MCDungeon natively: http://dev.bukkit.org/bukkit-plugins/dynmap-mcdungeon/

sshipway avatar Feb 25 '16 22:02 sshipway

Version 2.1 of dynmap-mcdungeon now supports the YAML-type dungeon cache files of the last few updates. This is available on dev.bukkit.org in the project area.

sshipway avatar Dec 25 '17 03:12 sshipway