Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/warriorrrr/maptool
- Owner: Warriorrrr
- License: mit
- Created: 2023-06-21T20:32:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-18T14:34:22.000Z (over 1 year ago)
- Last Synced: 2024-10-29T02:21:30.597Z (about 2 months ago)
- Topics: map, mapart, minecraft
- Language: Java
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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. |