• 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 General Bending Not Working

Status
Not open for further replies.

RobagNetwork

Verified Member
I recently have logged on to my test server and I couldn't bend. At least, not airbending or firebending.

I am using ProjectKorra Core version 1.6.0 BETA 17, and I use CraftBukkit version git-Spigot-870264a-0a645a2. MC: 1.8.3 (Implementing API Version 1.8.3-R0.1-SNAPSHOT)

I believe it is because I am using a conflicting plugin or something, but I can't really tell which one(s). It mentions many other plugins in there, but I don't really know what I should do.

Thanks!

This is the error report I get when I try AirSwipe:

[16:35:36] [Server thread/ERROR]: Could not pass event PlayerAnimationEvent to ProjectKorra v1.6.0 BETA 17
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot.jar:git-Spigot-870264a-0a645a2]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-870264a-0a645a2]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-870264a-0a645a2]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-870264a-0a645a2]
at net.minecraft.server.v1_8_R2.PlayerConnection.a(PlayerConnection.java:1195) [spigot.jar:git-Spigot-870264a-0a645a2]
at net.minecraft.server.v1_8_R2.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:18) [spigot.jar:git-Spigot-870264a-0a645a2]
at net.minecraft.server.v1_8_R2.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:1) [spigot.jar:git-Spigot-870264a-0a645a2]
at net.minecraft.server.v1_8_R2.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-870264a-0a645a2]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_25]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_25]
at net.minecraft.server.v1_8_R2.SystemUtils.a(SourceFile:60) [spigot.jar:git-Spigot-870264a-0a645a2]
at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:712) [spigot.jar:git-Spigot-870264a-0a645a2]
at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368) [spigot.jar:git-Spigot-870264a-0a645a2]
at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651) [spigot.jar:git-Spigot-870264a-0a645a2]
at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554) [spigot.jar:git-Spigot-870264a-0a645a2]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/engine/EngineMain
at com.projectkorra.ProjectKorra.Methods.isRegionProtectedFromBuildPostCache(Methods.java:1523) ~[?:?]
at com.projectkorra.ProjectKorra.Methods.isRegionProtectedFromBuild(Methods.java:1431) ~[?:?]
at com.projectkorra.ProjectKorra.Methods.canBend(Methods.java:273) ~[?:?]
at com.rockmc.korra.abilities.EarthSurfListener.canUse(EarthSurfListener.java:31) ~[?:?]
at com.rockmc.korra.abilities.EarthSurfListener.onLeftClick(EarthSurfListener.java:24) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[spigot.jar:git-Spigot-870264a-0a645a2]
... 15 more
Caused by: java.lang.ClassNotFoundException: com.massivecraft.factions.engine.EngineMain
at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_25]
at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_25]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]
at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_25]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-870264a-0a645a2]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-870264a-0a645a2]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
at com.projectkorra.ProjectKorra.Methods.isRegionProtectedFromBuildPostCache(Methods.java:1523) ~[?:?]
at com.projectkorra.ProjectKorra.Methods.isRegionProtectedFromBuild(Methods.java:1431) ~[?:?]
at com.projectkorra.ProjectKorra.Methods.canBend(Methods.java:273) ~[?:?]
at com.rockmc.korra.abilities.EarthSurfListener.canUse(EarthSurfListener.java:31) ~[?:?]
at com.rockmc.korra.abilities.EarthSurfListener.onLeftClick(EarthSurfListener.java:24) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[spigot.jar:git-Spigot-870264a-0a645a2]
... 15 more
 
Status
Not open for further replies.
Top