Skip to content

Libraries

Shanyu Juneja / Thibaut Gautier edited this page Jun 13, 2022 · 3 revisions

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=" 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

Clone this wiki locally