mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-23 08:29:30 +00:00
WORKING
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*******************************************************************************/
|
||||
/* Generated by Zelix KlassMaster 14.0.6 ZKM Script Helper 2020.07.30 04:17:30 */
|
||||
/* Generated by Zelix KlassMaster 13.0.0 ZKM Script Helper 2020.08.25 15:46:23 */
|
||||
/*******************************************************************************/
|
||||
|
||||
classpath "C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\ZKM.jar"
|
||||
@@ -9,20 +9,24 @@ classpath "C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\ZKM.jar
|
||||
"C:\Program Files\Java\jre1.8.0_221\lib\jce.jar"
|
||||
"C:\Program Files\Java\jre1.8.0_221\lib\charsets.jar"
|
||||
"C:\Program Files\Java\jre1.8.0_221\lib\jfr.jar"
|
||||
"C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\lib\lombok-1.18.10.jar"
|
||||
"C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\lib\spigot-api-1.16.1.jar"
|
||||
"C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\lib\bungeecord-api.jar"
|
||||
"C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\lib\lombok-1.18.10.jar"
|
||||
"C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\lib\slf4j-simp.jar"
|
||||
"C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\lib\spigot-api-1.16.1.jar"
|
||||
"C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\lib\spigot.jar";
|
||||
|
||||
open "C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\in.jar";
|
||||
|
||||
trimExclude *.* and
|
||||
trimExclude *.Iris and
|
||||
* extends com.volmit.iris.util.MortarCommand and
|
||||
com.google.*.* and
|
||||
public *.* and
|
||||
*.* public * and
|
||||
*.* protected * and
|
||||
*.* public *(*) and
|
||||
*.* protected *(*);
|
||||
*.* protected *(*) and
|
||||
*.* and
|
||||
*.* @com.volmit.iris.util.Command *;
|
||||
|
||||
trim deleteSourceFileAttributes=false
|
||||
deleteDeprecatedAttributes=false
|
||||
@@ -30,21 +34,31 @@ trim deleteSourceFileAttributes=false
|
||||
deleteExceptionAttributes=false
|
||||
deleteUnknownAttributes=false;
|
||||
|
||||
exclude com.volmit.iris.^Iris and
|
||||
*.* @DontObfuscate * and
|
||||
*.* @Desc * and
|
||||
com.google.^*;
|
||||
exclude @com.volmit.iris.util.DontObfuscate *.* and
|
||||
*.* @com.volmit.iris.util.DontObfuscate * and
|
||||
*.* @com.volmit.iris.util.DontObfuscate *(*) and
|
||||
*.Iris and
|
||||
public *.^* and
|
||||
*.* public * and
|
||||
*.* protected * and
|
||||
*.* public *(*) and
|
||||
*.* protected *(*) and
|
||||
com.google.*. and
|
||||
*.TypeAdapter and
|
||||
com.google. and
|
||||
com.google.gson.^TypeAdapter *(*) and
|
||||
com.google.gson.^* *(*);
|
||||
|
||||
obfuscate changeLogFileIn=""
|
||||
changeLogFileOut="ChangeLog.txt"
|
||||
keepInnerClassInfo=true
|
||||
obfuscateFlow=light
|
||||
obfuscateFlow=normal
|
||||
exceptionObfuscation=light
|
||||
encryptStringLiterals=flowObfuscate
|
||||
mixedCaseClassNames=true
|
||||
mixedCaseClassNames=false
|
||||
randomize=true
|
||||
localVariables=obfuscate
|
||||
lineNumbers=scramble
|
||||
localVariables=delete
|
||||
lineNumbers=delete
|
||||
autoReflectionHandling=normal
|
||||
obfuscateReferences=none
|
||||
methodParameterChanges=flowObfuscate
|
||||
|
||||
Reference in New Issue
Block a user