Convert your minecraft worlds between different formats!
This is a simple CLI tool that allows you to convert your minecraft worlds between different formats. Currently the converter can only convert from McRegion to Anvil. In the future we plan to add support for converting between other formats.
Here's a quick example:
$ convert mcregion:anvil /full/path/to/your/world
All you have to do to install with composer is the following:
$ composer global require nxtlvlsoftware/minecraft-world-converter
You can also download a packaged phar executable from the releases run it directly or add it to your path.
We take advantage of PocketMine's world reading capabilities to load worlds from disk and then populate a new world using the new format with all the information from the old one and then save it to disk.
Found a problem with this project? Make sure to open an issue on the issue tracker and we'll get it sorted!
The content of this repo is licensed under the Unlicense. A full copy of the license is available here.