• 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 BETA 11 Fire Moves (non passive)

Status
Not open for further replies.

jedk1

New Member
Korra Beta 11
Spigot (what ever the latest patch is) & Bukkit 1.7.9

Ok so when ever i do a fire bending move that isnt passive, no particles appear and the move doesn't run (as far as i can tell). every other move works fine except non-passive fire bending moves. Combustion appears for like, a second but particles appear where the player is standing only. If you need me to say anything else just ask.
 

Helios

Verified Member
Remember me? I uninstalled Citizens on my server and bending worked, exept for fire. I'm having the same problems you have.
 

Joeri

Verified Member
I'm also having the same problem. I use worldguard 6.0 and korra 11. Whenever i use fireblast the console gets spammed with errors
 

Joeri

Verified Member
@MistPhizzle

When using custom abilityies:

09.10 16:28:10 [Server] INFO java.lang.NoSuchMethodError: org.bukkit.Bukkit.getPlayer(Ljava/util/UUID;)Lorg/bukkit/entity/Player;
09.10 16:28:10 [Server] WARN Task #4592 for ProjectKorra v1.5.0 BETA 11 generated an exception
09.10 16:28:10 [Server] INFO at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit-1.7.2-dev.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
09.10 16:28:10 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [craftbukkit-1.7.2-dev.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
09.10 16:28:10 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [craftbukkit-1.7.2-dev.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
09.10 16:28:10 [Server] INFO at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [craftbukkit-1.7.2-dev.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
09.10 16:28:10 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:587) [craftbukkit-1.7.2-dev.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
09.10 16:28:10 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345) [craftbukkit-1.7.2-dev.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
09.10 16:28:10 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.7.2-dev.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
09.10 16:28:10 [Server] INFO at com.rockmc.korra.abilities.FrostBreathListener$1.run(FrostBreathListener.java:52) ~[?:?]
09.10 16:28:10 [Server] INFO at com.projectkorra.ProjectKorra.BendingPlayer.addCooldown(BendingPlayer.java:48) ~[?:?]
09.10 16:28:10 [Server] INFO java.lang.NoSuchMethodError: org.bukkit.Bukkit.getPlayer(Ljava/util/UUID;)Lorg/bukkit/entity/Player;
That's what i get when trying to use a custom ability such as FrostBreath which did not happen in earlier versions
The error above also appears in my console every 5 seconds (the whole message) completly spamming it after using a custom ability.


When using firebending:
09.10 16:31:41 [Server] INFO ... 13 more
09.10 16:31:41 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[craftbukkit-1.7.2-dev.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
09.10 16:31:41 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:601) ~[?:1.7.0_13]
09.10 16:31:41 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_13]
09.10 16:31:41 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_13]
09.10 16:31:41 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_13]
09.10 16:31:41 [Server] INFO at com.projectkorra.ProjectKorra.PKListener.onPlayerSwing(PKListener.java:810) ~[?:?]
09.10 16:31:41 [Server] INFO at com.projectkorra.ProjectKorra.firebending.FireBlast.<init>(FireBlast.java:70) ~[?:?]
09.10 16:31:41 [Server] INFO at com.projectkorra.ProjectKorra.BendingPlayer.addCooldown(BendingPlayer.java:48) ~[?:?]
09.10 16:31:41 [Server] INFO Caused by: java.lang.NoSuchMethodError: org.bukkit.Bukkit.getPlayer(Ljava/util/UUID;)Lorg/bukkit/entity/Player;
09.10 16:31:41 [Server] INFO at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit-1.7.2-dev.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
09.10 16:31:41 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [craftbukkit-1.7.2-dev.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
09.10 16:31:41 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [craftbukkit-1.7.2-dev.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
09.10 16:31:41 [Server] INFO at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [craftbukkit-1.7.2-dev.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
09.10 16:31:41 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [craftbukkit-1.7.2-dev.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
09.10 16:31:41 [Server] INFO at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [craftbukkit-1.7.2-dev.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
09.10 16:31:41 [Server] INFO at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [craftbukkit-1.7.2-dev.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
09.10 16:31:41 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInArmAnimation.handle(SourceFile:9) [craftbukkit-1.7.2-dev.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
09.10 16:31:41 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInArmAnimation.a(SourceFile:43) [craftbukkit-1.7.2-dev.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
09.10 16:31:41 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:993) [craftbukkit-1.7.2-dev.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
09.10 16:31:41 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.7.2-dev.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
09.10 16:31:41 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.7.2-dev.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
09.10 16:31:41 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.7.2-dev.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
09.10 16:31:41 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[craftbukkit-1.7.2-dev.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
09.10 16:31:41 [Server] INFO org.bukkit.event.EventException
09.10 16:31:41 [Server] ERROR Could not pass event PlayerAnimationEvent to ProjectKorra v1.5.0 BETA 11
I hope you can fix it :(
 

Joeri

Verified Member
Smileys appear in the error logs due the website turning ;) into a smiley.... annoying
 

jedk1

New Member
@Joeri the frostbreath error. Please can you put that on my frostbreath move thread, cos it says at the bottom thats the only place that said custom ability will be given support for
 

Joeri

Verified Member
@Joeri the frostbreath error. Please can you put that on my frostbreath move thread, cos it says at the bottom thats the only place that said custom ability will be given support for
Well, its not your move though. Before BETA 11 it worked fine.
 

Mist

Staff member
Administrator
@MistPhizzle

When using custom abilityies:



That's what i get when trying to use a custom ability such as FrostBreath which did not happen in earlier versions
The error above also appears in my console every 5 seconds (the whole message) completly spamming it after using a custom ability.


When using firebending:


I hope you can fix it :(
I'm unable to duplicate the Firebending error, what version of CraftBukkit are you using?
 

Mist

Staff member
Administrator
Could you guys see if this was fixed in BETA 12 and get back to me on that?

Also, a CraftBukkit update to a 1.7.5 build probably wouldn't hurt.
 
Status
Not open for further replies.
Top