Guest User

Untitled

a guest
Jan 8th, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.22 KB | None | 0 0
  1. [20:48:53] [Server thread/ERROR]: Could not pass event PlayerInteractEntityEvent to Shopkeepers v1.81
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[Spigot.jar:git-Spigot-16c940b-0805f60]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[Spigot.jar:git-Spigot-16c940b-0805f60]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [Spigot.jar:git-Spigot-16c940b-0805f60]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [Spigot.jar:git-Spigot-16c940b-0805f60]
  7. at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:1518) [Spigot.jar:git-Spigot-16c940b-0805f60]
  8. at net.minecraft.server.v1_11_R1.PacketPlayInUseEntity.a(SourceFile:69) [Spigot.jar:git-Spigot-16c940b-0805f60]
  9. at net.minecraft.server.v1_11_R1.PacketPlayInUseEntity.a(SourceFile:13) [Spigot.jar:git-Spigot-16c940b-0805f60]
  10. at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13) [Spigot.jar:git-Spigot-16c940b-0805f60]
  11. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_111]
  12. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_111]
  13. at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46) [Spigot.jar:git-Spigot-16c940b-0805f60]
  14. at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:739) [Spigot.jar:git-Spigot-16c940b-0805f60]
  15. at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [Spigot.jar:git-Spigot-16c940b-0805f60]
  16. at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:675) [Spigot.jar:git-Spigot-16c940b-0805f60]
  17. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:574) [Spigot.jar:git-Spigot-16c940b-0805f60]
  18. at java.lang.Thread.run(Unknown Source) [?:1.8.0_111]
  19. Caused by: java.lang.NoSuchMethodError: org.bukkit.Bukkit.createMerchant(Ljava/lang/String;)Lorg/bukkit/inventory/Merchant;
  20. at com.nisovin.shopkeepers.compat.v1_11_R1.NMSHandler.openTradeWindow(NMSHandler.java:42) ~[?:?]
  21. at com.nisovin.shopkeepers.ui.defaults.TradingHandler.openWindow(TradingHandler.java:63) ~[?:?]
  22. at com.nisovin.shopkeepers.ui.UIManager.requestUI(UIManager.java:77) ~[?:?]
  23. at com.nisovin.shopkeepers.Shopkeeper.openWindow(Shopkeeper.java:422) ~[?:?]
  24. at com.nisovin.shopkeepers.Shopkeeper.openTradingWindow(Shopkeeper.java:446) ~[?:?]
  25. at com.nisovin.shopkeepers.Shopkeeper.onPlayerInteraction(Shopkeeper.java:543) ~[?:?]
  26. at com.nisovin.shopkeepers.LivingEntityShopListener.onEntityInteract(LivingEntityShopListener.java:58) ~[?:?]
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111]
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111]
  30. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111]
  31. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[Spigot.jar:git-Spigot-16c940b-0805f60]
  32. ... 15 more
  33. [20:48:58] [Server thread/ERROR]: Could not pass event PlayerInteractEntityEvent to Shopkeepers v1.81
  34. org.bukkit.event.EventException
  35. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[Spigot.jar:git-Spigot-16c940b-0805f60]
  36. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[Spigot.jar:git-Spigot-16c940b-0805f60]
  37. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [Spigot.jar:git-Spigot-16c940b-0805f60]
  38. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [Spigot.jar:git-Spigot-16c940b-0805f60]
  39. at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:1518) [Spigot.jar:git-Spigot-16c940b-0805f60]
  40. at net.minecraft.server.v1_11_R1.PacketPlayInUseEntity.a(SourceFile:69) [Spigot.jar:git-Spigot-16c940b-0805f60]
  41. at net.minecraft.server.v1_11_R1.PacketPlayInUseEntity.a(SourceFile:13) [Spigot.jar:git-Spigot-16c940b-0805f60]
  42. at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13) [Spigot.jar:git-Spigot-16c940b-0805f60]
  43. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_111]
  44. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_111]
  45. at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46) [Spigot.jar:git-Spigot-16c940b-0805f60]
  46. at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:739) [Spigot.jar:git-Spigot-16c940b-0805f60]
  47. at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [Spigot.jar:git-Spigot-16c940b-0805f60]
  48. at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:675) [Spigot.jar:git-Spigot-16c940b-0805f60]
  49. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:574) [Spigot.jar:git-Spigot-16c940b-0805f60]
  50. at java.lang.Thread.run(Unknown Source) [?:1.8.0_111]
  51. Caused by: java.lang.NoSuchMethodError: org.bukkit.Bukkit.createMerchant(Ljava/lang/String;)Lorg/bukkit/inventory/Merchant;
  52. at com.nisovin.shopkeepers.compat.v1_11_R1.NMSHandler.openTradeWindow(NMSHandler.java:42) ~[?:?]
  53. at com.nisovin.shopkeepers.ui.defaults.TradingHandler.openWindow(TradingHandler.java:63) ~[?:?]
  54. at com.nisovin.shopkeepers.ui.UIManager.requestUI(UIManager.java:77) ~[?:?]
  55. at com.nisovin.shopkeepers.Shopkeeper.openWindow(Shopkeeper.java:422) ~[?:?]
  56. at com.nisovin.shopkeepers.Shopkeeper.openTradingWindow(Shopkeeper.java:446) ~[?:?]
  57. at com.nisovin.shopkeepers.Shopkeeper.onPlayerInteraction(Shopkeeper.java:543) ~[?:?]
  58. at com.nisovin.shopkeepers.LivingEntityShopListener.onEntityInteract(LivingEntityShopListener.java:58) ~[?:?]
  59. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  60. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111]
  61. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111]
  62. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111]
  63. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[Spigot.jar:git-Spigot-16c940b-0805f60]
  64. ... 15 more
  65. [20:49:03] [Server thread/ERROR]: Could not pass event PlayerInteractEntityEvent to Shopkeepers v1.81
  66. org.bukkit.event.EventException
  67. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[Spigot.jar:git-Spigot-16c940b-0805f60]
  68. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[Spigot.jar:git-Spigot-16c940b-0805f60]
  69. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [Spigot.jar:git-Spigot-16c940b-0805f60]
  70. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [Spigot.jar:git-Spigot-16c940b-0805f60]
  71. at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:1518) [Spigot.jar:git-Spigot-16c940b-0805f60]
  72. at net.minecraft.server.v1_11_R1.PacketPlayInUseEntity.a(SourceFile:69) [Spigot.jar:git-Spigot-16c940b-0805f60]
  73. at net.minecraft.server.v1_11_R1.PacketPlayInUseEntity.a(SourceFile:13) [Spigot.jar:git-Spigot-16c940b-0805f60]
  74. at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13) [Spigot.jar:git-Spigot-16c940b-0805f60]
  75. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_111]
  76. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_111]
  77. at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46) [Spigot.jar:git-Spigot-16c940b-0805f60]
  78. at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:739) [Spigot.jar:git-Spigot-16c940b-0805f60]
  79. at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [Spigot.jar:git-Spigot-16c940b-0805f60]
  80. at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:675) [Spigot.jar:git-Spigot-16c940b-0805f60]
  81. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:574) [Spigot.jar:git-Spigot-16c940b-0805f60]
  82. at java.lang.Thread.run(Unknown Source) [?:1.8.0_111]
  83. Caused by: java.lang.NoSuchMethodError: org.bukkit.Bukkit.createMerchant(Ljava/lang/String;)Lorg/bukkit/inventory/Merchant;
  84. at com.nisovin.shopkeepers.compat.v1_11_R1.NMSHandler.openTradeWindow(NMSHandler.java:42) ~[?:?]
  85. at com.nisovin.shopkeepers.ui.defaults.TradingHandler.openWindow(TradingHandler.java:63) ~[?:?]
  86. at com.nisovin.shopkeepers.ui.UIManager.requestUI(UIManager.java:77) ~[?:?]
  87. at com.nisovin.shopkeepers.Shopkeeper.openWindow(Shopkeeper.java:422) ~[?:?]
  88. at com.nisovin.shopkeepers.Shopkeeper.openTradingWindow(Shopkeeper.java:446) ~[?:?]
  89. at com.nisovin.shopkeepers.Shopkeeper.onPlayerInteraction(Shopkeeper.java:543) ~[?:?]
  90. at com.nisovin.shopkeepers.LivingEntityShopListener.onEntityInteract(LivingEntityShopListener.java:58) ~[?:?]
  91. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  92. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111]
  93. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111]
  94. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111]
  95. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[Spigot.jar:git-Spigot-16c940b-0805f60]
  96. ... 15 more
  97. [20:49:10] [Server thread/INFO]: [Info] > Thanks for using Broadcaster! ???
Advertisement
Add Comment
Please, Sign In to add comment