Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 642 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 642 Bytes

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 [email protected] https://github.com/TheFrozenFire/PHP-NBT-Decoder-Encoder