Skip to content

Libraries

Louis Ravignot Dos Santos edited this page Oct 14, 2023 · 3 revisions

Libraries

Now in more details here.

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