combining 2 minecraft achievements/statistics files

Note that this script was written in 2011 for Minecraft 1.6.6, and will not work on current versions.


When I was troubleshooting an SMP network problem, I moved my ~/.minecraft folder to see if that was causing the problem.
After the problem was fixed, I forgot to move the original folder back, so I ended up with two sizable stats/achievements files.

I wrote a Perl script that combines two such files.
It is more or less a straight port of Jonathan Edgecombe's "statsgenerator" code (so he did all the hard work (!)).

Download it here. Unzip it, then it may be necessary to make it executable by running:
chmod 755 combine_mc_stats.pl (on Mac/Linux)

Run it from the command line as:
combine_mc_stats.pl <stats file 1> <stats file 2>

You need to have Perl installed, as well as the Digest::MD5 module.


Back to converting 3D models for building in minecraft

Send me a note at .




Last modified: Wed Jun 22 10:58:07 BST 2011