Advertisement
Guest User

Error

a guest
Dec 24th, 2020
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.42 KB | None | 0 0
  1. Could not pass event InventoryClickEvent to Shops v1.1.3
  2.  
  3. org.bukkit.event.EventException: null
  4.  
  5. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:319) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
  6.  
  7. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
  8.  
  9. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
  10.  
  11. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
  12.  
  13. at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:2277) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
  14.  
  15. at net.minecraft.server.v1_16_R3.PacketPlayInWindowClick.a(SourceFile:32) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
  16.  
  17. at net.minecraft.server.v1_16_R3.PacketPlayInWindowClick.a(SourceFile:10) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
  18.  
  19. at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
  20.  
  21. at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
  22.  
  23. at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(SourceFile:144) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
  24.  
  25. at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
  26.  
  27. at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(SourceFile:118) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
  28.  
  29. at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:942) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
  30.  
  31. at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:935) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
  32.  
  33. at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeAll(SourceFile:103) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
  34.  
  35. at net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftServer.java:918) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
  36.  
  37. at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:851) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
  38.  
  39. at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$0(MinecraftServer.java:164) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
  40.  
  41. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  42.  
  43. Caused by: java.lang.ExceptionInInitializerError
  44.  
  45. at net.wesjd.anvilgui.AnvilGUI$Builder.open(AnvilGUI.java:380) ~[?:?]
  46.  
  47. at com.kiranhart.shops.inventories.edit.EditInventory.onClick(EditInventory.java:83) ~[?:?]
  48.  
  49. at com.kiranhart.shops.api.events.HartInventoryListener.onClick(HartInventoryListener.java:31) ~[?:?]
  50.  
  51. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  52.  
  53. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  54.  
  55. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  56.  
  57. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  58.  
  59. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:315) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
  60.  
  61. ... 18 more
  62.  
  63. Caused by: java.lang.RuntimeException: Your server version isn't supported in AnvilGUI!
  64.  
  65. at net.wesjd.anvilgui.version.VersionMatcher.lambda$match$1(VersionMatcher.java:50) ~[?:?]
  66.  
  67. at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_212]
  68.  
  69. at net.wesjd.anvilgui.version.VersionMatcher.match(VersionMatcher.java:50) ~[?:?]
  70.  
  71. at net.wesjd.anvilgui.AnvilGUI.<clinit>(AnvilGUI.java:35) ~[?:?]
  72.  
  73. at net.wesjd.anvilgui.AnvilGUI$Builder.open(AnvilGUI.java:380) ~[?:?]
  74.  
  75. at com.kiranhart.shops.inventories.edit.EditInventory.onClick(EditInventory.java:83) ~[?:?]
  76.  
  77. at com.kiranhart.shops.api.events.HartInventoryListener.onClick(HartInventoryListener.java:31) ~[?:?]
  78.  
  79. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  80.  
  81. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  82.  
  83. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  84.  
  85. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  86.  
  87. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:315) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
  88.  
  89. ... 18 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement