Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2020
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.66 KB | None | 0 0
  1. > [18:30:11 ERROR]: [Minecraft] Could not pass event VoteReceivedEvent to VoteParty v2.9
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[server.jar:git-TacoSpigot-bf023c7d]
  4. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[server.jar:git-TacoSpigot-bf023c7d]
  5. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-TacoSpigot-bf023c7d]
  6. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [server.jar:git-TacoSpigot-bf023c7d]
  7. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [server.jar:git-TacoSpigot-bf023c7d]
  8. at me.clip.voteparty.listener.HooksListenerNuVotifier.onVote(HooksListenerNuVotifier.kt:18) [VoteParty-2.9.jar:?]
  9. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_242]
  10. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_242]
  11. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_242]
  12. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_242]
  13. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) [server.jar:git-TacoSpigot-bf023c7d]
  14. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) [server.jar:git-TacoSpigot-bf023c7d]
  15. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [server.jar:git-TacoSpigot-bf023c7d]
  16. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [server.jar:git-TacoSpigot-bf023c7d]
  17. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [server.jar:git-TacoSpigot-bf023c7d]
  18. at com.swifteh.GAL.Commands.onCommand(Commands.java:228) [GAListener%20(1).jar:?]
  19. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) [server.jar:git-TacoSpigot-bf023c7d]
  20. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:143) [server.jar:git-TacoSpigot-bf023c7d]
  21. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:667) [server.jar:git-TacoSpigot-bf023c7d]
  22. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1178) [server.jar:git-TacoSpigot-bf023c7d]
  23. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:991) [server.jar:git-TacoSpigot-bf023c7d]
  24. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [server.jar:git-TacoSpigot-bf023c7d]
  25. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [server.jar:git-TacoSpigot-bf023c7d]
  26. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [server.jar:git-TacoSpigot-bf023c7d]
  27. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_242]
  28. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_242]
  29. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [server.jar:git-TacoSpigot-bf023c7d]
  30. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:785) [server.jar:git-TacoSpigot-bf023c7d]
  31. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:422) [server.jar:git-TacoSpigot-bf023c7d]
  32. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:724) [server.jar:git-TacoSpigot-bf023c7d]
  33. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:627) [server.jar:git-TacoSpigot-bf023c7d]
  34. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
  35. Caused by: java.lang.IllegalAccessError: tried to access method org.inventivetalent.particle.ParticleException.<init>(Ljava/lang/String;Ljava/lang/Throwable;)V from class org.inventivetalent.particle.ParticleEffect$Particle
  36. at org.inventivetalent.particle.ParticleEffect$Particle.send(ParticleEffect.java:425) ~[?:?]
  37. at org.inventivetalent.particle.ParticleEffect.send(ParticleEffect.java:276) ~[?:?]
  38. at me.clip.voteparty.version.VersionHookOld.display(VersionHookOld.kt:20) ~[?:?]
  39. at me.clip.voteparty.version.VersionHook$DefaultImpls.display$default(VersionHook.kt:9) ~[?:?]
  40. at me.clip.voteparty.handler.VotesHandler.playerVoteEffects(VotesHandler.kt:116) ~[?:?]
  41. at me.clip.voteparty.listener.VotesListener.onReceive(VotesListener.kt:42) ~[?:?]
  42. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_242]
  43. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_242]
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_242]
  45. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_242]
  46. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[server.jar:git-TacoSpigot-bf023c7d]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement