nxtlvlsoftware / minecraft-world-converter
An mcregion to anvil minecraft world format converter.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Open Issues: 0
Type:project
Requires
- php: ^7.2
- laravel-zero/framework: ^6.0
- pocketmine/pocketmine-mp: 3.9.6
Requires (Dev)
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2024-10-29 05:41:01 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.