An open API service indexing awesome lists of open source software.

https://github.com/phildier/dat_converter

Utility for converting minecraft player.dat files to multiverse-inventories player.json files
https://github.com/phildier/dat_converter

minecraft php

Last synced: 9 months ago
JSON representation

Utility for converting minecraft player.dat files to multiverse-inventories player.json files

Awesome Lists containing this project

README

          

Dat Converter
=============

This is a basic converter to turn vanilla minecraft player.dat files into
Multiverse-Inventories .json files.

Usage:
------
php convert.php player.dat player.json

Requirements:
-------------
PHP 5.3+ with the gmp extension.

Supports:
---------
Inventory, EnderChest contents, Armor

Currently missing:
------------------
Everything else (XP, Health, Hunger, Bed spawn, etc)

License:
--------
Public domain. Attribution would be nice.

Notes:
------
Utilizes the PHP NBT Decoder / Encoder library
by Justin Martin