A set of Minecraft mods that provide a real time web-based map system for various Minecraft server implementations.
Go to file
mprimm 88816b176e More .gitignore 2018-08-29 07:19:11 -05:00
DynmapCore Add new 1.13.1 blocks (dead corals) 2018-08-26 23:50:10 -05:00
DynmapCoreAPI Fix cave renderer - handle different types of air in 1.13 2018-08-24 02:17:28 -05:00
bukkit-helper More .gitignore 2018-08-29 07:19:11 -05:00
bukkit-helper-113 More .gitignore 2018-08-29 07:19:11 -05:00
bukkit-helper-113-1 Fix pre-1.13 startup problem without breaking 1.13.1... 2018-08-27 08:51:13 -05:00
dynmap-api Add gitignore 2018-08-12 21:24:16 -05:00
forge-1.8.9 More .gitignore 2018-08-29 07:19:11 -05:00
forge-1.9.4 More .gitignore 2018-08-29 07:19:11 -05:00
forge-1.10.2 More .gitignore 2018-08-29 07:19:11 -05:00
forge-1.11.2 More .gitignore 2018-08-29 07:19:11 -05:00
forge-1.12.2 More .gitignore 2018-08-29 07:19:11 -05:00
gradle/wrapper Switch to gradle build 2018-08-11 23:11:20 -05:00
spigot Add initial 1.13.1 support - keep 1.13 support for now 2018-08-26 16:48:29 -05: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 Create README.md 2018-08-23 22:28:35 -05:00
build.gradle Back to snapshots 2018-08-27 22:39:14 -05:00
gradle.properties Increase gradle heap 2018-08-28 21:46:38 -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 Add initial 1.13.1 support - keep 1.13 support for now 2018-08-26 16:48:29 -05: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.13)
  • 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