Libraries

GhastLess than 1 minute

Libraries

Ahhh we all hate 'em but for the sake of not screwing up your software, we have to make use of these. It helps simplify your configurations and so and forth. Hopefully, in the maven plugin, these will be handled automatically. However that's just another thing on our todo list for now.

To add dependencies, it's quite simple:

  1. Create a folder called "libs"
  2. Drag all your dependencies into said folder
  3. Add "-li=<path to folder>" to your command line execution for skidfuscator

Example:

java -jar obfuscator-1.0.0-SNAPSHOT.jar -li=libs -ex exception.txt FluffyClicker.jar

Image of example