• 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

Can't bend in Nether

Klabius

Member
Hello there. I installed the ProjectKorra plugin on my server. In the normal world everything works correctly. But in the Nether the most bending skills do not work! I am not very good in this stuff, so I need help. Here is what the Console says:

[15:38:05 ERROR]: Could not pass event PlayerAnimationEvent to ProjectKorra v1.8
.6
org.bukkit.event.EventException: null
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
va:306) ~[server.jar:git-Spigot-3d850ec-809c399]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
a:62) ~[server.jar:git-Spigot-3d850ec-809c399]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j
ava:500) [server.jar:git-Spigot-3d850ec-809c399]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
ava:485) [server.jar:git-Spigot-3d850ec-809c399]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.jav
a:1440) [server.jar:git-Spigot-3d850ec-809c399]
at net.minecraft.server.v1_12_R1.PacketPlayInArmAnimation.a(PacketPlayIn
ArmAnimation.java:24) [server.jar:git-Spigot-3d850ec-809c399]
at net.minecraft.server.v1_12_R1.PacketPlayInArmAnimation.a(PacketPlayIn
ArmAnimation.java:1) [server.jar:git-Spigot-3d850ec-809c399]
at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:
13) [server.jar:git-Spigot-3d850ec-809c399]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [
?:1.8.0_161]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_161]
at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [server.ja
r:git-Spigot-3d850ec-809c399]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:
748) [server.jar:git-Spigot-3d850ec-809c399]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:
406) [server.jar:git-Spigot-3d850ec-809c399]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:
679) [server.jar:git-Spigot-3d850ec-809c399]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.jav
a:577) [server.jar:git-Spigot-3d850ec-809c399]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_161]
Caused by: java.lang.NullPointerException
at com.projectkorra.projectkorra.ability.ElementalAbility.isSozinsComet(
ElementalAbility.java:214) ~[?:?]
at com.projectkorra.projectkorra.ability.FireAbility.getDayFactor(FireAb
ility.java:117) ~[?:?]
at com.projectkorra.projectkorra.ability.FireAbility.getDayFactor(FireAb
ility.java:65) ~[?:?]
at com.projectkorra.projectkorra.firebending.FireBlast.<init>(FireBlast.
java:83) ~[?:?]
at com.projectkorra.projectkorra.PKListener.onPlayerSwing(PKListener.jav
a:1666) ~[?:?]
at sun.reflect.GeneratedMethodAccessor17.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.8.0_161]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_161]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
va:302) ~[server.jar:git-Spigot-3d850ec-809c399]
... 15 more
>
 

RoboToe

Member
Is this on a localhost server?
This is calling my attention

at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:
13) [server.jar:git-Spigot-3d850ec-809c399]
 

Klabius

Member
Is this on a localhost server?
This is calling my attention

at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:
13) [server.jar:git-Spigot-3d850ec-809c399]
Yes, I am hosting just for me and my friends.
 
Top