Advertisement
Guest User

log

a guest
Jan 17th, 2019
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 142.14 KB | None | 0 0
  1. ould not pass event PlayerInteractEvent to My v2.2.1
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  7. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:235) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  8. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:458) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  9. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:953) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  10. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:37) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  11. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  12. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  13. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  14. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  15. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  16. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  17. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  18. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  19. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  20. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  21. Caused by: java.lang.NoSuchFieldError: PLAYER_HEAD
  22. at com.dootie.my.modules.giftchest.v2.listeners.GiftChestPlayerIteractListener.PlayerInteractEvent(GiftChestPlayerIteractListener.java:30) ~[?:?]
  23. at sun.reflect.GeneratedMethodAccessor291.invoke(Unknown Source) ~[?:?]
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  25. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  26. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  27. ... 17 more
  28. [17:37:09] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to My v2.2.1
  29. org.bukkit.event.EventException: null
  30. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  31. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  32. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  33. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  34. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:235) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  35. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:458) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  36. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:953) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  37. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:37) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  38. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  39. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  40. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  41. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  42. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  43. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  44. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  45. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  46. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  47. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  48. Caused by: java.lang.NoSuchFieldError: CRAFTING_TABLE
  49. at com.dootie.my.modules.fastcraft.listeners.FastCraftMenuListener.PlayerInteractEvent(FastCraftMenuListener.java:15) ~[?:?]
  50. at sun.reflect.GeneratedMethodAccessor292.invoke(Unknown Source) ~[?:?]
  51. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  52. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  53. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  54. ... 17 more
  55. [17:37:09] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  56. [17:37:09] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  57. [17:37:09] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  58. [17:37:09] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  59. [17:37:09] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  60. [17:37:09] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  61. [17:37:09] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to My v2.2.1
  62. org.bukkit.event.EventException: null
  63. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  64. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  65. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  66. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  67. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:235) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  68. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:202) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  69. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:109) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  70. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:877) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  71. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  72. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  73. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  74. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  75. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  76. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  77. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  78. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  79. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  80. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  81. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  82. Caused by: java.lang.NoSuchFieldError: CRAFTING_TABLE
  83. at com.dootie.my.modules.fastcraft.listeners.FastCraftMenuListener.PlayerInteractEvent(FastCraftMenuListener.java:15) ~[?:?]
  84. at sun.reflect.GeneratedMethodAccessor292.invoke(Unknown Source) ~[?:?]
  85. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  86. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  87. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  88. ... 18 more
  89. [17:37:09] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  90. [17:37:09] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  91. [17:37:09] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  92. [17:37:10] [Server thread/ERROR]: Could not pass event BlockBreakEvent to My v2.2.1
  93. org.bukkit.event.EventException: null
  94. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  95. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  96. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  97. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  98. at net.minecraft.server.v1_12_R1.PlayerInteractManager.breakBlock(PlayerInteractManager.java:290) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  99. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:217) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  100. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:891) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  101. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  102. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  103. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  104. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  105. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  106. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  107. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  108. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  109. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  110. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  111. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  112. Caused by: java.lang.NoClassDefFoundError: org/bukkit/block/data/BlockData
  113. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.PlayerDestroyEvent(PlayerCustomItemsInteraction.java:53) ~[?:?]
  114. at sun.reflect.GeneratedMethodAccessor504.invoke(Unknown Source) ~[?:?]
  115. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  116. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  117. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  118. ... 17 more
  119. Caused by: java.lang.ClassNotFoundException: org.bukkit.block.data.BlockData
  120. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:105) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  121. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  122. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_191]
  123. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_191]
  124. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.PlayerDestroyEvent(PlayerCustomItemsInteraction.java:53) ~[?:?]
  125. at sun.reflect.GeneratedMethodAccessor504.invoke(Unknown Source) ~[?:?]
  126. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  127. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  128. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  129. ... 17 more
  130. [17:37:10] [Server thread/ERROR]: Could not pass event BlockPhysicsEvent to My v2.2.1
  131. org.bukkit.event.EventException: null
  132. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  133. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  134. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  135. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  136. at net.minecraft.server.v1_12_R1.World.a(World.java:568) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  137. at net.minecraft.server.v1_12_R1.World.applyPhysics(World.java:520) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  138. at net.minecraft.server.v1_12_R1.World.update(World.java:476) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  139. at net.minecraft.server.v1_12_R1.World.notifyAndUpdatePhysics(World.java:428) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  140. at net.minecraft.server.v1_12_R1.World.setTypeAndData(World.java:412) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  141. at net.minecraft.server.v1_12_R1.World.setAir(World.java:439) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  142. at net.minecraft.server.v1_12_R1.PlayerInteractManager.c(PlayerInteractManager.java:242) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  143. at net.minecraft.server.v1_12_R1.PlayerInteractManager.breakBlock(PlayerInteractManager.java:357) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  144. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:217) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  145. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:891) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  146. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  147. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  148. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  149. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  150. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  151. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  152. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  153. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  154. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  155. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  156. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  157. Caused by: java.lang.NoSuchFieldError: BROWN_MUSHROOM_BLOCK
  158. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.MBlockPhysics(PlayerCustomItemsInteraction.java:70) ~[?:?]
  159. at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source) ~[?:?]
  160. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  161. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  162. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  163. ... 24 more
  164. [17:37:10] [Server thread/ERROR]: Could not pass event BlockPhysicsEvent to My v2.2.1
  165. org.bukkit.event.EventException: null
  166. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  167. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  168. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  169. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  170. at net.minecraft.server.v1_12_R1.World.a(World.java:568) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  171. at net.minecraft.server.v1_12_R1.World.applyPhysics(World.java:521) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  172. at net.minecraft.server.v1_12_R1.World.update(World.java:476) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  173. at net.minecraft.server.v1_12_R1.World.notifyAndUpdatePhysics(World.java:428) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  174. at net.minecraft.server.v1_12_R1.World.setTypeAndData(World.java:412) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  175. at net.minecraft.server.v1_12_R1.World.setAir(World.java:439) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  176. at net.minecraft.server.v1_12_R1.PlayerInteractManager.c(PlayerInteractManager.java:242) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  177. at net.minecraft.server.v1_12_R1.PlayerInteractManager.breakBlock(PlayerInteractManager.java:357) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  178. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:217) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  179. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:891) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  180. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  181. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  182. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  183. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  184. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  185. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  186. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  187. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  188. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  189. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  190. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  191. Caused by: java.lang.NoSuchFieldError: BROWN_MUSHROOM_BLOCK
  192. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.MBlockPhysics(PlayerCustomItemsInteraction.java:70) ~[?:?]
  193. at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source) ~[?:?]
  194. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  195. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  196. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  197. ... 24 more
  198. [17:37:10] [Server thread/ERROR]: Could not pass event BlockPhysicsEvent to My v2.2.1
  199. org.bukkit.event.EventException: null
  200. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  201. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  202. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  203. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  204. at net.minecraft.server.v1_12_R1.World.a(World.java:568) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  205. at net.minecraft.server.v1_12_R1.World.applyPhysics(World.java:522) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  206. at net.minecraft.server.v1_12_R1.World.update(World.java:476) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  207. at net.minecraft.server.v1_12_R1.World.notifyAndUpdatePhysics(World.java:428) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  208. at net.minecraft.server.v1_12_R1.World.setTypeAndData(World.java:412) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  209. at net.minecraft.server.v1_12_R1.World.setAir(World.java:439) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  210. at net.minecraft.server.v1_12_R1.PlayerInteractManager.c(PlayerInteractManager.java:242) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  211. at net.minecraft.server.v1_12_R1.PlayerInteractManager.breakBlock(PlayerInteractManager.java:357) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  212. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:217) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  213. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:891) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  214. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  215. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  216. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  217. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  218. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  219. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  220. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  221. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  222. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  223. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  224. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  225. Caused by: java.lang.NoSuchFieldError: BROWN_MUSHROOM_BLOCK
  226. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.MBlockPhysics(PlayerCustomItemsInteraction.java:70) ~[?:?]
  227. at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source) ~[?:?]
  228. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  229. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  230. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  231. ... 24 more
  232. [17:37:10] [Server thread/ERROR]: Could not pass event BlockPhysicsEvent to My v2.2.1
  233. org.bukkit.event.EventException: null
  234. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  235. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  236. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  237. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  238. at net.minecraft.server.v1_12_R1.World.a(World.java:568) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  239. at net.minecraft.server.v1_12_R1.World.applyPhysics(World.java:523) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  240. at net.minecraft.server.v1_12_R1.World.update(World.java:476) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  241. at net.minecraft.server.v1_12_R1.World.notifyAndUpdatePhysics(World.java:428) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  242. at net.minecraft.server.v1_12_R1.World.setTypeAndData(World.java:412) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  243. at net.minecraft.server.v1_12_R1.World.setAir(World.java:439) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  244. at net.minecraft.server.v1_12_R1.PlayerInteractManager.c(PlayerInteractManager.java:242) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  245. at net.minecraft.server.v1_12_R1.PlayerInteractManager.breakBlock(PlayerInteractManager.java:357) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  246. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:217) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  247. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:891) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  248. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  249. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  250. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  251. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  252. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  253. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  254. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  255. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  256. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  257. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  258. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  259. Caused by: java.lang.NoSuchFieldError: BROWN_MUSHROOM_BLOCK
  260. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.MBlockPhysics(PlayerCustomItemsInteraction.java:70) ~[?:?]
  261. at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source) ~[?:?]
  262. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  263. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  264. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  265. ... 24 more
  266. [17:37:10] [Server thread/ERROR]: Could not pass event BlockPhysicsEvent to My v2.2.1
  267. org.bukkit.event.EventException: null
  268. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  269. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  270. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  271. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  272. at net.minecraft.server.v1_12_R1.World.a(World.java:568) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  273. at net.minecraft.server.v1_12_R1.World.applyPhysics(World.java:524) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  274. at net.minecraft.server.v1_12_R1.World.update(World.java:476) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  275. at net.minecraft.server.v1_12_R1.World.notifyAndUpdatePhysics(World.java:428) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  276. at net.minecraft.server.v1_12_R1.World.setTypeAndData(World.java:412) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  277. at net.minecraft.server.v1_12_R1.World.setAir(World.java:439) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  278. at net.minecraft.server.v1_12_R1.PlayerInteractManager.c(PlayerInteractManager.java:242) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  279. at net.minecraft.server.v1_12_R1.PlayerInteractManager.breakBlock(PlayerInteractManager.java:357) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  280. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:217) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  281. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:891) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  282. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  283. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  284. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  285. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  286. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  287. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  288. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  289. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  290. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  291. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  292. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  293. Caused by: java.lang.NoSuchFieldError: BROWN_MUSHROOM_BLOCK
  294. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.MBlockPhysics(PlayerCustomItemsInteraction.java:70) ~[?:?]
  295. at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source) ~[?:?]
  296. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  297. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  298. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  299. ... 24 more
  300. [17:37:10] [Server thread/ERROR]: Could not pass event BlockPhysicsEvent to My v2.2.1
  301. org.bukkit.event.EventException: null
  302. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  303. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  304. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  305. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  306. at net.minecraft.server.v1_12_R1.World.a(World.java:568) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  307. at net.minecraft.server.v1_12_R1.World.applyPhysics(World.java:525) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  308. at net.minecraft.server.v1_12_R1.World.update(World.java:476) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  309. at net.minecraft.server.v1_12_R1.World.notifyAndUpdatePhysics(World.java:428) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  310. at net.minecraft.server.v1_12_R1.World.setTypeAndData(World.java:412) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  311. at net.minecraft.server.v1_12_R1.World.setAir(World.java:439) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  312. at net.minecraft.server.v1_12_R1.PlayerInteractManager.c(PlayerInteractManager.java:242) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  313. at net.minecraft.server.v1_12_R1.PlayerInteractManager.breakBlock(PlayerInteractManager.java:357) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  314. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:217) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  315. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:891) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  316. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  317. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  318. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  319. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  320. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  321. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  322. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  323. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  324. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  325. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  326. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  327. Caused by: java.lang.NoSuchFieldError: BROWN_MUSHROOM_BLOCK
  328. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.MBlockPhysics(PlayerCustomItemsInteraction.java:70) ~[?:?]
  329. at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source) ~[?:?]
  330. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  331. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  332. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  333. ... 24 more
  334. [17:37:10] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  335. [17:37:10] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  336. [17:37:10] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  337. [17:37:10] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to My v2.2.1
  338. org.bukkit.event.EventException: null
  339. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  340. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  341. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  342. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  343. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:235) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  344. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:458) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  345. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:953) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  346. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:37) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  347. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  348. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  349. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  350. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  351. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  352. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  353. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  354. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  355. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  356. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  357. Caused by: java.lang.NoSuchFieldError: PLAYER_HEAD
  358. at com.dootie.my.modules.giftchest.v2.listeners.GiftChestPlayerIteractListener.PlayerInteractEvent(GiftChestPlayerIteractListener.java:30) ~[?:?]
  359. at sun.reflect.GeneratedMethodAccessor291.invoke(Unknown Source) ~[?:?]
  360. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  361. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  362. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  363. ... 17 more
  364. [17:37:10] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to My v2.2.1
  365. org.bukkit.event.EventException: null
  366. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  367. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  368. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  369. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  370. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:235) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  371. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:458) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  372. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:953) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  373. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:37) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  374. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  375. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  376. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  377. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  378. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  379. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  380. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  381. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  382. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  383. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  384. Caused by: java.lang.NoSuchFieldError: CRAFTING_TABLE
  385. at com.dootie.my.modules.fastcraft.listeners.FastCraftMenuListener.PlayerInteractEvent(FastCraftMenuListener.java:15) ~[?:?]
  386. at sun.reflect.GeneratedMethodAccessor292.invoke(Unknown Source) ~[?:?]
  387. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  388. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  389. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  390. ... 17 more
  391. [17:37:10] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  392. [17:37:10] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  393. [17:37:10] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  394. [17:37:10] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  395. [17:37:10] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  396. [17:37:10] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  397. [17:37:10] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  398. [17:37:10] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  399. [17:37:10] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  400. [17:37:10] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  401. [17:37:10] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  402. [17:37:10] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  403. [17:37:10] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to My v2.2.1
  404. org.bukkit.event.EventException: null
  405. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  406. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  407. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  408. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  409. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:235) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  410. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:458) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  411. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:953) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  412. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:37) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  413. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  414. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  415. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  416. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  417. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  418. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  419. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  420. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  421. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  422. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  423. Caused by: java.lang.NoSuchFieldError: PLAYER_HEAD
  424. at com.dootie.my.modules.giftchest.v2.listeners.GiftChestPlayerIteractListener.PlayerInteractEvent(GiftChestPlayerIteractListener.java:30) ~[?:?]
  425. at sun.reflect.GeneratedMethodAccessor291.invoke(Unknown Source) ~[?:?]
  426. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  427. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  428. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  429. ... 17 more
  430. [17:37:10] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to My v2.2.1
  431. org.bukkit.event.EventException: null
  432. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  433. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  434. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  435. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  436. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:235) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  437. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:458) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  438. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:953) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  439. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:37) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  440. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  441. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  442. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  443. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  444. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  445. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  446. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  447. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  448. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  449. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  450. Caused by: java.lang.NoSuchFieldError: CRAFTING_TABLE
  451. at com.dootie.my.modules.fastcraft.listeners.FastCraftMenuListener.PlayerInteractEvent(FastCraftMenuListener.java:15) ~[?:?]
  452. at sun.reflect.GeneratedMethodAccessor292.invoke(Unknown Source) ~[?:?]
  453. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  454. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  455. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  456. ... 17 more
  457. [17:37:10] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  458. [17:37:10] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  459. [17:37:10] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  460. [17:37:10] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  461. [17:37:10] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  462. [17:37:10] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  463. [17:37:10] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to My v2.2.1
  464. org.bukkit.event.EventException: null
  465. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  466. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  467. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  468. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  469. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:235) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  470. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:458) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  471. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:953) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  472. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:37) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  473. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  474. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  475. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  476. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  477. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  478. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  479. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  480. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  481. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  482. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  483. Caused by: java.lang.NoSuchFieldError: PLAYER_HEAD
  484. at com.dootie.my.modules.giftchest.v2.listeners.GiftChestPlayerIteractListener.PlayerInteractEvent(GiftChestPlayerIteractListener.java:30) ~[?:?]
  485. at sun.reflect.GeneratedMethodAccessor291.invoke(Unknown Source) ~[?:?]
  486. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  487. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  488. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  489. ... 17 more
  490. [17:37:10] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to My v2.2.1
  491. org.bukkit.event.EventException: null
  492. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  493. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  494. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  495. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  496. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:235) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  497. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:458) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  498. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:953) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  499. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:37) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  500. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  501. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  502. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  503. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  504. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  505. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  506. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  507. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  508. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  509. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  510. Caused by: java.lang.NoSuchFieldError: CRAFTING_TABLE
  511. at com.dootie.my.modules.fastcraft.listeners.FastCraftMenuListener.PlayerInteractEvent(FastCraftMenuListener.java:15) ~[?:?]
  512. at sun.reflect.GeneratedMethodAccessor292.invoke(Unknown Source) ~[?:?]
  513. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  514. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  515. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  516. ... 17 more
  517. [17:37:10] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  518. [17:37:10] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  519. [17:37:10] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  520. [17:37:10] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  521. [17:37:10] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  522. [17:37:10] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  523. [17:37:10] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  524. [17:37:10] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  525. [17:37:10] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  526. [17:37:10] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  527. [17:37:10] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  528. [17:37:10] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  529. [17:37:10] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to My v2.2.1
  530. org.bukkit.event.EventException: null
  531. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  532. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  533. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  534. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  535. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:235) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  536. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:458) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  537. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:953) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  538. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:37) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  539. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  540. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  541. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  542. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  543. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  544. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  545. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  546. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  547. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  548. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  549. Caused by: java.lang.NoSuchFieldError: PLAYER_HEAD
  550. at com.dootie.my.modules.giftchest.v2.listeners.GiftChestPlayerIteractListener.PlayerInteractEvent(GiftChestPlayerIteractListener.java:30) ~[?:?]
  551. at sun.reflect.GeneratedMethodAccessor291.invoke(Unknown Source) ~[?:?]
  552. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  553. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  554. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  555. ... 17 more
  556. [17:37:10] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to My v2.2.1
  557. org.bukkit.event.EventException: null
  558. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  559. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  560. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  561. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  562. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:235) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  563. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:458) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  564. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:953) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  565. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:37) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  566. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  567. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  568. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  569. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  570. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  571. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  572. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  573. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  574. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  575. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  576. Caused by: java.lang.NoSuchFieldError: CRAFTING_TABLE
  577. at com.dootie.my.modules.fastcraft.listeners.FastCraftMenuListener.PlayerInteractEvent(FastCraftMenuListener.java:15) ~[?:?]
  578. at sun.reflect.GeneratedMethodAccessor292.invoke(Unknown Source) ~[?:?]
  579. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  580. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  581. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  582. ... 17 more
  583. [17:37:10] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  584. [17:37:10] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  585. [17:37:10] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  586. [17:37:10] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  587. [17:37:10] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  588. [17:37:10] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  589. [17:37:10] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to My v2.2.1
  590. org.bukkit.event.EventException: null
  591. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  592. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  593. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  594. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  595. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:235) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  596. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:202) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  597. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:109) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  598. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:877) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  599. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  600. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  601. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  602. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  603. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  604. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  605. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  606. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  607. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  608. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  609. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  610. Caused by: java.lang.NoSuchFieldError: CRAFTING_TABLE
  611. at com.dootie.my.modules.fastcraft.listeners.FastCraftMenuListener.PlayerInteractEvent(FastCraftMenuListener.java:15) ~[?:?]
  612. at sun.reflect.GeneratedMethodAccessor292.invoke(Unknown Source) ~[?:?]
  613. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  614. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  615. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  616. ... 18 more
  617. [17:37:10] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  618. [17:37:10] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  619. [17:37:10] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  620. [17:37:10] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  621. [17:37:10] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  622. [17:37:10] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  623. [17:37:10] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to My v2.2.1
  624. org.bukkit.event.EventException: null
  625. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  626. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  627. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  628. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  629. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:235) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  630. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:202) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  631. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:109) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  632. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:877) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  633. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  634. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  635. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  636. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  637. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  638. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  639. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  640. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  641. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  642. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  643. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  644. Caused by: java.lang.NoSuchFieldError: CRAFTING_TABLE
  645. at com.dootie.my.modules.fastcraft.listeners.FastCraftMenuListener.PlayerInteractEvent(FastCraftMenuListener.java:15) ~[?:?]
  646. at sun.reflect.GeneratedMethodAccessor292.invoke(Unknown Source) ~[?:?]
  647. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  648. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  649. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  650. ... 18 more
  651. [17:37:10] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  652. [17:37:10] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  653. [17:37:10] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  654. [17:37:10] [Server thread/ERROR]: Could not pass event BlockBreakEvent to My v2.2.1
  655. org.bukkit.event.EventException: null
  656. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  657. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  658. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  659. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  660. at net.minecraft.server.v1_12_R1.PlayerInteractManager.breakBlock(PlayerInteractManager.java:290) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  661. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:217) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  662. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:891) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  663. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  664. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  665. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  666. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  667. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  668. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  669. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  670. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  671. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  672. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  673. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  674. Caused by: java.lang.NoClassDefFoundError: org/bukkit/block/data/BlockData
  675. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.PlayerDestroyEvent(PlayerCustomItemsInteraction.java:53) ~[?:?]
  676. at sun.reflect.GeneratedMethodAccessor504.invoke(Unknown Source) ~[?:?]
  677. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  678. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  679. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  680. ... 17 more
  681. Caused by: java.lang.ClassNotFoundException: org.bukkit.block.data.BlockData
  682. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:105) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  683. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  684. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_191]
  685. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_191]
  686. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.PlayerDestroyEvent(PlayerCustomItemsInteraction.java:53) ~[?:?]
  687. at sun.reflect.GeneratedMethodAccessor504.invoke(Unknown Source) ~[?:?]
  688. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  689. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  690. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  691. ... 17 more
  692. [17:37:10] [Server thread/ERROR]: Could not pass event BlockPhysicsEvent to My v2.2.1
  693. org.bukkit.event.EventException: null
  694. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  695. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  696. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  697. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  698. at net.minecraft.server.v1_12_R1.World.a(World.java:568) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  699. at net.minecraft.server.v1_12_R1.World.applyPhysics(World.java:520) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  700. at net.minecraft.server.v1_12_R1.World.update(World.java:476) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  701. at net.minecraft.server.v1_12_R1.World.notifyAndUpdatePhysics(World.java:428) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  702. at net.minecraft.server.v1_12_R1.World.setTypeAndData(World.java:412) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  703. at net.minecraft.server.v1_12_R1.World.setAir(World.java:439) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  704. at net.minecraft.server.v1_12_R1.PlayerInteractManager.c(PlayerInteractManager.java:242) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  705. at net.minecraft.server.v1_12_R1.PlayerInteractManager.breakBlock(PlayerInteractManager.java:357) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  706. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:217) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  707. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:891) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  708. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  709. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  710. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  711. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  712. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  713. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  714. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  715. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  716. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  717. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  718. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  719. Caused by: java.lang.NoSuchFieldError: BROWN_MUSHROOM_BLOCK
  720. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.MBlockPhysics(PlayerCustomItemsInteraction.java:70) ~[?:?]
  721. at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source) ~[?:?]
  722. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  723. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  724. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  725. ... 24 more
  726. [17:37:10] [Server thread/ERROR]: Could not pass event BlockPhysicsEvent to My v2.2.1
  727. org.bukkit.event.EventException: null
  728. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  729. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  730. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  731. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  732. at net.minecraft.server.v1_12_R1.World.a(World.java:568) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  733. at net.minecraft.server.v1_12_R1.World.applyPhysics(World.java:521) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  734. at net.minecraft.server.v1_12_R1.World.update(World.java:476) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  735. at net.minecraft.server.v1_12_R1.World.notifyAndUpdatePhysics(World.java:428) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  736. at net.minecraft.server.v1_12_R1.World.setTypeAndData(World.java:412) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  737. at net.minecraft.server.v1_12_R1.World.setAir(World.java:439) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  738. at net.minecraft.server.v1_12_R1.PlayerInteractManager.c(PlayerInteractManager.java:242) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  739. at net.minecraft.server.v1_12_R1.PlayerInteractManager.breakBlock(PlayerInteractManager.java:357) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  740. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:217) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  741. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:891) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  742. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  743. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  744. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  745. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  746. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  747. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  748. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  749. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  750. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  751. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  752. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  753. Caused by: java.lang.NoSuchFieldError: BROWN_MUSHROOM_BLOCK
  754. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.MBlockPhysics(PlayerCustomItemsInteraction.java:70) ~[?:?]
  755. at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source) ~[?:?]
  756. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  757. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  758. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  759. ... 24 more
  760. [17:37:10] [Server thread/ERROR]: Could not pass event BlockPhysicsEvent to My v2.2.1
  761. org.bukkit.event.EventException: null
  762. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  763. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  764. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  765. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  766. at net.minecraft.server.v1_12_R1.World.a(World.java:568) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  767. at net.minecraft.server.v1_12_R1.World.applyPhysics(World.java:522) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  768. at net.minecraft.server.v1_12_R1.World.update(World.java:476) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  769. at net.minecraft.server.v1_12_R1.World.notifyAndUpdatePhysics(World.java:428) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  770. at net.minecraft.server.v1_12_R1.World.setTypeAndData(World.java:412) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  771. at net.minecraft.server.v1_12_R1.World.setAir(World.java:439) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  772. at net.minecraft.server.v1_12_R1.PlayerInteractManager.c(PlayerInteractManager.java:242) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  773. at net.minecraft.server.v1_12_R1.PlayerInteractManager.breakBlock(PlayerInteractManager.java:357) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  774. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:217) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  775. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:891) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  776. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  777. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  778. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  779. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  780. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  781. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  782. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  783. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  784. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  785. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  786. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  787. Caused by: java.lang.NoSuchFieldError: BROWN_MUSHROOM_BLOCK
  788. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.MBlockPhysics(PlayerCustomItemsInteraction.java:70) ~[?:?]
  789. at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source) ~[?:?]
  790. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  791. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  792. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  793. ... 24 more
  794. [17:37:10] [Server thread/ERROR]: Could not pass event BlockPhysicsEvent to My v2.2.1
  795. org.bukkit.event.EventException: null
  796. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  797. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  798. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  799. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  800. at net.minecraft.server.v1_12_R1.World.a(World.java:568) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  801. at net.minecraft.server.v1_12_R1.World.applyPhysics(World.java:523) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  802. at net.minecraft.server.v1_12_R1.World.update(World.java:476) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  803. at net.minecraft.server.v1_12_R1.World.notifyAndUpdatePhysics(World.java:428) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  804. at net.minecraft.server.v1_12_R1.World.setTypeAndData(World.java:412) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  805. at net.minecraft.server.v1_12_R1.World.setAir(World.java:439) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  806. at net.minecraft.server.v1_12_R1.PlayerInteractManager.c(PlayerInteractManager.java:242) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  807. at net.minecraft.server.v1_12_R1.PlayerInteractManager.breakBlock(PlayerInteractManager.java:357) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  808. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:217) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  809. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:891) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  810. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  811. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  812. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  813. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  814. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  815. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  816. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  817. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  818. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  819. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  820. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  821. Caused by: java.lang.NoSuchFieldError: BROWN_MUSHROOM_BLOCK
  822. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.MBlockPhysics(PlayerCustomItemsInteraction.java:70) ~[?:?]
  823. at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source) ~[?:?]
  824. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  825. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  826. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  827. ... 24 more
  828. [17:37:10] [Server thread/ERROR]: Could not pass event BlockPhysicsEvent to My v2.2.1
  829. org.bukkit.event.EventException: null
  830. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  831. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  832. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  833. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  834. at net.minecraft.server.v1_12_R1.World.a(World.java:568) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  835. at net.minecraft.server.v1_12_R1.World.applyPhysics(World.java:524) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  836. at net.minecraft.server.v1_12_R1.World.update(World.java:476) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  837. at net.minecraft.server.v1_12_R1.World.notifyAndUpdatePhysics(World.java:428) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  838. at net.minecraft.server.v1_12_R1.World.setTypeAndData(World.java:412) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  839. at net.minecraft.server.v1_12_R1.World.setAir(World.java:439) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  840. at net.minecraft.server.v1_12_R1.PlayerInteractManager.c(PlayerInteractManager.java:242) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  841. at net.minecraft.server.v1_12_R1.PlayerInteractManager.breakBlock(PlayerInteractManager.java:357) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  842. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:217) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  843. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:891) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  844. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  845. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  846. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  847. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  848. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  849. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  850. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  851. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  852. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  853. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  854. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  855. Caused by: java.lang.NoSuchFieldError: BROWN_MUSHROOM_BLOCK
  856. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.MBlockPhysics(PlayerCustomItemsInteraction.java:70) ~[?:?]
  857. at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source) ~[?:?]
  858. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  859. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  860. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  861. ... 24 more
  862. [17:37:10] [Server thread/ERROR]: Could not pass event BlockPhysicsEvent to My v2.2.1
  863. org.bukkit.event.EventException: null
  864. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  865. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  866. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  867. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  868. at net.minecraft.server.v1_12_R1.World.a(World.java:568) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  869. at net.minecraft.server.v1_12_R1.World.applyPhysics(World.java:525) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  870. at net.minecraft.server.v1_12_R1.World.update(World.java:476) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  871. at net.minecraft.server.v1_12_R1.World.notifyAndUpdatePhysics(World.java:428) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  872. at net.minecraft.server.v1_12_R1.World.setTypeAndData(World.java:412) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  873. at net.minecraft.server.v1_12_R1.World.setAir(World.java:439) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  874. at net.minecraft.server.v1_12_R1.PlayerInteractManager.c(PlayerInteractManager.java:242) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  875. at net.minecraft.server.v1_12_R1.PlayerInteractManager.breakBlock(PlayerInteractManager.java:357) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  876. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:217) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  877. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:891) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  878. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  879. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  880. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  881. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  882. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  883. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  884. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  885. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  886. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  887. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  888. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  889. Caused by: java.lang.NoSuchFieldError: BROWN_MUSHROOM_BLOCK
  890. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.MBlockPhysics(PlayerCustomItemsInteraction.java:70) ~[?:?]
  891. at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source) ~[?:?]
  892. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  893. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  894. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  895. ... 24 more
  896. [17:37:10] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  897. [17:37:10] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  898. [17:37:10] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  899. [17:37:10] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to My v2.2.1
  900. org.bukkit.event.EventException: null
  901. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  902. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  903. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  904. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  905. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:235) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  906. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:458) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  907. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:953) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  908. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:37) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  909. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  910. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  911. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  912. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  913. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  914. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  915. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  916. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  917. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  918. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  919. Caused by: java.lang.NoSuchFieldError: PLAYER_HEAD
  920. at com.dootie.my.modules.giftchest.v2.listeners.GiftChestPlayerIteractListener.PlayerInteractEvent(GiftChestPlayerIteractListener.java:30) ~[?:?]
  921. at sun.reflect.GeneratedMethodAccessor291.invoke(Unknown Source) ~[?:?]
  922. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  923. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  924. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  925. ... 17 more
  926. [17:37:10] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to My v2.2.1
  927. org.bukkit.event.EventException: null
  928. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  929. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  930. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  931. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  932. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:235) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  933. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:458) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  934. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:953) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  935. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:37) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  936. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  937. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  938. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  939. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  940. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  941. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  942. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  943. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  944. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  945. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  946. Caused by: java.lang.NoSuchFieldError: CRAFTING_TABLE
  947. at com.dootie.my.modules.fastcraft.listeners.FastCraftMenuListener.PlayerInteractEvent(FastCraftMenuListener.java:15) ~[?:?]
  948. at sun.reflect.GeneratedMethodAccessor292.invoke(Unknown Source) ~[?:?]
  949. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  950. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  951. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  952. ... 17 more
  953. [17:37:10] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  954. [17:37:10] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  955. [17:37:10] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  956. [17:37:10] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  957. [17:37:10] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  958. [17:37:10] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  959. [17:37:10] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  960. [17:37:10] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  961. [17:37:10] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  962. [17:37:10] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  963. [17:37:10] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  964. [17:37:10] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  965. [17:37:10] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to My v2.2.1
  966. org.bukkit.event.EventException: null
  967. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  968. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  969. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  970. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  971. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:235) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  972. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:458) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  973. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:953) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  974. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:37) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  975. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  976. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  977. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  978. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  979. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  980. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  981. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  982. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  983. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  984. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  985. Caused by: java.lang.NoSuchFieldError: PLAYER_HEAD
  986. at com.dootie.my.modules.giftchest.v2.listeners.GiftChestPlayerIteractListener.PlayerInteractEvent(GiftChestPlayerIteractListener.java:30) ~[?:?]
  987. at sun.reflect.GeneratedMethodAccessor291.invoke(Unknown Source) ~[?:?]
  988. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  989. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  990. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  991. ... 17 more
  992. [17:37:10] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to My v2.2.1
  993. org.bukkit.event.EventException: null
  994. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  995. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  996. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  997. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  998. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:235) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  999. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:458) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1000. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:953) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1001. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:37) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1002. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1003. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1004. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  1005. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  1006. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1007. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1008. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1009. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1010. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1011. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  1012. Caused by: java.lang.NoSuchFieldError: CRAFTING_TABLE
  1013. at com.dootie.my.modules.fastcraft.listeners.FastCraftMenuListener.PlayerInteractEvent(FastCraftMenuListener.java:15) ~[?:?]
  1014. at sun.reflect.GeneratedMethodAccessor292.invoke(Unknown Source) ~[?:?]
  1015. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  1016. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  1017. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1018. ... 17 more
  1019. [17:37:10] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  1020. [17:37:10] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  1021. [17:37:10] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  1022. [17:37:11] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  1023. [17:37:11] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  1024. [17:37:11] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  1025. [17:37:11] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to My v2.2.1
  1026. org.bukkit.event.EventException: null
  1027. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1028. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1029. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1030. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1031. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:235) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1032. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:202) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1033. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:109) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1034. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:877) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1035. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1036. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1037. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1038. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  1039. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  1040. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1041. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1042. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1043. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1044. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1045. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  1046. Caused by: java.lang.NoSuchFieldError: CRAFTING_TABLE
  1047. at com.dootie.my.modules.fastcraft.listeners.FastCraftMenuListener.PlayerInteractEvent(FastCraftMenuListener.java:15) ~[?:?]
  1048. at sun.reflect.GeneratedMethodAccessor292.invoke(Unknown Source) ~[?:?]
  1049. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  1050. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  1051. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1052. ... 18 more
  1053. [17:37:11] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  1054. [17:37:11] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  1055. [17:37:11] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  1056. [17:37:12] [Craft Scheduler Thread - 208/INFO]: [EnchantedFurnace] Autosave complete, took 0.000000 seconds
  1057. [17:37:19] [Server thread/INFO]: HLong issued server command: /explosives
  1058. [17:37:23] [Server thread/INFO]: HLong issued server command: /gm 0
  1059. [17:37:23] [Server thread/INFO]: HLong issued mycmd command ID(1) /gm 0
  1060. [17:37:23] [Server thread/INFO]: HLong issued server command: /gamemode 0
  1061. [17:37:25] [Server thread/INFO]: HLong issued server command: /gm 1
  1062. [17:37:25] [Server thread/INFO]: HLong issued mycmd command ID(1) /gm 1
  1063. [17:37:25] [Server thread/INFO]: HLong issued server command: /gamemode 1
  1064. [17:37:26] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  1065. [17:37:26] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  1066. [17:37:26] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  1067. [17:37:26] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  1068. [17:37:26] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  1069. [17:37:26] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  1070. [17:37:26] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  1071. [17:37:26] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  1072. [17:37:26] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  1073. [17:37:26] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  1074. [17:37:26] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  1075. [17:37:26] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  1076. [17:37:29] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  1077. [17:37:29] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  1078. [17:37:29] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  1079. [17:37:29] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  1080. [17:37:29] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  1081. [17:37:29] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  1082. [17:37:29] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  1083. [17:37:29] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  1084. [17:37:29] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  1085. [17:37:29] [Server thread/INFO]: [ItemJoin] There are no items detected in the items.yml.
  1086. [17:37:29] [Server thread/INFO]: [ItemJoin] Try adding an item to the items section in the items.yml.
  1087. [17:37:29] [Server thread/INFO]: [ItemJoin] If you continue to see this message contact the plugin developer!
  1088. [17:37:33] [Craft Scheduler Thread - 208/INFO]: [Metrics] Connection timed out: connect
  1089. [17:37:38] [Server thread/INFO]: HLong issued server command: /plugman list
  1090. [17:38:00] [Server thread/ERROR]: Could not pass event BlockPhysicsEvent to My v2.2.1
  1091. org.bukkit.event.EventException: null
  1092. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1093. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1094. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1095. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1096. at net.minecraft.server.v1_12_R1.World.a(World.java:568) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1097. at net.minecraft.server.v1_12_R1.World.applyPhysics(World.java:520) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1098. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.d(BlockPressurePlateAbstract.java:145) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1099. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.a(BlockPressurePlateAbstract.java:116) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1100. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.b(BlockPressurePlateAbstract.java:78) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1101. at net.minecraft.server.v1_12_R1.WorldServer.a(WorldServer.java:773) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1102. at net.minecraft.server.v1_12_R1.WorldServer.doTick(WorldServer.java:312) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1103. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:801) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1104. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1105. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1106. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1107. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  1108. Caused by: java.lang.NoSuchFieldError: BROWN_MUSHROOM_BLOCK
  1109. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.MBlockPhysics(PlayerCustomItemsInteraction.java:70) ~[?:?]
  1110. at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source) ~[?:?]
  1111. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  1112. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  1113. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1114. ... 15 more
  1115. [17:38:00] [Server thread/ERROR]: Could not pass event BlockPhysicsEvent to My v2.2.1
  1116. org.bukkit.event.EventException: null
  1117. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1118. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1119. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1120. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1121. at net.minecraft.server.v1_12_R1.World.a(World.java:568) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1122. at net.minecraft.server.v1_12_R1.World.applyPhysics(World.java:521) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1123. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.d(BlockPressurePlateAbstract.java:145) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1124. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.a(BlockPressurePlateAbstract.java:116) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1125. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.b(BlockPressurePlateAbstract.java:78) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1126. at net.minecraft.server.v1_12_R1.WorldServer.a(WorldServer.java:773) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1127. at net.minecraft.server.v1_12_R1.WorldServer.doTick(WorldServer.java:312) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1128. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:801) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1129. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1130. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1131. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1132. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  1133. Caused by: java.lang.NoSuchFieldError: BROWN_MUSHROOM_BLOCK
  1134. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.MBlockPhysics(PlayerCustomItemsInteraction.java:70) ~[?:?]
  1135. at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source) ~[?:?]
  1136. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  1137. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  1138. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1139. ... 15 more
  1140. [17:38:00] [Server thread/ERROR]: Could not pass event BlockPhysicsEvent to My v2.2.1
  1141. org.bukkit.event.EventException: null
  1142. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1143. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1144. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1145. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1146. at net.minecraft.server.v1_12_R1.World.a(World.java:568) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1147. at net.minecraft.server.v1_12_R1.World.applyPhysics(World.java:522) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1148. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.d(BlockPressurePlateAbstract.java:145) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1149. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.a(BlockPressurePlateAbstract.java:116) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1150. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.b(BlockPressurePlateAbstract.java:78) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1151. at net.minecraft.server.v1_12_R1.WorldServer.a(WorldServer.java:773) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1152. at net.minecraft.server.v1_12_R1.WorldServer.doTick(WorldServer.java:312) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1153. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:801) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1154. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1155. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1156. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1157. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  1158. Caused by: java.lang.NoSuchFieldError: BROWN_MUSHROOM_BLOCK
  1159. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.MBlockPhysics(PlayerCustomItemsInteraction.java:70) ~[?:?]
  1160. at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source) ~[?:?]
  1161. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  1162. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  1163. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1164. ... 15 more
  1165. [17:38:00] [Server thread/ERROR]: Could not pass event BlockPhysicsEvent to My v2.2.1
  1166. org.bukkit.event.EventException: null
  1167. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1168. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1169. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1170. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1171. at net.minecraft.server.v1_12_R1.World.a(World.java:568) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1172. at net.minecraft.server.v1_12_R1.World.applyPhysics(World.java:523) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1173. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.d(BlockPressurePlateAbstract.java:145) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1174. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.a(BlockPressurePlateAbstract.java:116) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1175. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.b(BlockPressurePlateAbstract.java:78) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1176. at net.minecraft.server.v1_12_R1.WorldServer.a(WorldServer.java:773) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1177. at net.minecraft.server.v1_12_R1.WorldServer.doTick(WorldServer.java:312) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1178. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:801) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1179. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1180. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1181. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1182. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  1183. Caused by: java.lang.NoSuchFieldError: BROWN_MUSHROOM_BLOCK
  1184. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.MBlockPhysics(PlayerCustomItemsInteraction.java:70) ~[?:?]
  1185. at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source) ~[?:?]
  1186. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  1187. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  1188. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1189. ... 15 more
  1190. [17:38:00] [Server thread/ERROR]: Could not pass event BlockPhysicsEvent to My v2.2.1
  1191. org.bukkit.event.EventException: null
  1192. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1193. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1194. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1195. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1196. at net.minecraft.server.v1_12_R1.World.a(World.java:568) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1197. at net.minecraft.server.v1_12_R1.World.applyPhysics(World.java:524) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1198. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.d(BlockPressurePlateAbstract.java:145) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1199. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.a(BlockPressurePlateAbstract.java:116) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1200. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.b(BlockPressurePlateAbstract.java:78) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1201. at net.minecraft.server.v1_12_R1.WorldServer.a(WorldServer.java:773) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1202. at net.minecraft.server.v1_12_R1.WorldServer.doTick(WorldServer.java:312) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1203. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:801) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1204. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1205. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1206. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1207. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  1208. Caused by: java.lang.NoSuchFieldError: BROWN_MUSHROOM_BLOCK
  1209. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.MBlockPhysics(PlayerCustomItemsInteraction.java:70) ~[?:?]
  1210. at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source) ~[?:?]
  1211. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  1212. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  1213. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1214. ... 15 more
  1215. [17:38:00] [Server thread/ERROR]: Could not pass event BlockPhysicsEvent to My v2.2.1
  1216. org.bukkit.event.EventException: null
  1217. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1218. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1219. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1220. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1221. at net.minecraft.server.v1_12_R1.World.a(World.java:568) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1222. at net.minecraft.server.v1_12_R1.World.applyPhysics(World.java:525) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1223. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.d(BlockPressurePlateAbstract.java:145) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1224. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.a(BlockPressurePlateAbstract.java:116) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1225. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.b(BlockPressurePlateAbstract.java:78) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1226. at net.minecraft.server.v1_12_R1.WorldServer.a(WorldServer.java:773) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1227. at net.minecraft.server.v1_12_R1.WorldServer.doTick(WorldServer.java:312) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1228. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:801) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1229. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1230. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1231. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1232. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  1233. Caused by: java.lang.NoSuchFieldError: BROWN_MUSHROOM_BLOCK
  1234. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.MBlockPhysics(PlayerCustomItemsInteraction.java:70) ~[?:?]
  1235. at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source) ~[?:?]
  1236. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  1237. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  1238. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1239. ... 15 more
  1240. [17:38:00] [Server thread/ERROR]: Could not pass event BlockPhysicsEvent to My v2.2.1
  1241. org.bukkit.event.EventException: null
  1242. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1243. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1244. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1245. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1246. at net.minecraft.server.v1_12_R1.World.a(World.java:568) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1247. at net.minecraft.server.v1_12_R1.World.applyPhysics(World.java:520) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1248. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.d(BlockPressurePlateAbstract.java:146) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1249. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.a(BlockPressurePlateAbstract.java:116) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1250. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.b(BlockPressurePlateAbstract.java:78) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1251. at net.minecraft.server.v1_12_R1.WorldServer.a(WorldServer.java:773) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1252. at net.minecraft.server.v1_12_R1.WorldServer.doTick(WorldServer.java:312) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1253. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:801) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1254. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1255. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1256. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1257. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  1258. Caused by: java.lang.NoSuchFieldError: BROWN_MUSHROOM_BLOCK
  1259. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.MBlockPhysics(PlayerCustomItemsInteraction.java:70) ~[?:?]
  1260. at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source) ~[?:?]
  1261. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  1262. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  1263. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1264. ... 15 more
  1265. [17:38:00] [Server thread/ERROR]: Could not pass event BlockPhysicsEvent to My v2.2.1
  1266. org.bukkit.event.EventException: null
  1267. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1268. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1269. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1270. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1271. at net.minecraft.server.v1_12_R1.World.a(World.java:568) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1272. at net.minecraft.server.v1_12_R1.World.applyPhysics(World.java:521) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1273. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.d(BlockPressurePlateAbstract.java:146) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1274. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.a(BlockPressurePlateAbstract.java:116) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1275. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.b(BlockPressurePlateAbstract.java:78) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1276. at net.minecraft.server.v1_12_R1.WorldServer.a(WorldServer.java:773) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1277. at net.minecraft.server.v1_12_R1.WorldServer.doTick(WorldServer.java:312) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1278. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:801) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1279. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1280. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1281. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1282. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  1283. Caused by: java.lang.NoSuchFieldError: BROWN_MUSHROOM_BLOCK
  1284. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.MBlockPhysics(PlayerCustomItemsInteraction.java:70) ~[?:?]
  1285. at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source) ~[?:?]
  1286. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  1287. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  1288. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1289. ... 15 more
  1290. [17:38:00] [Server thread/ERROR]: Could not pass event BlockPhysicsEvent to My v2.2.1
  1291. org.bukkit.event.EventException: null
  1292. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1293. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1294. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1295. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1296. at net.minecraft.server.v1_12_R1.World.a(World.java:568) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1297. at net.minecraft.server.v1_12_R1.World.applyPhysics(World.java:522) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1298. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.d(BlockPressurePlateAbstract.java:146) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1299. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.a(BlockPressurePlateAbstract.java:116) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1300. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.b(BlockPressurePlateAbstract.java:78) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1301. at net.minecraft.server.v1_12_R1.WorldServer.a(WorldServer.java:773) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1302. at net.minecraft.server.v1_12_R1.WorldServer.doTick(WorldServer.java:312) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1303. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:801) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1304. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1305. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1306. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1307. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  1308. Caused by: java.lang.NoSuchFieldError: BROWN_MUSHROOM_BLOCK
  1309. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.MBlockPhysics(PlayerCustomItemsInteraction.java:70) ~[?:?]
  1310. at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source) ~[?:?]
  1311. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  1312. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  1313. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1314. ... 15 more
  1315. [17:38:00] [Server thread/ERROR]: Could not pass event BlockPhysicsEvent to My v2.2.1
  1316. org.bukkit.event.EventException: null
  1317. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1318. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1319. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1320. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1321. at net.minecraft.server.v1_12_R1.World.a(World.java:568) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1322. at net.minecraft.server.v1_12_R1.World.applyPhysics(World.java:523) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1323. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.d(BlockPressurePlateAbstract.java:146) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1324. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.a(BlockPressurePlateAbstract.java:116) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1325. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.b(BlockPressurePlateAbstract.java:78) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1326. at net.minecraft.server.v1_12_R1.WorldServer.a(WorldServer.java:773) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1327. at net.minecraft.server.v1_12_R1.WorldServer.doTick(WorldServer.java:312) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1328. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:801) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1329. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1330. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1331. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1332. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  1333. Caused by: java.lang.NoSuchFieldError: BROWN_MUSHROOM_BLOCK
  1334. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.MBlockPhysics(PlayerCustomItemsInteraction.java:70) ~[?:?]
  1335. at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source) ~[?:?]
  1336. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  1337. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  1338. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1339. ... 15 more
  1340. [17:38:00] [Server thread/ERROR]: Could not pass event BlockPhysicsEvent to My v2.2.1
  1341. org.bukkit.event.EventException: null
  1342. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1343. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1344. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1345. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1346. at net.minecraft.server.v1_12_R1.World.a(World.java:568) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1347. at net.minecraft.server.v1_12_R1.World.applyPhysics(World.java:524) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1348. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.d(BlockPressurePlateAbstract.java:146) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1349. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.a(BlockPressurePlateAbstract.java:116) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1350. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.b(BlockPressurePlateAbstract.java:78) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1351. at net.minecraft.server.v1_12_R1.WorldServer.a(WorldServer.java:773) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1352. at net.minecraft.server.v1_12_R1.WorldServer.doTick(WorldServer.java:312) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1353. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:801) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1354. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1355. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1356. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1357. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  1358. Caused by: java.lang.NoSuchFieldError: BROWN_MUSHROOM_BLOCK
  1359. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.MBlockPhysics(PlayerCustomItemsInteraction.java:70) ~[?:?]
  1360. at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source) ~[?:?]
  1361. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  1362. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  1363. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1364. ... 15 more
  1365. [17:38:00] [Server thread/ERROR]: Could not pass event BlockPhysicsEvent to My v2.2.1
  1366. org.bukkit.event.EventException: null
  1367. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1368. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1369. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1370. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1371. at net.minecraft.server.v1_12_R1.World.a(World.java:568) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1372. at net.minecraft.server.v1_12_R1.World.applyPhysics(World.java:525) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1373. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.d(BlockPressurePlateAbstract.java:146) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1374. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.a(BlockPressurePlateAbstract.java:116) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1375. at net.minecraft.server.v1_12_R1.BlockPressurePlateAbstract.b(BlockPressurePlateAbstract.java:78) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1376. at net.minecraft.server.v1_12_R1.WorldServer.a(WorldServer.java:773) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1377. at net.minecraft.server.v1_12_R1.WorldServer.doTick(WorldServer.java:312) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1378. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:801) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1379. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1380. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1381. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  1382. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  1383. Caused by: java.lang.NoSuchFieldError: BROWN_MUSHROOM_BLOCK
  1384. at com.dootie.my.modules.items.listeners.PlayerCustomItemsInteraction.MBlockPhysics(PlayerCustomItemsInteraction.java:70) ~[?:?]
  1385. at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source) ~[?:?]
  1386. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  1387. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  1388. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  1389. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement