• 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 error

Status
Not open for further replies.

PorkoMafia

Verified Member
I use the ProjectKorra version: 1.5.0 Beta 13
I use craftbukkit 1.7.2
Previously, I used 1.5.0 Beta 6, and then when installed version 1.5.0 Beta 13 and now when you use bending error:

18.10 17:24:37 [Server] ERROR Could not pass event PlayerAnimationEvent to ProjectKorra v1.5.0 BETA 13
18.10 17:24:37 [Server] INFO org.bukkit.event.EventException
18.10 17:24:37 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
18.10 17:24:37 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
18.10 17:24:37 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
18.10 17:24:37 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
18.10 17:24:37 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:993) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
18.10 17:24:37 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInArmAnimation.a(SourceFile:43) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
18.10 17:24:37 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInArmAnimation.handle(SourceFile:9) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
18.10 17:24:37 [Server] INFO at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
18.10 17:24:37 [Server] INFO at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
18.10 17:24:37 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
18.10 17:24:37 [Server] INFO at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
18.10 17:24:37 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
18.10 17:24:37 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
18.10 17:24:37 [Server] INFO at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
18.10 17:24:37 [Server] INFO Caused by: java.lang.NoSuchMethodError: org.bukkit.Bukkit.getPlayer(Ljava/util/UUID;)Lorg/bukkit/entity/Player;
18.10 17:24:37 [Server] INFO at com.projectkorra.ProjectKorra.BendingPlayer.addCooldown(BendingPlayer.java:48) ~[?:?]
18.10 17:24:37 [Server] INFO at com.projectkorra.ProjectKorra.waterbending.Wave.moveWater(Wave.java:118) ~[?:?]
18.10 17:24:37 [Server] INFO at com.projectkorra.ProjectKorra.waterbending.Wave.moveWater(Wave.java:377) ~[?:?]
18.10 17:24:37 [Server] INFO at com.projectkorra.ProjectKorra.waterbending.Wave.launch(Wave.java:394) ~[?:?]
18.10 17:24:37 [Server] INFO at com.projectkorra.ProjectKorra.waterbending.WaterWall.<init>(WaterWall.java:55) ~[?:?]
18.10 17:24:37 [Server] INFO at com.projectkorra.ProjectKorra.PKListener.onPlayerSwing(PKListener.java:752) ~[?:?]
18.10 17:24:37 [Server] INFO at sun.reflect.GeneratedMethodAccessor94.invoke(Unknown Source) ~[?:?]
18.10 17:24:37 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_45]
18.10 17:24:37 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_45]
18.10 17:24:37 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
18.10 17:24:37 [Server] INFO ... 13 more
18.10 17:24:38 [Server] ERROR Could not pass event PlayerAnimationEvent to ProjectKorra v1.5.0 BETA 13
18.10 17:24:38 [Server] INFO org.bukkit.event.EventException
 

Attachments

Mist

Staff member
Administrator
Update your CraftBukkit version to 1.7.5or (preferably) higher. This should fix your issue, as old CraftBukkit / Spigot builds do not have the proper UUID methods.
 

PorkoMafia

Verified Member
Update your CraftBukkit version to 1.7.5or (preferably) higher. This should fix your issue, as old CraftBukkit / Spigot builds do not have the proper UUID methods.
I updated and put the Spigot 1.7.9 version and another already a mistake:
 

Attachments

jacklin213

Staff member
Plugin Developer
Verified Member
@PorkoMafia backup your worldguard folder and update to worldguard v6.0.0 beta 2

Be warned any plugin that requires worldguard will need to be updated too
 
Status
Not open for further replies.
Top