https://github.com/xtotdam/dynmap-assemble
Creates one big map from Dynmap (Minecraft server plugin) tiles
https://github.com/xtotdam/dynmap-assemble
dynmap forge map minecraft pillow python server tiles
Last synced: 4 months ago
JSON representation
Creates one big map from Dynmap (Minecraft server plugin) tiles
- Host: GitHub
- URL: https://github.com/xtotdam/dynmap-assemble
- Owner: xtotdam
- License: mit
- Created: 2014-06-22T11:46:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-05-04T16:06:32.000Z (9 months ago)
- Last Synced: 2025-07-13T15:43:07.846Z (7 months ago)
- Topics: dynmap, forge, map, minecraft, pillow, python, server, tiles
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 44
- Watchers: 1
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dynmap-assemble
===============
Assembles one great map from many tiles, produces by DynMap, MC Bukkit map plugin/MC Forge mod
### Dependencies ###
* pillow (PIL)
* tqdm (optional)
### Usage ###
1. Put script into `%SERVER_FOLDER%\plugins\dynmap\web\tiles\` folder
2. Launch it (with arguments or in interactive mode)
3. Enjoy!
```
usage: dynmap-assemble.py [-h] [-i] [-w WORLD] [-m MAP] [-b BGCOLOR] [-r RESIZE]
DynMap map assembler
optional arguments:
-h, --help show this help message and exit
-i, --interactive Use interactive mode. Helps determine arguments
-w WORLD, --world WORLD
Server world to create map for. This is directory in /dynmap/web/tiles. Default is
'world'
-m MAP, --map MAP Map defined in dynmap config. This is directory in /dynmap/web/tiles/. Default
is 't'
-b BGCOLOR, --bgcolor BGCOLOR
Background color. Choose one of the following ['transparent', 'overworld', 'nether',
'the_end', 'black', 'white'] or use hex form (#6495ed)
-r RESIZE, --resize RESIZE
Size in px to which each tile will be resized
```
#### BG Colors cheatsheet ####
- `overworld`
- `nether`
- `the_end` (this one isn't black, just very dark violet)

### Example ###

shrinked 10x (original one is way too big)
