SchvinDZC
Verified Member
Hey. I know a thread was posted a while ago with a somewhat similar problem, but it was never fixed to my knowledge. Also the nature of my problem isn't exactly the same, so I figured I'd post my own thread.
So I'm making a local server to run that can utilize both mods and plugins, since I want to play with both Project Korra and a couple of mods (Mo' Creatures, Twilight Forest, etc.). I've sort of got it to work with both MCPC+ 1.7.2 and Cauldron 1.7.10, but I encountered the same problem in both:
All of the particle based moves added by Project Korra (not those that were in the original TLA plugin) do not work at all. This includes Combustion, Firecombo, Suffocate, and (kinda) Iceblast. This also seems to include any fan-made particle based abilities (e.g. jedk1's FireBreath).
Whenever these abilities are used, an error is spammed in the command prompt:
Oct 01, 2014 6:36:05 PM org.bukkit.plugin.PluginLogger log
WARNING: [ProjectKorra] Task #8 for ProjectKorra v1.5.0 BETA 6 generated an exce
ption
java.lang.NoClassDefFoundError: Could not initialize class com.projectkorra.Proj
ectKorra.Utilities.ParticleEffect
at com.projectkorra.ProjectKorra.firebending.FireCombo$FireComboStream.<
init>(FireCombo.java:454)
at com.projectkorra.ProjectKorra.firebending.FireCombo.progress(FireComb
o.java:326)
at com.projectkorra.ProjectKorra.firebending.FireCombo.progressAll(FireC
ombo.java:412)
at com.projectkorra.ProjectKorra.firebending.FirebendingManager.run(Fire
bendingManager.java:36)
at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:58)
at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(C
raftScheduler.java:345)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.jav
a:856)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(Dedicated
Server.java:417)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.jav
a:796)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:660)
at java.lang.Thread.run(Unknown Source)
This is the error for FireKick, part of FireCombo. The errors for the different moves are basically the same with a few word differences, I don't think I need to show them all =P
Random things to note:
Firekick's sound still plays, but the move itself doesn't work
Iceblast still fires a block of packed ice that damages, but no particles accompany it
Firebreath still ignites mobs even though no particles are displayed - doesn't do any direct damage though
Any help would be greatly appreciated!
So I'm making a local server to run that can utilize both mods and plugins, since I want to play with both Project Korra and a couple of mods (Mo' Creatures, Twilight Forest, etc.). I've sort of got it to work with both MCPC+ 1.7.2 and Cauldron 1.7.10, but I encountered the same problem in both:
All of the particle based moves added by Project Korra (not those that were in the original TLA plugin) do not work at all. This includes Combustion, Firecombo, Suffocate, and (kinda) Iceblast. This also seems to include any fan-made particle based abilities (e.g. jedk1's FireBreath).
Whenever these abilities are used, an error is spammed in the command prompt:
Oct 01, 2014 6:36:05 PM org.bukkit.plugin.PluginLogger log
WARNING: [ProjectKorra] Task #8 for ProjectKorra v1.5.0 BETA 6 generated an exce
ption
java.lang.NoClassDefFoundError: Could not initialize class com.projectkorra.Proj
ectKorra.Utilities.ParticleEffect
at com.projectkorra.ProjectKorra.firebending.FireCombo$FireComboStream.<
init>(FireCombo.java:454)
at com.projectkorra.ProjectKorra.firebending.FireCombo.progress(FireComb
o.java:326)
at com.projectkorra.ProjectKorra.firebending.FireCombo.progressAll(FireC
ombo.java:412)
at com.projectkorra.ProjectKorra.firebending.FirebendingManager.run(Fire
bendingManager.java:36)
at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:58)
at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(C
raftScheduler.java:345)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.jav
a:856)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(Dedicated
Server.java:417)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.jav
a:796)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:660)
at java.lang.Thread.run(Unknown Source)
This is the error for FireKick, part of FireCombo. The errors for the different moves are basically the same with a few word differences, I don't think I need to show them all =P
Random things to note:
Firekick's sound still plays, but the move itself doesn't work
Iceblast still fires a block of packed ice that damages, but no particles accompany it
Firebreath still ignites mobs even though no particles are displayed - doesn't do any direct damage though
Any help would be greatly appreciated!