-
Notifications
You must be signed in to change notification settings - Fork 13
Forge, KCauldron, Thermos, etc
Mark Hughes edited this page Oct 9, 2017
·
2 revisions
This plugin works fine with Forge/KCauldron/Thermos/Etc. Although it is not tested thoroughly I will happily fix any bugs found with it.
For example:
[11:25:57 WARN]: Caused by: java.lang.ClassNotFoundException: Failed to remap class net.redstoneore.legacyfactions.flag.Flags
[11:25:57 WARN]: at org.bukkit.plugin.java.PluginClassLoader.remappedFindClass(PluginClassLoader.java:534)
[11:25:57 WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:455)
[11:25:57 WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:211)
[11:25:57 WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[11:25:57 WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[11:25:57 WARN]: ... 13 more
The SpecialSource library included with Thermos uses ASM4. Updating it to the latest version will fix the issue.
Try this:
- Navigate to the
libraries
orbin
folder (depends on your installation) - Navigate to
net\md-5\SpecialSource\1.7-SNAPSHOT
folder - Delete the
SpecialSource-1.7-SNAPSHOT.jar
jar file - Download SpecialSource v1.7.4
- 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
📚 Looking for documentation? You're in the right place. Start with the items on the right of the page.
🐞 Found a bug? Please open a GitHub Issue.
🆘 Need help? Jump on our discord channel - we'll do our best to help 😄
⭐️ If you like LegacyFactions please leave a review and let others know!