I'm working on a 3rd party tools for minecraft, and I been searching for a solution but I couldn't find one figure out how to decrypt .dat files. BTW using java
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
It's clearly stated in the link iKlsR provided, just import the minecraft server jar inside your classpath and use directly the right class to do deserialization. I guess you can open an Mind that file is compressed and that you will need to use a stream to care about that. |
|||
|
|