chatasma / PGM

The original PvP Game Manager for Minecraft

Home Page:https://pgm.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Double-jump Bug

Mew2K opened this issue · comments

Issue Description: This map appears to have a double-jump mechanic. The mechanic itself seems to function properly, but whenever it is used, this error is thrown to the console.

Map: Knockout Stadium

Video:

Issue.Video.3.mp4

Stack Trace:
[18:09:37 ERROR]: Could not pass event PlayerToggleFlightEvent to PGM v0.16-SNAPSHOT (git-28259e6)
java.lang.NoSuchFieldError: ZOMBIE_INFECT
at tc.oc.pgm.doublejump.DoubleJumpMatchModule.onPlayerToggleFlight(DoubleJumpMatchModule.java:112) ~[?:?]
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor300.execute(Unknown Source) ~[?:?]
at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.13.2.jar:git-Paper-657]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.13.2.jar:git-Paper-657]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[patched_1.13.2.jar:git-Paper-657]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:520) ~[patched_1.13.2.jar:git-Paper-657]
at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:2580) ~[patched_1.13.2.jar:git-Paper-657]
at net.minecraft.server.v1_13_R2.PacketPlayInAbilities.a(SourceFile:70) ~[patched_1.13.2.jar:git-Paper-657]
at net.minecraft.server.v1_13_R2.PacketPlayInAbilities.a(SourceFile:9) ~[patched_1.13.2.jar:git-Paper-657]
at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:15) ~[patched_1.13.2.jar:git-Paper-657]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
at net.minecraft.server.v1_13_R2.SystemUtils.a(SystemUtils.java:108) ~[patched_1.13.2.jar:git-Paper-657]
at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1018) ~[patched_1.13.2.jar:git-Paper-657]
at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439) ~[patched_1.13.2.jar:git-Paper-657]
at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:940) ~[patched_1.13.2.jar:git-Paper-657]
at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:837) ~[patched_1.13.2.jar:git-Paper-657]
at java.lang.Thread.run(Thread.java:835) [?:?]

Just had to convert the Sound played on double jump to an XSound