-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Dynmap marker support to genpoi
command
#305
Comments
Do you have a link to some documentation on Dynmap's maker format? |
Unfortunately I haven't been able to find any docs but I can post an example from my own server shortly. |
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. |
@trezy Beta Bukkit plugin to make Dynmap support MCDungeon natively: http://dev.bukkit.org/bukkit-plugins/dynmap-mcdungeon/ |
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. |
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.The text was updated successfully, but these errors were encountered: