// Usage
java -jar <Reconstruct File Name> -jar <Obfuscated jar> -mapping <ProGuard mappings> -output <Deobfuscated jar file> -exclude <Excluded Packages>
// Example - Client
java -jar Reconstruct.jar -jar client.jar -mapping client.txt -output client-deobf.jar
// Example - Server
java -jar Reconstruct.jar -jar server.jar -mapping server.txt -output server-deobf.jar -exclude "com.google.,io.netty.,it.unimi.dsi.fastutil.,javax.,joptsimple.,org.apache."
Reconstruct is licensed under the Apache 2.0 license.