A set of Minecraft mods that provide a real time web-based map system for various Minecraft server implementations.
Go to file
Mike Primm 12c4df777d Add workaround for Spigot 1.13.2 bug with loadChunk(x,z,false)
Workaround problem with fact that World.loadChunk(x, z, false) fails
when called on existing chunks that have not been migrated to 1.13.x
format.
2018-12-01 20:56:08 -06:00
DynmapCore Added MySQL connection flags option "flags" in configuration.txt 2018-11-28 02:33:21 -05:00
DynmapCoreAPI Enhance patch definition - allow for triangles, trapezoids 2018-09-02 11:38:17 -05:00
bukkit-helper Add workaround for Spigot 1.13.2 bug with loadChunk(x,z,false) 2018-12-01 20:56:08 -06:00
bukkit-helper-113 Clean up version and build for Forge 2018-09-03 19:19:04 -05:00
bukkit-helper-113-1 Clean up version and build for Forge 2018-09-03 19:19:04 -05:00
bukkit-helper-113-2 Add workaround for Spigot 1.13.2 bug with loadChunk(x,z,false) 2018-12-01 20:56:08 -06:00
dynmap-api Add gitignore 2018-08-12 21:24:16 -05:00
forge-1.8.9 Chunk state performance for 1.8.9 2018-09-06 22:39:26 -05:00
forge-1.9.4 Chunk state performance for 1.9.4 2018-09-06 22:29:34 -05:00
forge-1.10.2 Chunk state performance for 1.10.2 2018-09-06 22:22:51 -05:00
forge-1.11.2 Chunk state lookup performance in 1.11.2 2018-09-06 22:11:34 -05:00
forge-1.12.2 Fix loading profiles to solve 500 errors on login 2018-10-19 22:28:59 +02:00
gradle/wrapper Switch to gradle build 2018-08-11 23:11:20 -05:00
spigot Added MySQL connection flags option "flags" in configuration.txt 2018-11-28 02:33:21 -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 SNAPSHOT 2018-10-22 19:19:23 -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 1.13.2 Spigot support 2018-10-22 18:52:41 -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