https://github.com/nxtlvlsoftware/minecraft-world-converter
https://github.com/nxtlvlsoftware/minecraft-world-converter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nxtlvlsoftware/minecraft-world-converter
- Owner: NxtLvLSoftware
- License: unlicense
- Created: 2019-10-29T07:05:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T07:42:34.000Z (over 5 years ago)
- Last Synced: 2024-12-30T18:58:48.798Z (5 months ago)
- Language: PHP
- Size: 31.3 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
minecraft world converter
===============
_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:
```php
$ convert mcregion:anvil /full/path/to/your/world
```### Installation
All you have to do to install with composer is the following:
```bash
$ 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](https://github.com/pmmp/PocketMine-MP)'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](https://github.com/NxtLvLSoftware/minecraft-world-converter/issues) 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](LICENSE).__