Skip to content

xtotdam/dynmap-assemble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

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 <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

BG Colors cheatsheet

  • overworld
  • nether
  • the_end (this one isn't black, just very dark violet)

palette

Example

world_t

shrinked 10x (original one is way too big) minified example image here

About

Creates one big map from Dynmap (Minecraft server plugin) tiles

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages