A set of Minecraft mods that provide a real time web-based map system for various Minecraft server implementations.
Go to file
Stormboomer 39053e36d9 added method to call marker save scheduled job to Dynmap Core, so that MarkerAPIImpl can be private and might not be used directly by other devs. 2019-06-02 13:27:19 +02:00
DynmapCore added method to call marker save scheduled job to Dynmap Core, so that MarkerAPIImpl can be private and might not be used directly by other devs. 2019-06-02 13:27:19 +02:00
DynmapCoreAPI More 1.14 and 1.14.1 fixes 2019-05-14 19:51:42 -05:00
bukkit-helper More 1.14 and 1.14.1 fixes 2019-05-14 19:51:42 -05:00
bukkit-helper-113 More 1.14 and 1.14.1 fixes 2019-05-14 19:51:42 -05: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 Fix 1.13 world border support, handle world border changes 2018-12-08 10:36:30 -06:00
bukkit-helper-114 More 1.14 and 1.14.1 fixes 2019-05-14 19:51:42 -05:00
bukkit-helper-114-1 More 1.14 and 1.14.1 fixes 2019-05-14 19:51:42 -05:00
dynmap-api Add gitignore 2018-08-12 21:24:16 -05:00
forge-1.8.9 Add forum and issue tracker URLs 2018-12-08 23:01:04 -06:00
forge-1.9.4 Add forum and issue tracker URLs 2018-12-08 23:01:04 -06:00
forge-1.10.2 Handle JEIDs/NEIDs on Forge 1.10.2 2019-02-03 14:32:47 -06:00
forge-1.11.2 Add forum and issue tracker URLs 2018-12-08 23:01:04 -06:00
forge-1.12.2 Fix world idle-out on 1.12.2 2018-12-09 09:59:12 -06:00
forge-1.13.2 Update forge 1.13.2 version 2019-04-27 15:58:07 -05:00
gradle/wrapper Switch to gradle build 2018-08-11 23:11:20 -05:00
spigot added method to call marker save scheduled job to Dynmap Core, so that MarkerAPIImpl can be private and might not be used directly by other devs. 2019-06-02 13:27:19 +02: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 SNAPSHOT 2018-12-09 19:17:07 -06:00
buildspec.yml Add buildspec.yml 2019-05-18 23:18:54 -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 Initial 1.14.1 support 2019-05-13 23:41:10 -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