• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server

Bug Report How do I get some of the resources to work/console spammed with errors from some abilities

ChibiCatsWWaker444

Verified Member
I put in some resources, except they arent working. It says they installed when I check in ./b d *e|a|f|w|c* and I can bind them to my hotbar, when I actually try to do the move it doesnt work, and in the config it only shows the ones that DO work in the Extra Abilities section. Do you know why this is happening?
 

Sketz

Verified Member
Hey,

sorry, I don't quit understand.
Can you name the resources that don't work?

Also, it could be one source that is making all the other resources stop working.

When you use the moves that don't work.
What does your console say?
Any errors coming out?

Hope I can help! :)
 

ChibiCatsWWaker444

Verified Member
Hey,

sorry, I don't quit understand.
Can you name the resources that don't work?

Also, it could be one source that is making all the other resources stop working.

When you use the moves that don't work.
What does your console say?
Any errors coming out?

Hope I can help! :)

Hi, I tried Lavaslap, Eruption and PKComboModule. When I try to do the move, the console gets spammed with errors: ERROR]: Could not pass event PlayerAnimationEvent to ProjectKorra v1.4.0 (Does this mean I need to update?)

Also, do you know where I can find EarthSmash?
 

Sketz

Verified Member
Hi, I tried Lavaslap, Eruption and PKComboModule. When I try to do the move, the console gets spammed with errors: ERROR]: Could not pass event PlayerAnimationEvent to ProjectKorra v1.4.0 (Does this mean I need to update?)

Also, do you know where I can find EarthSmash?

I'm not sure,
However I believe I've seen that type of error before.

You're trying to combine those two moves, into the PKComboModule?

That error, is normally like when the move can't pass the event, for the move to even work.

This is when the player Shifts/Clicks to get the move going and working. But it can't.

I think that's also meaning it's a error in the code.
Perhaps build paths are not updated with your standards.

Please correct me if i'm wrong, because i'm not very sure my self.

:)
 

ChibiCatsWWaker444

Verified Member
Ah, I got some to work! The only problem now is is that it literally spams console with millions of lines of text.
This is what is says in console when a player does an airbending move, its similar to when someone does Lavaslap or Eruption (shortened version)

[19:07:50] [Server thread/WARN]: [ProjectKorra] Task #20 for ProjectKorra v1.5.1 generated an exception
java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R1/EnumParticle
at com.projectkorra.ProjectKorra.Utilities.ParticleEffect.<clinit>(ParticleEffect.java:215) ~[?:?]
at com.projectkorra.ProjectKorra.Methods.playAirbendingParticles(Methods.java:1773) ~[?:?]
at com.projectkorra.ProjectKorra.Methods.playAirbendingParticles(Methods.java:1751) ~[?:?]
at com.projectkorra.ProjectKorra.airbending.Tornado.rotateTornado(Tornado.java:186) ~[?:?]
at com.projectkorra.ProjectKorra.airbending.Tornado.progress(Tornado.java:95) ~[?:?]
at com.projectkorra.ProjectKorra.airbending.Tornado.progressAll(Tornado.java:68) ~[?:?]
at com.projectkorra.ProjectKorra.airbending.AirbendingManager.run(AirbendingManager.java:26) ~[?:?]
at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R1.EnumParticle
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
... 14 more
[19:07:50] [Server thread/WARN]: [ProjectKorra] Task #20 for ProjectKorra v1.5.1 generated an exception
java.lang.NoClassDefFoundError: Could not initialize class com.projectkorra.ProjectKorra.Utilities.ParticleEffect
at com.projectkorra.ProjectKorra.Methods.playAirbendingParticles(Methods.java:1773) ~[?:?]
at com.projectkorra.ProjectKorra.Methods.playAirbendingParticles(Methods.java:1751) ~[?:?]
at com.projectkorra.ProjectKorra.airbending.Tornado.rotateTornado(Tornado.java:186) ~[?:?]
at com.projectkorra.ProjectKorra.airbending.Tornado.progress(Tornado.java:95) ~[?:?]
at com.projectkorra.ProjectKorra.airbending.Tornado.progressAll(Tornado.java:68) ~[?:?]
at com.projectkorra.ProjectKorra.airbending.AirbendingManager.run(AirbendingManager.java:26) ~[?:?]
at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
[19:07:50] [Server thread/WARN]: [ProjectKorra] Task #20 for ProjectKorra v1.5.1 generated an exception
java.lang.NoClassDefFoundError: Could not initialize class com.projectkorra.ProjectKorra.Utilities.ParticleEffect
at com.projectkorra.ProjectKorra.Methods.playAirbendingParticles(Methods.java:1773) ~[?:?]
at com.projectkorra.ProjectKorra.Methods.playAirbendingParticles(Methods.java:1751) ~[?:?]
at com.projectkorra.ProjectKorra.airbending.Tornado.rotateTornado(Tornado.java:186) ~[?:?]
at com.projectkorra.ProjectKorra.airbending.Tornado.progress(Tornado.java:95) ~[?:?]
at com.projectkorra.ProjectKorra.airbending.Tornado.progressAll(Tornado.java:68) ~[?:?]
at com.projectkorra.ProjectKorra.airbending.AirbendingManager.run(AirbendingManager.java:26) ~[?:?]
at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
[19:07:50] [Server thread/WARN]: [ProjectKorra] Task #20 for ProjectKorra v1.5.1 generated an exception
java.lang.NoClassDefFoundError: Could not initialize class com.projectkorra.ProjectKorra.Utilities.ParticleEffect
at com.projectkorra.ProjectKorra.Methods.playAirbendingParticles(Methods.java:1773) ~[?:?]
at com.projectkorra.ProjectKorra.Methods.playAirbendingParticles(Methods.java:1751) ~[?:?]
at com.projectkorra.ProjectKorra.airbending.Tornado.rotateTornado(Tornado.java:186) ~[?:?]
at com.projectkorra.ProjectKorra.airbending.Tornado.progress(Tornado.java:95) ~[?:?]
at com.projectkorra.ProjectKorra.airbending.Tornado.progressAll(Tornado.java:68) ~[?:?]
at com.projectkorra.ProjectKorra.airbending.AirbendingManager.run(AirbendingManager.java:26) ~[?:?]
at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
[19:07:50] [Server thread/WARN]: [ProjectKorra] Task #20 for ProjectKorra v1.5.1 generated an exception
java.lang.NoClassDefFoundError: Could not initialize class com.projectkorra.ProjectKorra.Utilities.ParticleEffect
at com.projectkorra.ProjectKorra.Methods.playAirbendingParticles(Methods.java:1773) ~[?:?]
at com.projectkorra.ProjectKorra.Methods.playAirbendingParticles(Methods.java:1751) ~[?:?]
at com.projectkorra.ProjectKorra.airbending.Tornado.rotateTornado(Tornado.java:186) ~[?:?]
at com.projectkorra.ProjectKorra.airbending.Tornado.progress(Tornado.java:95) ~[?:?]
at com.projectkorra.ProjectKorra.airbending.Tornado.progressAll(Tornado.java:68) ~[?:?]
at com.projectkorra.ProjectKorra.airbending.AirbendingManager.run(AirbendingManager.java:26) ~[?:?]
at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot1113.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
 

dNiym

Verified Member
I see from your post you're running version 1.4.0. This is a pretty old build. Most of the moves list which version of project korra they require. As the source code changes the could be methods that have changed or do not even exist in older builds.

Consider upgrading to a newer build to resolve your problems rather than trying to troubleshoot an ancient build with newer / up to date addon abilities.
 

Sketz

Verified Member
I see from your post you're running version 1.4.0. This is a pretty old build. Most of the moves list which version of project korra they require. As the source code changes the could be methods that have changed or do not even exist in older builds.

Consider upgrading to a newer build to resolve your problems rather than trying to troubleshoot an ancient build with newer / up to date addon abilities.

Thanks for the help, but my 1.4.0 Korra Jar isn't the issue that's causes the firebenders not being able to bend.
It's the latest versions. I don't use Korra 1.5.0 and up, because my firebenders can't bend. If you know how to solve this. that would be great.

I use 1.4.0 because everything works properly.
 

dNiym

Verified Member
1.4 may break a lot of the add ons because typically their authors keep them up to date and build them against the 1.5+ Jar.

That's probably what's causing your console to be spammed by errors from add on abilities.

As for your fire benders not being able to bend you have to properly set the global flags in worldguard 6 (must be using worldguard 6 with the later pk versions)

/region flag __global__ TNT allow
/region flag __global__ lighter allow

*note* two underscores before and after the word global.

If you don't care about worldguard support you could also turn off the respect worldguard setting in the pk config.
 

ChibiCatsWWaker444

Verified Member
I see from your post you're running version 1.4.0. This is a pretty old build. Most of the moves list which version of project korra they require. As the source code changes the could be methods that have changed or do not even exist in older builds.

Consider upgrading to a newer build to resolve your problems rather than trying to troubleshoot an ancient build with newer / up to date addon abilities.
version 1.4.0 of what?
 

Sketz

Verified Member
1.4 may break a lot of the add ons because typically their authors keep them up to date and build them against the 1.5+ Jar.

That's probably what's causing your console to be spammed by errors from add on abilities.

As for your fire benders not being able to bend you have to properly set the global flags in worldguard 6 (must be using worldguard 6 with the later pk versions)

/region flag __global__ TNT allow
/region flag __global__ lighter allow

*note* two underscores before and after the word global.

If you don't care about worldguard support you could also turn off the respect worldguard setting in the pk config.


I don't really know who you're talking to, If me.
I've already done this, I understand what to do already. I've tried.

If i update WorldGaurd to 6.0, Then update ProjectKorra 1.5.0, (1.5.1 won't work at all.),
The bending will work yes, however WorldGaurd isn't doing it's main job. Protecting. Everyone can grief.

Thanks for your help though, unless you have another idea. ;)
 

dNiym

Verified Member
I don't really know who you're talking to, If me.
I've already done this, I understand what to do already. I've tried.

If i update WorldGaurd to 6.0, Then update ProjectKorra 1.5.0, (1.5.1 won't work at all.),
The bending will work yes, however WorldGaurd isn't doing it's main job. Protecting. Everyone can grief.

Thanks for your help though, unless you have another idea. ;)
If you upgrade to 1.5.1 you also need to be running spigot 1.8..
Worldguard Will only protect areas from grief where you specify.
EG if you want to protect your spawn area, create a worldguard region around it, then do:
/region create spawn_area
/region flag spawn_area build deny

setting build to deny will prevent all bending related damage, from earth bending grief to firebending explosions.
The global flags just enable tnt/fire ish skills for the whole world.
 

dNiym

Verified Member
Hi, I tried Lavaslap, Eruption and PKComboModule. When I try to do the move, the console gets spammed with errors: ERROR]: Could not pass event PlayerAnimationEvent to ProjectKorra v1.4.0 (Does this mean I need to update?)

Also, do you know where I can find EarthSmash?
Version 1.4.0 of project korra :D hence my reply above!
 

Mist

Staff member
Administrator
It's likely you are running WorldGuard v6, which breaks ProjectKorra (Core) v1.4.0. Either downgrade WorldGuard or upgrade ProjectKorra.
 
Top