-
Notifications
You must be signed in to change notification settings - Fork 61
Libraries
Louis Ravignot Dos Santos edited this page Oct 14, 2023
·
3 revisions
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:
- Create a folder called "libs"
- Drag all your dependencies into said folder
- 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