taoneill / war

War - Minecraft TDM & CTF for Bukkit
war.tommytony.com
MIT License
69 stars 152 forks source link

Players can't join arena when going through the gate #766

Closed TheMikirog closed 10 years ago

TheMikirog commented 10 years ago

Player can't join area when he/she is crossing the gate. It shows item storage message and player isn't teleporting to arena and giving loadout.

Here's code: [17:13:08] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to War v1.8 (Nimitz) org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[Serwer.jar:git-Bukkit-1.7.2-R0.3-18-g3c3980f-b3046jnks] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[Serwer.jar:git-Bukkit-1.7.2-R0.3-18-g3c3980f-b3046jnks] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [Serwer.jar:git-Bukkit-1.7.2-R0.3-18-g3c3980f-b3046jnks] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [Serwer.jar:git-Bukkit-1.7.2-R0.3-18-g3c3980f-b3046jnks] at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:235) [Serwer.jar:git-Bukkit-1.7.2-R0.3-18-g3c3980f-b3046jnks] at net.minecraft.server.v1_7_R3.PacketPlayInFlying.a(SourceFile:137) [Serwer.jar:git-Bukkit-1.7.2-R0.3-18-g3c3980f-b3046jnks] at net.minecraft.server.v1_7_R3.PacketPlayInPosition.handle(SourceFile:63) [Serwer.jar:git-Bukkit-1.7.2-R0.3-18-g3c3980f-b3046jnks] at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:148) [Serwer.jar:git-Bukkit-1.7.2-R0.3-18-g3c3980f-b3046jnks] at net.minecraft.server.v1_7_R3.ServerConnection.c(SourceFile:134) [Serwer.jar:git-Bukkit-1.7.2-R0.3-18-g3c3980f-b3046jnks] at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:667) [Serwer.jar:git-Bukkit-1.7.2-R0.3-18-g3c3980f-b3046jnks] at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:260) [Serwer.jar:git-Bukkit-1.7.2-R0.3-18-g3c3980f-b3046jnks] at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:558) [Serwer.jar:git-Bukkit-1.7.2-R0.3-18-g3c3980f-b3046jnks] at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:469) [Serwer.jar:git-Bukkit-1.7.2-R0.3-18-g3c3980f-b3046jnks] at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [Serwer.jar:git-Bukkit-1.7.2-R0.3-18-g3c3980f-b3046jnks] Caused by: java.lang.IllegalArgumentException: Health must be between 0 and 16.0 at org.bukkit.craftbukkit.v1_7_R3.entity.CraftLivingEntity.setHealth(CraftLivingEntity.java:81) ~[Serwer.jar:git-Bukkit-1.7.2-R0.3-18-g3c3980f-b3046jnks] at com.tommytony.war.Warzone.handleRespawn(Warzone.java:423) ~[?:?] at com.tommytony.war.Warzone.respawnPlayer(Warzone.java:405) ~[?:?] at com.tommytony.war.Warzone.assign(Warzone.java:943) ~[?:?] at com.tommytony.war.Warzone.autoAssign(Warzone.java:915) ~[?:?] at com.tommytony.war.event.WarPlayerListener.onPlayerMove(WarPlayerListener.java:376) ~[?:?] at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[Serwer.jar:git-Bukkit-1.7.2-R0.3-18-g3c3980f-b3046jnks] ... 13 more

cmastudios commented 10 years ago

Can you provide more context? What are the other plugins you are using and is there any other noticeable effect on them? Also war version / bukkit version. On Apr 13, 2014, at 10:41 AM, TheMikirog notifications@github.com wrote:

Player can't join area when he/she is crossing the gate. It shows item storage message and player isn't teleporting to arena and giving loadout.

— Reply to this email directly or view it on GitHub.