Skip to content

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

Notifications You must be signed in to change notification settings

phildier/dat_converter

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages