Dynmap-Forge/Fabric
No reviews yet
Dynamically updated web based maps for Minecraft servers running Forge or Fabric
Does not follow a specific thematic focus apart from vanilla Minecraft.
Used for mods with little to no gameplay elements.
Includes mods that provide maps, minimaps, and informational tools for navigation.
Includes tools and features for server management.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Paper is a fork of Spigot that adds its own plugin API on top of the Bukkit API. All Spigot plugins are compatible with paper, not all paper plugins are compatible with Spigot.
Spigot is a popular software for running dedicated servers that can load Plugins created with the Bukkit API.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
These are the Forge and Fabric versions of the popular Dynmap plugin for Spigot/Paper.
For support and details, see our 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.
- Overall highly configurable and customizable.
- Rendering support for dozens of popular Minecraft Mods
Installation ===
Copy the appropriate Dynmap-*-forge-*.jar or Dynmap-*-fabric-*.jar, to your mods directory. If you are upgrading, remove the older Dynmap-*.zip file. BE SURE TO USE THE RIGHT VERSION OF DYNMAP - IT MUST MATCH THE RELEASE OF MC ASSOCIATED WITH YOUR FORGE OR FABRIC BASED SERVER. This is due to the version specific obfuscation for each Minecraft server release:
- Dynmap-*-fabric-1.17.jar is for MC 1.17 (Fabric)
- Dynmap-*-forge-1.16.5.jar is for MC 1.16.5 (Forge)
- Dynmap-*-fabric-1.16.4.jar is for MC 1.16.4 (Fabric)
- Dynmap-*-forge-1.16.4.jar is for MC 1.16.4 (Forge)
- Dynmap-*-forge-1.16.3.jar is for MC 1.16.3 (Forge)
- Dynmap-*-fabric-1.16.2.jar is for MC 1.16.2 (Fabric)
- Dynmap-*-forge-1.16.2.jar is for MC 1.16.2 (Forge)
- Dynmap-*-forge-1.16.1.jar is for MC 1.16.1 (Forge)
- Dynmap-*-fabric-1.15.2.jar is for MC 1.15.2 (Fabric)
- Dynmap-*-forge-1.15.2.jar is for MC 1.15.2 (Forge)
- Dynmap-*-fabric-1.14.4.jar is for MC 1.14.4 (Fabric)
- Dynmap-*-forge-1.14.4.jar is for MC 1.14.4 (Forge)
- Dynmap-*-forge-1.13.2.jar is for MC 1.13.2 (Forge)
- Dynmap-*-forge-1.12.2.jar is for MC 1.12.2 (Forge)
- Dynmap-*-forge-1.11.2.jar is for MC 1.11.2 (Forge)
If you are running a separate webserver (like Apache) copy the files from '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 the Minecraft, you should be able to navigate to http://yourserverip:8123/ in your browser. In case you are running Minecraft 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 ===
World and template configuration
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! Via Patreon
https://www.patreon.com/dynmap or Ko-Fi https://ko-fi.com/michaelprimm
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.
* MAIN SUPPORT IS NOW ON DISCORD *
For further discussion and announcements, see us on Reddit or Twitter.
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 or mods directory, as appropriate for your loader. If you are upgrading, delete the previous dynmap-*.jar - you do NOT need to delete the plugins/dynmap or dynmap directory or its contents.
If you are running a separate webserver (like Apache) you may need to copy the files from '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
- Base plugin settings - https://github.com/webbukkit/dynmap/wiki/Configuration.txt
- World and template configuration - https://github.com/webbukkit/dynmap/wiki/World-and-template-settings
- Component configuration - https://github.com/webbukkit/dynmap/wiki/Component-Configuration
- HD Map configuration - https://github.com/webbukkit/dynmap/wiki/HD-Map-Configuration
- Wiki - https://github.com/webbukkit/dynmap/wiki
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! Via Patreon
https://www.patreon.com/dynmap or Ko-Fi https://ko-fi.com/michaelprimm
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers