# Unmapper Simple CLI tool that allows you to easily deobfuscate newest minecraft versions # Installing * Make sure you have `cargo` and `java` installed * Run `cargo install unmapper` # Example * `unmapper -s -t 1.18` - will download and deobfuscate server and client jars. * `unmapper -sC -t 1.18` - will download and deobfuscate **only** server jar. * To find more options use `unmapper --help`