-
Notifications
You must be signed in to change notification settings - Fork 421
Home
Dynamic Map, or dynmap for short, is a plugin for Minecraft's hMod and Bukkit server. It gives you a web-based map - which shows you player positions, and updates itself with world changes, both in real time. The web map has a player list with center on player and follow player functionality.
The original project maintained by k-zed is available on SVN (https://port70.net/svn/dynmap/trunk.
The master branch here on Github is the port from the hMod version to Bukkit with nowadays different features. The port is discussed on Bukkit's forums (http://forums.bukkit.org/threads/dynmap-realtime-minecraft-maps.489/)
A somewhat modified version of the original Dynmap for hMod is still available in the hmod branch of this repo.
- Bukkit Forums: http://forums.bukkit.org/threads/misc-dynmap-v0-12-1-realtime-minecraft-maps-314.489/
- IRC: irc.esper.net #dynmap
Use maven to compile the code, just like Bukkit/CraftBukkit. For this, first 'install' Bukkit with maven (mvn install
inside the Bukkit repo).
Alternatively use ant
to compile the code. Note that the plugin requires Bukkit. Edit build_parameters.xml
to supply ant with the correct paths.
- Base Plugin Settings
- Web Setup
- Storage Setup
- HD Map Configuration
- World and template settings
- Guides
- Advanced Map Configuration
- Component Configuration
- Configuration of worlds
- Exporting World Data in Wavefront OBJ Format
- External Webserver Advanced
- Support for Minecraft Servers other than CraftBukkit
- Support for MinecraftForge based mods
- Support for Tekkit
- Custom Block Definitions
- Model Definition Files
- Texture Definition Files
- Defining a Block using a Custom Block Renderer
- Defining a Block using a Volumetric Model
- Defining a Cuboid Block
- Defining a Simple Block
- Defining Cuboid Models
- Defining Volumetric Models
- Special texture file types
- Using custom block renderers
- Incompatible mods