nxtlvlsoftware/minecraft-world-converter

An mcregion to anvil minecraft world format converter.

0.0.1 2019-10-29 07:31 UTC

This package is auto-updated.

Last update: 2024-04-29 03:54:31 UTC


README

Convert your minecraft worlds between different formats!

About

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.

Usage

Here's a quick example:

$ convert mcregion:anvil /full/path/to/your/world

Installation

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.

Under the hood

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.

Issues

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.