Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/warriorrrr/maptool

A simple command line program to read Minecraft's map.dat files
https://github.com/warriorrrr/maptool

map mapart minecraft

Last synced: about 1 month ago
JSON representation

A simple command line program to read Minecraft's map.dat files

Awesome Lists containing this project

README

        

# MapTool

A simple command line program to read Minecraft's map.dat files.

## Usage
To start, use `java -jar MapTool.jar` and enter the absolute path to your server's main world's `data` folder.
For repeated use, you can specify the data folder using the --datafolder command line argument.

## Commands
| Command | Description |
|---------------|----------------------------------------------------------------------------------------|
| lookup \ | Displays some basic information about a map, including it's dimension and coordinates. |
| view \ | Shows the map as it would look in-game using ANSI escape codes. |
| export \ | Exports the given map as a PNG file. |
| similar \ | Lists other map IDs that have the same center coordinates. |