Version 0.16 Current Release Latest stable and unstable builds Source Code Wiki Supported versions: Dynmap v0.36 or later CommandBook v2.1 or later Dynmap-CommandBook provides a simple way to add visibility of warps and home points defined with CommandBook. When enabled, warps are shown on Dynmap's web maps as labelled markers (defaulting to a portal icon and the label '[warp-name]', both of which are configurable). Also, when enabled, any player defined /home locations can be shown (defaulting to a house icon and the label 'player-name(home)', both of which are configurable). The plugin depends on the presence of both Dynmap and CommandBook, and interacts directly with the CommandBook API. Updates to /home and /warp definitions are automatically processed (on a settable period - default is once per 5 minutes (300 seconds)). By default, the plugin will be active after simply installing it (by unzipping the distribution into the plugins/ directory and restarting the server), with both warps and homes being displayed. Visibility of warps and homes can be controlled with the 'visiblemarkers' and 'hiddenmarkers' settings for each layer. Adding anything to the 'visiblemarkers' list will restrict visibility to only those listed (a blank list implies full visibility). Anything in the 'hiddenmarkers' list is then used to further reduce the markers shown. All the markers on a given world can be shown (or hidden) by including 'world:<worldname>' in the respective list. The homes displayed can also be limited to only those tied to currently online players, via the 'online-only' option. Configuration: After the first load, there will be a config.yml file in the plugins/Dynmap-CommandBook directory. Details of the default configuration, and all the provided settings, can be found here Change Log: 0.16 - Update to CB 1.2.4-R1.0 0.15 - Update to CB 1.1 event model (1.1-R5 READY) 0.14 - Update for CommandBook v2.0 (v1.7 does not work with this release!) 0.13 - Fix bug which caused all warps to be shown on all worlds 0.12 - Add support for 'online-only' option - limit homes displayed to those of online players 0.11 - Add support for visiblemarkers and hiddenmarkers lists, to control visibility; correct default label for "Warps" layer; adjust default refresh period from 5 seconds to 300 seconds. 0.10 - Initial Release
aaah, that make sense, been watching your IRC all day and wondering what the heck you could possibly be doing dynmap wise with commandbook.
One little issue on my part - the default label for the "Warps" layer, in the default configuration, is set to "Homes" not "Warps". Just edit config.yml and change layer.warps.name to "Warps" to correct this. It'll be fixed in the next drop.
You can do that by setting the visiblemarkers list - if it isn't empty, only the corresponding markers are added.
Any idea for a solution to this? Code: java.lang.NoSuchMethodError: com.sk89q.commandbook.locations.RootLocationManager.getLocations(Lorg/bukkit/World;)Ljava/util/List; at org.dynmap.commandbook.DynmapCommandBookPlugin$Layer.updateMarkerSet(DynmapCommandBookPlugin.java:133) at org.dynmap.commandbook.DynmapCommandBookPlugin.updateMarkers(DynmapCommandBookPlugin.java:204) at org.dynmap.commandbook.DynmapCommandBookPlugin.access$200(DynmapCommandBookPlugin.java:33) at org.dynmap.commandbook.DynmapCommandBookPlugin$MarkerUpdate.run(DynmapCommandBookPlugin.java:197) at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:499) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431) at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
What CommandBook version are you running? I know they're refactoring their code quite a bit in the dev builds I was seeing for 1.8 - we're going to need a new release that will support 1.8 but not 1.7.
Looks like I just though I had 1.7, infact it was 1.6 Updated it and now it works fine Sorry for bothering
All good 1.8 is still in development, but I know it'll require an update (which one of our user's has already coded - thanks flames!). Somebody scream when 1.8 is actually released, and I'll spin an update of the official build. I'll probably pull the fix into the latest development builds very soon.
OK - CommandBook 2.0 is now released (previously known as 1.8 during development). I need to test the latest development build of 0.14 with this (http://webbukkit.org/jenkins/public/Dynmap-CommandBook/Dynmap-CommandBook-0.14-bin.zip), but I'm hoping to release an update that is 2.0 compatible tonight.