MamiyaOtaru / dat_converter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 frozenfire@thefrozenfire.com https://github.com/TheFrozenFire/PHP-NBT-Decoder-Encoder

About

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


Languages

Language:PHP 100.0%