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
- Host: GitHub
- URL: https://github.com/phildier/dat_converter
- Owner: phildier
- Created: 2013-07-19T15:02:03.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T08:09:30.000Z (almost 5 years ago)
- Last Synced: 2024-04-14T05:25:09.008Z (about 2 years ago)
- Topics: minecraft, php
- Language: PHP
- Size: 143 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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