I'm trying to do a check between the client and the server.
The client sends a PacketPlayLoad to the server verify the .jar.
However, I'm in trouble, get the client jar directory.
More or less like this:
File f = new File (Minecraft. getMinecraftDir (), "versions/<version_here >/<version_here>.jar");
However, how to know which version performed by the client?
Which profile, is selected to open the client?
4 replies
Important Information
By using this site, you agree to our Terms of Use.