A set of Minecraft mods that provide a real time web-based map system for various Minecraft server implementations.
Go to file
Mike Primm 360916f5aa Bump to beta-9 2019-12-22 18:51:07 -06:00
DynmapCore Jetty CERT mitigation 2019-12-22 18:13:50 -06:00
DynmapCoreAPI Change 'int blkid' to 'String material' for block and sign-change events. 2019-12-19 21:36:09 -07:00
bukkit-helper 1.13.2 build fix 2019-12-22 18:15:35 -06:00
bukkit-helper-113 1.13.2 build fix 2019-12-22 18:15:35 -06:00
bukkit-helper-113-1 Fix 1.13 world border support, handle world border changes 2018-12-08 10:36:30 -06:00
bukkit-helper-113-2 Add experimental option to try to migrate old chunks 2019-06-09 09:59:08 -05:00
bukkit-helper-114 Alter default behavior when no SkyLight to 'full' vs 'none' 2019-12-15 12:18:52 -06:00
bukkit-helper-114-1 Alter default behavior when no SkyLight to 'full' vs 'none' 2019-12-15 12:18:52 -06:00
bukkit-helper-115 Alter default behavior when no SkyLight to 'full' vs 'none' 2019-12-15 12:18:52 -06:00
dynmap-api Add gitignore 2018-08-12 21:24:16 -05:00
forge-1.8.9 More PR merge fixes... 2019-12-15 01:08:31 -06:00
forge-1.9.4 More PR merge fixes... 2019-12-15 01:08:31 -06:00
forge-1.10.2 More PR merge fixes... 2019-12-15 01:08:31 -06:00
forge-1.11.2 More PR merge fixes... 2019-12-15 01:08:31 -06:00
forge-1.12.2 More PR merge fixes... 2019-12-15 01:08:31 -06:00
forge-1.13.2 Another attempt to sort of 1.13.2 build 2019-12-22 18:13:36 -06:00
gradle/wrapper Switch to gradle build 2018-08-11 23:11:20 -05:00
spigot Merge pull request #2710 from MitchTalmadge/v3.0 2019-12-20 20:38:03 -06:00
.gitignore Cleanup dependencies 2018-08-12 21:20:56 -05:00
LICENSE Add LICENSE 2012-07-06 12:14:25 -05:00
README.md Update README.md 2019-06-09 12:56:43 -05:00
build.gradle Bump to beta-9 2019-12-22 18:51:07 -06:00
buildspec.yml Add buildspec.yml 2019-05-18 23:18:54 -05:00
gradle.properties Update gradle.properties 2019-12-14 18:17:02 -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
settings.gradle Added support for 1.15 2019-12-12 21:15:11 +01:00

README.md

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.8.9 through v1.14.2)
  • Forge v1.8.9 - via Dynmap--forge-1.8.9.jar mod
  • Forge v1.9.4 - via Dynmap--forge-1.9.4.jar mod
  • Forge v1.10.2 - via Dynmap--forge-1.10.2.jar mod
  • Forge v1.11.2 - via Dynmap--forge-1.11.2.jar mod
  • Forge v1.12.2 - via Dynmap--forge-1.12.2.jar mod