Dynmap NeoForge 1.21.1 port
Find a file
2019-10-21 21:32:49 +02:00
bukkit-helper Update settings files 2019-06-09 17:18:34 -05:00
bukkit-helper-113 Update settings files 2019-06-09 17:18:34 -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 Add experimental option to try to migrate old chunks 2019-06-09 09:59:08 -05:00
bukkit-helper-114 Add experimental option to try to migrate old chunks 2019-06-09 09:59:08 -05:00
bukkit-helper-114-1 Add experimental option to try to migrate old chunks 2019-06-09 09:59:08 -05:00
dynmap-api Add gitignore 2018-08-12 21:24:16 -05:00
DynmapCore Implemented functionality to resume full renders by typing "dynmap fullrender resume <world>" or "dynmap fullrender resume <world>:<map>". At the start of the render, existing map tiles are loaded from storage and their location info saved in a set. Before each tile is rendered, the set is checked if it contains the tile about to be rendered. If so, the tile is skipped. Information about skipped tiles is output in the periodic tile update message. 2019-10-21 21:32:49 +02:00
DynmapCoreAPI Handle legacy block IDs in RPs 2019-09-29 16:44:39 -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 verison 2019-09-29 15:29:43 -05:00
gradle/wrapper Switch to gradle build 2018-08-11 23:11:20 -05:00
spigot Reuse 1.14.x helper for supporting 1.14.4 2019-07-21 12:39:17 -05:00
.gitignore Cleanup dependencies 2018-08-12 21:20:56 -05:00
build.gradle Bump to beta-6 2019-09-29 16:53:14 -05: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
LICENSE Add LICENSE 2012-07-06 12:14:25 -05:00
README.md Update README.md 2019-06-09 12:56:43 -05:00
settings.gradle Initial 1.14.1 support 2019-05-13 23:41:10 -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.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