A set of Minecraft mods that provide a real time web-based map system for various Minecraft server implementations.
Go to file
Klaus Kirkeby 79e98278d4 better map icon logic
This changes the way maps should be named in worlds.txt and how the sidebar shows the icons.

Added missing map icons.
2020-07-04 19:15:52 +02:00
.vscode Fix Forge 1.12.2 build 2020-04-25 18:51:11 -05:00
bukkit-helper Initial 1.16.1 support - get it running 2020-06-25 19:29:03 -05:00
bukkit-helper-113-2 Finish support for greeting/farewall text on area markers 2020-05-25 13:55:36 -05:00
bukkit-helper-114-1 Revert "Handle 5 bit palette properly (1.16.1)" 2020-06-27 10:46:19 -05:00
bukkit-helper-115 Revert "Handle 5 bit palette properly (1.16.1)" 2020-06-27 10:46:19 -05:00
bukkit-helper-116 Fix biome water coloring in 1.16.1 2020-06-27 11:47:45 -05:00
dynmap-api Add gitignore 2018-08-12 21:24:16 -05:00
DynmapCore better map icon logic 2020-07-04 19:15:52 +02:00
DynmapCoreAPI Update API classifier to match dependency in DynmapCore 2020-06-28 22:34:58 -05:00
forge-1.11.2 Update configuration.txt for block-alias example 2020-06-27 17:59:53 -05:00
forge-1.12.2 More sponge perm work on 1.12.2 2020-06-27 20:22:51 -05:00
forge-1.13.2 Update configuration.txt for block-alias example 2020-06-27 17:59:53 -05:00
forge-1.14.4 Update configuration.txt for block-alias example 2020-06-27 17:59:53 -05:00
forge-1.15.2 Update configuration.txt for block-alias example 2020-06-27 17:59:53 -05:00
forge-1.16.1 More 1.16.1 support 2020-06-30 23:51:00 -05:00
gradle/wrapper Update wrapper to 4.10.2 2020-05-31 11:46:36 -05:00
spigot Update configuration.txt for block-alias example 2020-06-27 17:59:53 -05:00
.gitignore Cleanup dependencies 2018-08-12 21:20:56 -05:00
build.gradle Back to SNAPSHOT 2020-06-27 20:57:43 -05:00
buildspec.yml Add buildspec.yml 2019-05-18 23:18:54 -05:00
gradle.properties Initial 1.15.2 Forge build 2020-05-23 22:41:11 -05:00
gradlew Set execute flag 2018-08-12 10:26:01 -05:00
gradlew.bat Switch to gradle build 2018-08-11 23:11:20 -05:00
LICENSE Add LICENSE 2012-07-06 12:14:25 -05:00
README.md Update README.md 2020-07-01 00:52:31 -05:00
settings.gradle Drop Forge 1.8.9, 1.9.4, 1.10.2; add initial 1.16.1 Forge 2020-06-30 23:37:34 -05:00

Dynmap - dynamic web maps for Minecraft servers

How to build

Dynmap 3.x+ uses Gradle for building support for all platforms, with all resulting artifacts produced in the /targets directory

To build, run: ./gradlew clean build install Or (on Windows): gradlew.bat clean build install

What platforms are supported?

The following target platforms are supported:

  • CraftBukkit/Spigot - via the Dynmap--spigot.jar plugin (supports MC v1.11.2 through v1.15.2)
  • Forge v1.11.2 - via Dynmap--forge-1.11.2.jar mod
  • Forge v1.12.2 - via Dynmap--forge-1.12.2.jar mod
  • Forge v1.13.2 - via Dynmap--forge-1.13.2.jar mod
  • Forge v1.14.4 - via Dynmap--forge-1.14.4.jar mod
  • Forge v1.15.2 - via Dynmap--forge-1.15.2.jar mod
  • Forge v1.16.1 - via Dynmap--forge-1.16.1.jar mod

Data Storage

Dynmap supports the following storage backends:

  • Flat files: The default for a new installation
  • SQLite
  • MySQL
  • PostgreSQL: EXPERIMENTAL

Where to go for questions and discussions

I've just created a Reddit for the Dynmap family of mods/plugins - please give it a try - https://www.reddit.com/r/Dynmap/

Where to go to make donations

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! I've got a Patreon here - https://www.patreon.com/dynmap, and for folks just looking to for a one-time coffee buy, hit my Ko-Fi at https://ko-fi.com/michaelprimm !