This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1. Use 1.10.22. Open both portals3. Go in one and out the other4. Shift to cancel the portals.
What is the expected output? What do you see instead?I expected my terminal to be clean, as the plugin works exactly how it should.
What version of the product are you using?3.0.1
Do you have an error log of what happened?First error is creating the first portal, then creating the second is next. Jumping in the portal is third, and shift to remove portals is fourth.
[01:04:02 ERROR]: Could not pass event PlayerInteractEvent to PortalGun v3.0.1org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:231) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:198) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.PlayerInteractManager.a(PlayerInteractManager.java:111) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:834) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_91] at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_91] at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:737) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:673) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:572) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]Caused by: java.lang.IllegalArgumentException: No enum constant org.bukkit.Sound.BAT_HURT at java.lang.Enum.valueOf(Unknown Source) ~[?:1.8.0_91] at org.bukkit.Sound.valueOf(Sound.java:1) ~[spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at com.gmail.josemanuelgassin.portalgun.Listener_General.interacciones(Listener_General.java:226) ~[?:?] at sun.reflect.GeneratedMethodAccessor153.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] ... 18 more[01:04:04 ERROR]: Could not pass event PlayerInteractEvent to PortalGun v3.0.1org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:231) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.PlayerInteractManager.a(PlayerInteractManager.java:492) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:890) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.PacketPlayInUseItem.a(SourceFile:55) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.PacketPlayInUseItem.a(SourceFile:11) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_91] at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_91] at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:737) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:673) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:572) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]Caused by: java.lang.IllegalArgumentException: No enum constant org.bukkit.Sound.BAT_HURT at java.lang.Enum.valueOf(Unknown Source) ~[?:1.8.0_91] at org.bukkit.Sound.valueOf(Sound.java:1) ~[spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at com.gmail.josemanuelgassin.portalgun.Listener_General.interacciones(Listener_General.java:226) ~[?:?] at sun.reflect.GeneratedMethodAccessor153.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] ... 17 more[01:04:07 WARN]: [PortalGun] Task #759103 for PortalGun v3.0.1 generated an exceptionjava.lang.IllegalArgumentException: No enum constant org.bukkit.Sound.ENDERMAN_TELEPORT at java.lang.Enum.valueOf(Unknown Source) ~[?:1.8.0_91] at org.bukkit.Sound.valueOf(Sound.java:1) ~[spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at com.gmail.josemanuelgassin.portalgun.operaciones.Portales$1.run(Portales.java:519) ~[?:?] at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:728) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:673) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:572) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at java.lang.Thread.run(Unknown Source) [?:1.8.0_91][01:04:10 ERROR]: Could not pass event PlayerToggleSneakEvent to PortalGun v3.0.1org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1409) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.PacketPlayInEntityAction.a(SourceFile:43) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.PacketPlayInEntityAction.a(SourceFile:9) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_91] at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_91] at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:737) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:673) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:572) [spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]Caused by: java.lang.IllegalArgumentException: No enum constant org.bukkit.Sound.BAT_DEATH at java.lang.Enum.valueOf(Unknown Source) ~[?:1.8.0_91] at org.bukkit.Sound.valueOf(Sound.java:1) ~[spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] at com.gmail.josemanuelgassin.portalgun.Listener_General.borrarPortalesAgacharse(Listener_General.java:258) ~[?:?] at sun.reflect.GeneratedMethodAccessor187.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.10.2.jar:git-Spigot-a9631d2-67b2424] ... 15 more
To post a comment, please login or register a new account.