
[1.7.10]Luckperms-Legacy not loading
BytesByBytes opened this issue ยท 7 comments
Plugin will not load at all on startup
Version: LuckPerms-Bukkit-Legacy-3.0.0
Thermos Version: Thermos-1.7.10-1614
FML LOG LOG
Guys, the old link has been deleted so heres the new one https://repo1.maven.org/maven2/net/md-5/SpecialSource/1.7.4/
Caused by: java.lang.IllegalArgumentException: INVOKESPECIAL/STATIC on interfaces require ASM 5
Update your SpecialSource.
The SpecialSource library included with Thermos uses ASM4.
Updating it to the latest version will fix the issue.
Instructions for updating to ASM5:
Navigate to the libraries\net\md-5\SpecialSource\1.7-SNAPSHOT folder of the server
Delete the SpecialSource-1.7-SNAPSHOT.jar jar file
Download SpecialSource v1.7.4 from http://central.maven.org/maven2/net/md-5/SpecialSource/1.7.4/SpecialSource-1.7.4.jar
Copy the jar file to the libraries\net\md-5\SpecialSource\1.7-SNAPSHOT folder
Rename the jar file you just copied to SpecialSource-1.7-SNAPSHOT.jar
Related CyberdyneCC/Thermos#498