Assembles one great map from many tiles, produces by DynMap, MC Bukkit map plugin/MC Forge mod
- pillow (PIL)
- tqdm (optional)
- Put script into
%SERVER_FOLDER%\plugins\dynmap\web\tiles\
folder - Launch it (with arguments or in interactive mode)
- 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 <server>/dynmap/web/tiles. Default is
'world'
-m MAP, --map MAP Map defined in dynmap config. This is directory in <server>/dynmap/web/tiles/<world>. 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
overworld
nether
the_end
(this one isn't black, just very dark violet)