• 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

Fixed Project Korra 1.7 BETA bug

Status
Not open for further replies.

f_i_r_e_dog

Verified Member
Hello,

I get an error every few seconds, I copied them. Does anyone know how to fix it?

1: Could not pass event PlayerToggleSneakEvent to ProjectKorra v1.7.0 BETA 10 25.06 20:28:49 [Server] INFO ... 15 more 25.06 20:28:49 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-os7.jar:git-Spigot-ae40327-5084899] 25.06 20:28:49 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79] 25.06 20:28:49 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79] 25.06 20:28:49 [Server] INFO at sun.reflect.GeneratedMethodAccessor167.invoke(Unknown Source) ~[?:?] 25.06 20:28:49 [Server] INFO at me.dookoo782.korra.abilities.SnowStormListener.onShiftPress(SnowStormListener.java:17) ~[?:?] 25.06 20:28:49 [Server] INFO Caused by: java.lang.NoClassDefFoundError: com/projectkorra/ProjectKorra/Methods

2:
[17:35:33] [Server thread/ERROR]: Could not pass event PlayerToggleSneakEvent to ProjectKorra v1.7.0 BETA 10
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-os7.jar:git-Spigot-ae40327-5084899]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-os7.jar:git-Spigot-ae40327-5084899]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-os7.jar:git-Spigot-ae40327-5084899]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-os7.jar:git-Spigot-ae40327-5084899]
at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1193) [spigot-os7.jar:git-Spigot-ae40327-5084899]
at net.minecraft.server.v1_8_R3.PacketPlayInEntityAction.a(SourceFile:43) [spigot-os7.jar:git-Spigot-ae40327-5084899]
at net.minecraft.server.v1_8_R3.PacketPlayInEntityAction.a(SourceFile:9) [spigot-os7.jar:git-Spigot-ae40327-5084899]
at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-os7.jar:git-Spigot-ae40327-5084899]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_79]
at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_79]
at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19) [spigot-os7.jar:git-Spigot-ae40327-5084899]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:718) [spigot-os7.jar:git-Spigot-ae40327-5084899]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:367) [spigot-os7.jar:git-Spigot-ae40327-5084899]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:657) [spigot-os7.jar:git-Spigot-ae40327-5084899]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560) [spigot-os7.jar:git-Spigot-ae40327-5084899]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
Caused by: java.lang.NoClassDefFoundError: com/projectkorra/ProjectKorra/Methods
at me.dookoo782.korra.abilities.SnowStormListener.onShiftPress(SnowStormListener.java:17) ~[?:?]
at sun.reflect.GeneratedMethodAccessor120.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-os7.jar:git-Spigot-ae40327-5084899]
... 15 more

Thanks,
f_i_r_e_dog
 

Tenket

Verified Member
I'm having a similar problem and I'm stumped completely. Ill post in a seperate thread if your solution doesnt work for me.

To start answer all these questions
what server version are you using?
What project korra plugin are you using?
any custom abilities?
any other bukkit plugins running?
what version of minecraft are you using to log into your server?
^Answer those basic enviromnent questions first up, that will give people something to work with.


Which moves cause this problem? It was a bunch of stuff from jedcore for me. Is it the same for you?
 

Finn_Bueno_

Staff member
Plugin Developer
Verified Member
The custom ability "SnowStorm" is outdated, and is also causing this error. Removing it should fix it.
 
Status
Not open for further replies.
Top