Dynmap®
* MAIN SUPPORT IS NOW ON DISCORD *
For further discussion and announcements, see us on Reddit or Twitter.
A Google Maps-like map for your Minecraft server that can be viewed in a browser. Easy to set up when making use of Dynmap's integrated webserver which works out-of-the-box, while also available to be integrated into existing websites running on Apache and the like. Dynmap can render your worlds using different renderers, some suitable for performance, some for high detail.
Components allow you to add/remove functionality to make Dynmap suit your needs. Using the components Dynmap comes supplied with, there is support for chat balloons, web-to-game chat, and configurable markers, areas, and lines.
Features
- Highly configurable maps per world
- Real-time updates: maps are kept in sync with your world in real-time, updates are shown while your leave your browser open
- Players with their faces are visible on the map
- Chat messages are visible (as balloons or in a chatbox) on the map.
- Map viewers can chat to players in-game.
- Current Minecraft time is visible on the map.
- Current Minecraft weather is visible on the map.
- WorldGuard, Residence, Towny and Factions regions that can be visible on the map (through corresponding Dynmap-* plugins)
- Overall highly configurable and customizable.
Installation
Copy dynmap-*.jar into your plugins directory. If you are upgrading, delete the previous dynmap-*.jar - you do NOT need to delete the plugins/dynmap directory or its contents.
If you are running a separate webserver (like Apache) you may need to copy the files from 'plugins/dynmap/web/' to a directory in your http-root and follow this guide. When upgrading, make sure you also upgrade the copied files.
First time use
When you start CraftBukkit, you should be able to navigate to http://yourserverip:8123/ in your browser. In case you are running CraftBukkit on the PC you are currently working on, you can navigate to http://localhost:8123/. You should be able to see the players who are in-game. Note that the map is not yet rendered, therefore the background will be black.
If you are planning on using the HD renderer, now would be a good time to do so. Enable 'deftemplatesuffix: hires' in the top of configuration.txt. More information about deftemplatesuffix is available at Base plugin settings.
If you just want to see Dynmap work, use the following command in-game: /dynmap fullrender. The wiki contains more information about commands and permissions. The map should reveal itself gradually in the browser, give it some time. Progress messages indicate that Dynmap is working and will show when the render is completed.
Configuration
Dynmap Add-Ons:
Both to demonstrate the API, and to help manage the growth of this already-huge plugin, we've started producing additional plugins for Dynmap. All of these will depend on Dynmap and interface through its APIs, but only need to be added by folks that are interested in the additional function they provide:
- dynmap-mobs: Provides marker layer for real-time position of selected mobs on dynmap maps.
- dynmap-residence: Successor to the 'regions' support for Residence in Dynmap, with live update of Residence changes
- Dynmap-WorldGuard: Successor to the 'regions' support for WorldGuard in Dynmap, with live update of WorldGuard changes
- Dynmap-Towny: Successor to the 'regions' support for Towny in Dynmap, with live update of Towny changes
- Dynmap-Factions: Successor to the 'regions' support for Factions in Dynmap, with live update of Factions changes
- Dynmap-CommandBook: Add support for showing /home and /warp locations defined using CommandBook.
- Dynmap-Essentials: Add support for showing /home and /warp locations defined using Essentials.
- Dynmap-GriefPrevention: Add support for showing Grief Protection claims
- Dynmap2CraftIRC3: Integrate Dynmap's web chat with IRC via CraftIRC
- Dynmap-SimpleClans: Integrate SimpleClans with Dynmap
- Dynmap-HeroChat: Integrate HeroChat v5.5+ with Dynmap
- Dynmap-PhysicalShop
- Dynmap-pyLandmarks
- Dynmap-PreciousStones: Integrate PreciousStones with Dynmap
- Dynmap-AdminCmd: Integrate AdminCmd with Dynmap
- Dynmap-PlayerWarp
- Dynmap-Citizens: Integrate Citizens with Dynmap
Mods integrated with Dynmap:
The following mods are known to support dynmap integration without needing an add-on:
Also, for the best response to questions and such, please post comments to our main forum thread - http://www.minecraftforum.net/topic/1543523-dynmap-dynamic-web-based-maps-for-minecraft/. Once again, having more than one place just isn't helpful, and this is where the 'Dynmap Community' already operates.
Disclosure
This plugin utilizes bStats.org plugin metrics system, which means that the following information is collected and sent to bstats.org:
- A unique identifier
- The server's version of Java
- Whether the server is in offline or online mode
- The plugin's version
- The server's version
- The OS version/name and architecture
- The core count for the CPU
- The number of players online
- The Metrics version
Donations and Tips
Dynmap and my other mods and plugins have always been free, as I work on them as time permits and not as a job - the upside is that the price is good, the downside is they get the time I have left after working, taking care of my family, and other things!
I've set up a coffee-fund jar (I believe in the theory that software developers are machines that turn caffeine into code), for anyone who wants to throw in some tips! For Patreon - https://www.patreon.com/dynmap or for Ko-Fi https://ko-fi.com/michaelprimm
-
View User Profile
-
Send Message
Posted Aug 27, 2012Since .60 - .7 i have had this error. The minute all 3 maps get done rendering i get this, and then the only map i can see is the cave map. Only way to rectify this is too wipe the plugin and start over.
2012-08-27 18:23:41 [INFO] [dynmap] Enabling dynmap v0.70.3-1298 2012-08-27 18:23:41 [INFO] [dynmap] Using Permissions 3.1.6 for access control 2012-08-27 18:23:41 [SEVERE] [dynmap] Error loading maptype java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedConstructorAccessor350.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.dynmap.ConfigurationNode.createInstance(ConfigurationNode.java:322) at org.dynmap.ConfigurationNode.createInstances(ConfigurationNode.java:336) at org.dynmap.hdmap.HDMapManager.loadHDShaders(HDMapManager.java:38) at org.dynmap.MapManager.<init>(MapManager.java:740) at org.dynmap.DynmapCore.enableCore(DynmapCore.java:344) at org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:615) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:386) at org.dynmap.bukkit.DynmapPlugin$BukkitServer.reload(DynmapPlugin.java:161) at org.dynmap.DynmapCore.processCommand(DynmapCore.java:871) at org.dynmap.bukkit.DynmapPlugin.onCommand(DynmapPlugin.java:658) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166) at forge.bukkit.ForgeCommandMap.dispatch(ForgeCommandMap.java:55) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:497) at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:843) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:799) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:781) at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34) at net.minecraft.server.NetworkManager.b(NetworkManager.java:234) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:119) at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:83) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:579) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: java.lang.ArrayIndexOutOfBoundsException 2012-08-27 18:23:41 [SEVERE] java.lang.reflect.InvocationTargetException 2012-08-27 18:23:41 [SEVERE] at sun.reflect.GeneratedConstructorAccessor350.newInstance(Unknown Source) 2012-08-27 18:23:41 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 2012-08-27 18:23:41 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Source) 2012-08-27 18:23:41 [SEVERE] at org.dynmap.ConfigurationNode.createInstance(ConfigurationNode.java:322) 2012-08-27 18:23:41 [SEVERE] at org.dynmap.ConfigurationNode.createInstances(ConfigurationNode.java:336) 2012-08-27 18:23:41 [SEVERE] at org.dynmap.hdmap.HDMapManager.loadHDShaders(HDMapManager.java:38) 2012-08-27 18:23:41 [SEVERE] at org.dynmap.MapManager.<init>(MapManager.java:740) 2012-08-27 18:23:41 [SEVERE] at org.dynmap.DynmapCore.enableCore(DynmapCore.java:344) 2012-08-27 18:23:41 [SEVERE] at org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:615) 2012-08-27 18:23:41 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215) 2012-08-27 18:23:41 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) 2012-08-27 18:23:41 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:386) 2012-08-27 18:23:41 [SEVERE] at org.dynmap.bukkit.DynmapPlugin$BukkitServer.reload(DynmapPlugin.java:161) 2012-08-27 18:23:41 [SEVERE] at org.dynmap.DynmapCore.processCommand(DynmapCore.java:871) 2012-08-27 18:23:41 [SEVERE] at org.dynmap.bukkit.DynmapPlugin.onCommand(DynmapPlugin.java:658) 2012-08-27 18:23:41 [SEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40) 2012-08-27 18:23:41 [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166) 2012-08-27 18:23:41 [SEVERE] at forge.bukkit.ForgeCommandMap.dispatch(ForgeCommandMap.java:55) 2012-08-27 18:23:41 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:497) 2012-08-27 18:23:41 [SEVERE] at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:843) 2012-08-27 18:23:41 [SEVERE] at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:799) 2012-08-27 18:23:41 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:781) 2012-08-27 18:23:41 [SEVERE] at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34) 2012-08-27 18:23:41 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:234) 2012-08-27 18:23:41 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:119) 2012-08-27 18:23:41 [SEVERE] at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:83) 2012-08-27 18:23:41 [SEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:579) 2012-08-27 18:23:41 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467) 2012-08-27 18:23:41 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-08-27 18:23:41 [SEVERE] Caused by: java.lang.ArrayIndexOutOfBoundsException 2012-08-27 18:23:41 [SEVERE] [dynmap] Error loading maptype java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedConstructorAccessor350.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.dynmap.ConfigurationNode.createInstance(ConfigurationNode.java:322) at org.dynmap.ConfigurationNode.createInstances(ConfigurationNode.java:336) at org.dynmap.hdmap.HDMapManager.loadHDShaders(HDMapManager.java:38) at org.dynmap.MapManager.<init>(MapManager.java:740) at org.dynmap.DynmapCore.enableCore(DynmapCore.java:344) at org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:615) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:386) at org.dynmap.bukkit.DynmapPlugin$BukkitServer.reload(DynmapPlugin.java:161) at org.dynmap.DynmapCore.processCommand(DynmapCore.java:871) at org.dynmap.bukkit.DynmapPlugin.onCommand(DynmapPlugin.java:658) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166) at forge.bukkit.ForgeCommandMap.dispatch(ForgeCommandMap.java:55) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:497) at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:843) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:799) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:781) at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34) at net.minecraft.server.NetworkManager.b(NetworkManager.java:234) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:119) at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:83) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:579) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: java.lang.ArrayIndexOutOfBoundsException 2012-08-27 18:23:41 [SEVERE] java.lang.reflect.InvocationTargetException 2012-08-27 18:23:41 [SEVERE] at sun.reflect.GeneratedConstructorAccessor350.newInstance(Unknown Source) 2012-08-27 18:23:41 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 2012-08-27 18:23:41 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Source) 2012-08-27 18:23:41 [SEVERE] at org.dynmap.ConfigurationNode.createInstance(ConfigurationNode.java:322) 2012-08-27 18:23:41 [SEVERE] at org.dynmap.ConfigurationNode.createInstances(ConfigurationNode.java:336) 2012-08-27 18:23:41 [SEVERE] at org.dynmap.hdmap.HDMapManager.loadHDShaders(HDMapManager.java:38) 2012-08-27 18:23:41 [SEVERE] at org.dynmap.MapManager.<init>(MapManager.java:740) 2012-08-27 18:23:41 [SEVERE] at org.dynmap.DynmapCore.enableCore(DynmapCore.java:344) 2012-08-27 18:23:41 [SEVERE] at org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:615) 2012-08-27 18:23:41 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215) 2012-08-27 18:23:41 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) 2012-08-27 18:23:41 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:386) 2012-08-27 18:23:41 [SEVERE] at org.dynmap.bukkit.DynmapPlugin$BukkitServer.reload(DynmapPlugin.java:161) 2012-08-27 18:23:41 [SEVERE] at org.dynmap.DynmapCore.processCommand(DynmapCore.java:871) 2012-08-27 18:23:41 [SEVERE] at org.dynmap.bukkit.DynmapPlugin.onCommand(DynmapPlugin.java:658) 2012-08-27 18:23:41 [SEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40) 2012-08-27 18:23:41 [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166) 2012-08-27 18:23:41 [SEVERE] at forge.bukkit.ForgeCommandMap.dispatch(ForgeCommandMap.java:55) 2012-08-27 18:23:41 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:497) 2012-08-27 18:23:41 [SEVERE] at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:843) 2012-08-27 18:23:41 [SEVERE] at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:799) 2012-08-27 18:23:41 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:781) 2012-08-27 18:23:41 [SEVERE] at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34) 2012-08-27 18:23:41 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:234) 2012-08-27 18:23:41 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:119) 2012-08-27 18:23:41 [SEVERE] at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:83) 2012-08-27 18:23:41 [SEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:579) 2012-08-27 18:23:41 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467) 2012-08-27 18:23:41 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-08-27 18:23:41 [SEVERE] Caused by: java.lang.ArrayIndexOutOfBoundsException 2012-08-27 18:23:42 [SEVERE] [dynmap] Error loading maptype java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedConstructorAccessor350.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.dynmap.ConfigurationNode.createInstance(ConfigurationNode.java:322) at org.dynmap.ConfigurationNode.createInstances(ConfigurationNode.java:336) at org.dynmap.hdmap.HDMapManager.loadHDShaders(HDMapManager.java:38) at org.dynmap.MapManager.<init>(MapManager.java:740) at org.dynmap.DynmapCore.enableCore(DynmapCore.java:344) at org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:615) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:386) at org.dynmap.bukkit.DynmapPlugin$BukkitServer.reload(DynmapPlugin.java:161) at org.dynmap.DynmapCore.processCommand(DynmapCore.java:871) at org.dynmap.bukkit.DynmapPlugin.onCommand(DynmapPlugin.java:658) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166) at forge.bukkit.ForgeCommandMap.dispatch(ForgeCommandMap.java:55) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:497) at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:843) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:799) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:781) at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34) at net.minecraft.server.NetworkManager.b(NetworkManager.java:234) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:119) at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:83) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:579) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: java.lang.ArrayIndexOutOfBoundsException 2012-08-27 18:23:42 [SEVERE] java.lang.reflect.InvocationTargetException 2012-08-27 18:23:42 [SEVERE] at sun.reflect.GeneratedConstructorAccessor350.newInstance(Unknown Source) 2012-08-27 18:23:42 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 2012-08-27 18:23:42 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Source) 2012-08-27 18:23:42 [SEVERE] at org.dynmap.ConfigurationNode.createInstance(ConfigurationNode.java:322) 2012-08-27 18:23:42 [SEVERE] at org.dynmap.ConfigurationNode.createInstances(ConfigurationNode.java:336) 2012-08-27 18:23:42 [SEVERE] at org.dynmap.hdmap.HDMapManager.loadHDShaders(HDMapManager.java:38) 2012-08-27 18:23:42 [SEVERE] at org.dynmap.MapManager.<init>(MapManager.java:740) 2012-08-27 18:23:42 [SEVERE] at org.dynmap.DynmapCore.enableCore(DynmapCore.java:344) 2012-08-27 18:23:42 [SEVERE] at org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:615) 2012-08-27 18:23:42 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215) 2012-08-27 18:23:42 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) 2012-08-27 18:23:42 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:386) 2012-08-27 18:23:42 [SEVERE] at org.dynmap.bukkit.DynmapPlugin$BukkitServer.reload(DynmapPlugin.java:161) 2012-08-27 18:23:42 [SEVERE] at org.dynmap.DynmapCore.processCommand(DynmapCore.java:871) 2012-08-27 18:23:42 [SEVERE] at org.dynmap.bukkit.DynmapPlugin.onCommand(DynmapPlugin.java:658) 2012-08-27 18:23:42 [SEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40) 2012-08-27 18:23:42 [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166) 2012-08-27 18:23:42 [SEVERE] at forge.bukkit.ForgeCommandMap.dispatch(ForgeCommandMap.java:55) 2012-08-27 18:23:42 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:497) 2012-08-27 18:23:42 [SEVERE] at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:843) 2012-08-27 18:23:42 [SEVERE] at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:799) 2012-08-27 18:23:42 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:781) 2012-08-27 18:23:42 [SEVERE] at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34) 2012-08-27 18:23:42 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:234) 2012-08-27 18:23:42 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:119) 2012-08-27 18:23:42 [SEVERE] at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:83) 2012-08-27 18:23:42 [SEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:579) 2012-08-27 18:23:42 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467) 2012-08-27 18:23:42 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-08-27 18:23:42 [SEVERE] Caused by: java.lang.ArrayIndexOutOfBoundsException 2012-08-27 18:23:42 [SEVERE] [dynmap] Error loading maptype java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedConstructorAccessor350.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.dynmap.ConfigurationNode.createInstance(ConfigurationNode.java:322) at org.dynmap.ConfigurationNode.createInstances(ConfigurationNode.java:336) at org.dynmap.hdmap.HDMapManager.loadHDShaders(HDMapManager.java:38) at org.dynmap.MapManager.<init>(MapManager.java:740) at org.dynmap.DynmapCore.enableCore(DynmapCore.java:344) at org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:615) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:386) at org.dynmap.bukkit.DynmapPlugin$BukkitServer.reload(DynmapPlugin.java:161) at org.dynmap.DynmapCore.processCommand(DynmapCore.java:871) at org.dynmap.bukkit.DynmapPlugin.onCommand(DynmapPlugin.java:658) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166) at forge.bukkit.ForgeCommandMap.dispatch(ForgeCommandMap.java:55) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:497) at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:843) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:799) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:781) at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34) at net.minecraft.server.NetworkManager.b(NetworkManager.java:234) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:119) at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:83) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:579) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: java.lang.ArrayIndexOutOfBoundsException 2012-08-27 18:23:42 [SEVERE] java.lang.reflect.InvocationTargetException 2012-08-27 18:23:42 [SEVERE] at sun.reflect.GeneratedConstructorAccessor350.newInstance(Unknown Source) 2012-08-27 18:23:42 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 2012-08-27 18:23:42 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Source) 2012-08-27 18:23:42 [SEVERE] at org.dynmap.ConfigurationNode.createInstance(ConfigurationNode.java:322) 2012-08-27 18:23:42 [SEVERE] at org.dynmap.ConfigurationNode.createInstances(ConfigurationNode.java:336) 2012-08-27 18:23:42 [SEVERE] at org.dynmap.hdmap.HDMapManager.loadHDShaders(HDMapManager.java:38) 2012-08-27 18:23:42 [SEVERE] at org.dynmap.MapManager.<init>(MapManager.java:740) 2012-08-27 18:23:42 [SEVERE] at org.dynmap.DynmapCore.enableCore(DynmapCore.java:344) 2012-08-27 18:23:42 [SEVERE] at org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:615) 2012-08-27 18:23:42 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215) 2012-08-27 18:23:42 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) 2012-08-27 18:23:42 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:386) 2012-08-27 18:23:42 [SEVERE] at org.dynmap.bukkit.DynmapPlugin$BukkitServer.reload(DynmapPlugin.java:161) 2012-08-27 18:23:42 [SEVERE] at org.dynmap.DynmapCore.processCommand(DynmapCore.java:871) 2012-08-27 18:23:42 [SEVERE] at org.dynmap.bukkit.DynmapPlugin.onCommand(DynmapPlugin.java:658) 2012-08-27 18:23:42 [SEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40) 2012-08-27 18:23:42 [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166) 2012-08-27 18:23:42 [SEVERE] at forge.bukkit.ForgeCommandMap.dispatch(ForgeCommandMap.java:55) 2012-08-27 18:23:42 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:497) 2012-08-27 18:23:42 [SEVERE] at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:843) 2012-08-27 18:23:42 [SEVERE] at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:799) 2012-08-27 18:23:42 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:781) 2012-08-27 18:23:42 [SEVERE] at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34) 2012-08-27 18:23:42 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:234) 2012-08-27 18:23:42 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:119) 2012-08-27 18:23:42 [SEVERE] at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:83) 2012-08-27 18:23:42 [SEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:579) 2012-08-27 18:23:42 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467) 2012-08-27 18:23:42 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-08-27 18:23:42 [SEVERE] Caused by: java.lang.ArrayIndexOutOfBoundsException 2012-08-27 18:23:42 [INFO] [dynmap] Loaded 16 shaders. 2012-08-27 18:23:42 [INFO] [dynmap] Loaded 82 perspectives. 2012-08-27 18:23:42 [INFO] [dynmap] Loaded 12 lightings. 2012-08-27 18:23:42 [INFO] [dynmap] Web server started on address 0.0.0.0:8124 2012-08-27 18:23:42 [INFO] [dynmap] version 0.70.3-1298 is enabled - core version 0.70.3-342 2012-08-27 18:23:42 [SEVERE] [dynmap] HDMap 'flat' loading invalid shader 'stdtexture' - map disabled 2012-08-27 18:23:42 [SEVERE] [dynmap] HDMap 'surface' loading invalid shader 'stdtexture' - map disabled 2012-08-27 18:23:42 [INFO] [dynmap] Loaded 1 maps of world 'buildception'. 2012-08-27 18:23:42 [INFO] [dynmap] Loaded 13 pending tile renders for world 'buildception 2012-08-27 18:23:42 [INFO] [dynmap] World 'buildception_the_end' disabled 2012-08-27 18:23:42 [INFO] [dynmap] World 'buildception_nether' disabled 2012-08-27 18:23:42 [INFO] [dynmap] World 'ores' disabled 2012-08-27 18:23:42 [INFO] [dynmap] World 'flatroom' disabled 2012-08-27 18:23:42 [INFO] [dynmap] World 'world' disabled 2012-08-27 18:23:42 [INFO] [dynmap] Enabled 2012-08-27 18:23:42 [INFO] [dynmap] Exception: 513,0,-1 2012-08-27 18:23:42 [INFO] [dynmap] Exception: 703,0,-1 2012-08-27 18:23:42 [INFO] [dynmap] Exception: 771,0,-1 2012-08-27 18:23:42 [INFO] [dynmap] Exception: 986,7,-1
-
View User Profile
-
Send Message
Posted Aug 27, 2012Im having trouble with setting it up. i have a apache server (wamp) but i dont know how to set that up and i cant reach the dynmap with http://localhost:8123
-
View User Profile
-
Send Message
Posted Aug 27, 2012@Kleryon
Hi, to disable 3d and cave system maps you have to go into the dynamaps folder and go into the templates folder, select which file by the map and what quality you have chosen. When you open the file up (use notepad++) disable the lines for 3d and cave maps. This is what I did to disable flat and cave maps on my server.
templates:
# Template for normal world (HDMap lowres)
normal-lowres:
enabled: true
# Number of extra zoom-out levels for world (each level is twice as big as the previous one)
extrazoomout: 2
#center:
# x: 0
# y: 64
# z: 0
maps:
# - class: org.dynmap.hdmap.HDMap
# name: flat
# title: "Flat"
# prefix: flat
# perspective: iso_S_90_lowres
# shader: stdtexture
# lighting: shadows
# # Adjust extra zoom in levels - default is 2
# mapzoomin: 2
- class: org.dynmap.hdmap.HDMap
name: surface
title: "Surface"
prefix: t
perspective: iso_SE_60_lowres
shader: stdtexture
lighting: shadows
# Adjust extra zoom in levels - default is 2
mapzoomin: 2
# - class: org.dynmap.hdmap.HDMap
# name: cave
# title: "Cave"
# prefix: ct
# perspective: iso_SE_60_lowres
# shader: cave
# lighting: default
# # Adjust extra zoom in levels - default is 2
# mapzoomin: 2
-
View User Profile
-
Send Message
Posted Aug 27, 2012in future updates do you think you will be abel to render the players as well and also be able to rotate the mpa while in 3D view ?
-
View User Profile
-
Send Message
Posted Aug 27, 2012Hello dude, One question, Is it possible to activate dynmap residence just for the flat map and not for the surface map ?
-
View User Profile
-
Send Message
Posted Aug 27, 2012@souldevour
Thats not what I meant. I dont need any login function.
All I want is, that we Admins/Ops are shown on the map by default, without having to use the /dynmap show NAME command every time we login. Thats very annoying.
But I don't see whats the problem here, as we do not have any scurity option enabled. (See my previous post here where I stated which options we use)
-
View User Profile
-
Send Message
Posted Aug 27, 2012is it possible to disable the render of the smallest files (-289_-1.jpg, -289_-10.jpg) so that only files such like z_-289_-10.jpg or zz_-289_-10.jpg are stored?
i have a large map (18.000 x 18.000 blocks) and the flat map has over 7 million files. when i use my favorite config a have 7 million files for flat day and 7 mio. for flat night + minimum the same for surface. this are round about 30 mio. files, without the nether and the end. the problem is this slows my apache2, my hdd and my whole server so that no one can play :(
for now i disable the night view und change the mapzoomin to -1. but the mapzoomin prevent only the homepage to zoom in, not the render :(
i hope anyone understand what i mean.
-
View User Profile
-
Send Message
Posted Aug 26, 2012I has a really really strange error..
http://pastebin.com/YnXjVCsS
-
View User Profile
-
Send Message
Posted Aug 26, 2012Imm gettting this odd error.
Any suggestions?
-
View User Profile
-
Send Message
Posted Aug 26, 2012HELP? Is it possible to see all ips/player-ids that are currently viewing dynmap?
-
View User Profile
-
Send Message
Posted Aug 26, 2012Hey, i'm having trouble setting this up with JSON...
The github wiki is outdated for the latest version where the config.js is depricated. The tiles generate perfect, and display. but i get "Could not update map: Internal Server Error" at the top. Not too sure whats causing it. Ive gone straight to the php pages, turned on php errors etc to see if it was something i could fix. but it still gets 500 error.
Config: http://pastebin.com/MAExjKYX
Map URL: http://map.roguedraco.net/
Please help!
EDIT: Fixed it. i changed url.update to "standalone/dynmap_{world}.json" and it seems to work now
-
View User Profile
-
Send Message
Posted Aug 26, 2012I want to hide a few maps from dynmap but not actually disabling them from ingame.
I have the_end and _nether maps which i want to hide whilst also SG1,SG2,SG3 which are game arenas, how could i hide them?
-
View User Profile
-
Send Message
Posted Aug 26, 2012Does it work on Hamachi because i cant make it work.
-
View User Profile
-
Send Message
Posted Aug 26, 2012I'm not sure if I am the only one experiencing this, but recently dynmap has been directing me to the "GGG Tekkit Server" dynmap no matter what IP I put in my browser. Is there any fix?
-
View User Profile
-
Send Message
Posted Aug 26, 2012@wiloh95
25567
-
View User Profile
-
Send Message
Posted Aug 25, 2012I have two Questions
No1. Your plugin currently have no support for 4096 block id's yet you support a huge variety of mods, if someone is to use all of those mods then surely some would be above 255 in he id range, will there be any addon or something that can allow us to use 4096 id's
No2. How do one go about to get Dynmap to support your mod, I look at the .txt files for Buildcraft do I just create similar pages like that for the mod and then enable it in the configurations?
-
View User Profile
-
Send Message
Posted Aug 25, 2012laggs the server then crashes it.. maybe this doesn't happen without addons?
-
View User Profile
-
Send Message
Posted Aug 24, 2012@serfma
You'll need to either get a proper website with a hosting company or, as I've done, get an account with a DDNS (Dynamic DNS) company. My router at home supports several DDNS systems, so all I did was get an account with one of the supported companies, set up an account with them and then configure my router with the account details. Now everyone can access Dynmay by going to http://hostname.no-ip.org:8165 (Where 'hostname' is the name I wanted and picked 'no-ip.org' from a selection made available from the DDNS company).
If you want "www.websitename.com/dynmap/" then it's a hosting company you'll need to talk to.
I hope this helps.
-
View User Profile
-
Send Message
Posted Aug 24, 2012Hmm, How can I set up Dynmap to use an address such as: "www.websitename.com/dynmap/" to make it easier for players to remember the address instead of using the IP:Port?
-
View User Profile
-
Send Message
Posted Aug 24, 2012hi there can we get a update for
http://dev.bukkit.org/server-mods/dynmap-residence/
please *gives sad eyes*