Advertisement
Guest User

error report

a guest
Jun 19th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. [18:04:55 ERROR]: Could not pass event InventoryClickEvent to AdvancedReporter v4.2
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-2cf50f0-2b93d83]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-2cf50f0-2b93d83]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [server.jar:git-Spigot-2cf50f0-2b93d83]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [server.jar:git-Spigot-2cf50f0-2b93d83]
  7. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1889) [server.jar:git-Spigot-2cf50f0-2b93d83]
  8. at net.minecraft.server.v1_12_R1.PacketPlayInWindowClick.a(SourceFile:33) [server.jar:git-Spigot-2cf50f0-2b93d83]
  9. at net.minecraft.server.v1_12_R1.PacketPlayInWindowClick.a(SourceFile:10) [server.jar:git-Spigot-2cf50f0-2b93d83]
  10. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [server.jar:git-Spigot-2cf50f0-2b93d83]
  11. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_191]
  12. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_191]
  13. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [server.jar:git-Spigot-2cf50f0-2b93d83]
  14. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [server.jar:git-Spigot-2cf50f0-2b93d83]
  15. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [server.jar:git-Spigot-2cf50f0-2b93d83]
  16. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [server.jar:git-Spigot-2cf50f0-2b93d83]
  17. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [server.jar:git-Spigot-2cf50f0-2b93d83]
  18. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  19. Caused by: org.bukkit.command.CommandException: Unhandled exception executing command 'managergui' in plugin AdvancedReporter v4.2
  20. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[server.jar:git-Spigot-2cf50f0-2b93d83]
  21. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[server.jar:git-Spigot-2cf50f0-2b93d83]
  22. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:648) ~[server.jar:git-Spigot-2cf50f0-2b93d83]
  23. at org.bukkit.craftbukkit.v1_12_R1.entity.CraftPlayer.performCommand(CraftPlayer.java:244) ~[server.jar:git-Spigot-2cf50f0-2b93d83]
  24. at it.alchecraft.nexgan.advancedreporter.events.InventoryClick.onInventoryClick(InventoryClick.java:243) ~[AdvancedReporter%20(1).jar:?]
  25. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
  26. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_191]
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
  28. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
  29. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[server.jar:git-Spigot-2cf50f0-2b93d83]
  30. ... 15 more
  31. Caused by: java.lang.NoSuchFieldError: PLAYER_HEAD
  32. at it.alchecraft.nexgan.advancedreporter.commands.ManagerGUI.onCommand(ManagerGUI.java:103) ~[AdvancedReporter%20(1).jar:?]
  33. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[server.jar:git-Spigot-2cf50f0-2b93d83]
  34. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[server.jar:git-Spigot-2cf50f0-2b93d83]
  35. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:648) ~[server.jar:git-Spigot-2cf50f0-2b93d83]
  36. at org.bukkit.craftbukkit.v1_12_R1.entity.CraftPlayer.performCommand(CraftPlayer.java:244) ~[server.jar:git-Spigot-2cf50f0-2b93d83]
  37. at it.alchecraft.nexgan.advancedreporter.events.InventoryClick.onInventoryClick(InventoryClick.java:243) ~[AdvancedReporter%20(1).jar:?]
  38. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
  39. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_191]
  40. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
  41. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
  42. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[server.jar:git-Spigot-2cf50f0-2b93d83]
  43. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement