Advertisement
CoolLord22

Untitled

Aug 9th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.99 KB | None | 0 0
  1. [18:12:28] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to OtherDrops_1.13 v3.2.6
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:308) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  7. at org.bukkit.craftbukkit.v1_13_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:238) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  8. at org.bukkit.craftbukkit.v1_13_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:205) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  9. at net.minecraft.server.v1_13_R1.PlayerInteractManager.a(PlayerInteractManager.java:109) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  10. at net.minecraft.server.v1_13_R1.PlayerConnection.a(PlayerConnection.java:1152) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  11. at net.minecraft.server.v1_13_R1.PacketPlayInBlockDig.a(SourceFile:40) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  12. at net.minecraft.server.v1_13_R1.PacketPlayInBlockDig.a(SourceFile:10) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  13. at net.minecraft.server.v1_13_R1.PlayerConnectionUtils.a(SourceFile:10) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  14. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_181]
  15. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_181]
  16. at net.minecraft.server.v1_13_R1.SystemUtils.a(SourceFile:198) [spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  17. at net.minecraft.server.v1_13_R1.MinecraftServer.w(MinecraftServer.java:884) [spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  18. at net.minecraft.server.v1_13_R1.DedicatedServer.w(DedicatedServer.java:411) [spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  19. at net.minecraft.server.v1_13_R1.MinecraftServer.v(MinecraftServer.java:819) [spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  20. at net.minecraft.server.v1_13_R1.MinecraftServer.run(MinecraftServer.java:717) [spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  21. at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]
  22. Caused by: org.bukkit.command.CommandException: Unhandled exception executing 'give CoolLord22 minecraft:diamond' in org.bukkit.craftbukkit.v1_13_R1.command.VanillaCommandWrapper(give)
  23. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:148) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  24. at org.bukkit.craftbukkit.v1_13_R1.CraftServer.dispatchCommand(CraftServer.java:693) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  25. at com.gmail.zariust.otherdrops.event.DropRunner.processCommands(DropRunner.java:494) ~[?:?]
  26. at com.gmail.zariust.otherdrops.event.DropRunner.run(DropRunner.java:104) ~[?:?]
  27. at com.gmail.zariust.otherdrops.SectionManager.scheduleDrop(SectionManager.java:423) ~[?:?]
  28. at com.gmail.zariust.otherdrops.SectionManager.performDrop(SectionManager.java:153) ~[?:?]
  29. at com.gmail.zariust.otherdrops.listener.OdPlayerListener.onPlayerInteract(OdPlayerListener.java:74) ~[?:?]
  30. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
  31. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
  32. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
  33. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]
  34. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  35. ... 18 more
  36. Caused by: java.lang.ClassCastException: com.gmail.zariust.otherdrops.PlayerWrapper cannot be cast to org.bukkit.craftbukkit.v1_13_R1.entity.CraftPlayer
  37. at org.bukkit.craftbukkit.v1_13_R1.command.VanillaCommandWrapper.getListener(VanillaCommandWrapper.java:99) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  38. at org.bukkit.craftbukkit.v1_13_R1.command.VanillaCommandWrapper.execute(VanillaCommandWrapper.java:46) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  39. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  40. at org.bukkit.craftbukkit.v1_13_R1.CraftServer.dispatchCommand(CraftServer.java:693) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  41. at com.gmail.zariust.otherdrops.event.DropRunner.processCommands(DropRunner.java:494) ~[?:?]
  42. at com.gmail.zariust.otherdrops.event.DropRunner.run(DropRunner.java:104) ~[?:?]
  43. at com.gmail.zariust.otherdrops.SectionManager.scheduleDrop(SectionManager.java:423) ~[?:?]
  44. at com.gmail.zariust.otherdrops.SectionManager.performDrop(SectionManager.java:153) ~[?:?]
  45. at com.gmail.zariust.otherdrops.listener.OdPlayerListener.onPlayerInteract(OdPlayerListener.java:74) ~[?:?]
  46. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
  47. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
  48. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
  49. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]
  50. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  51. ... 18 more
  52. [18:12:49] [Server thread/WARN]: [OtherDrops_1.13:3.2.6] Line4
  53. [18:12:49] [Server thread/WARN]: [OtherDrops_1.13:3.2.6] Line1
  54. [18:12:49] [Server thread/WARN]: [OtherDrops_1.13:3.2.6] Line2
  55. [18:12:49] [Server thread/WARN]: [OtherDrops_1.13:3.2.6] Line3
  56. [18:12:49] [Server thread/WARN]: [OtherDrops_1.13:3.2.6] Line5
  57. [18:12:49] [Server thread/WARN]: [OtherDrops_1.13:3.2.6] Line6
  58. [18:12:49] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to OtherDrops_1.13 v3.2.6
  59. org.bukkit.event.EventException: null
  60. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:308) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  61. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  62. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  63. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  64. at org.bukkit.craftbukkit.v1_13_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:238) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  65. at org.bukkit.craftbukkit.v1_13_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:205) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  66. at net.minecraft.server.v1_13_R1.PlayerInteractManager.a(PlayerInteractManager.java:109) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  67. at net.minecraft.server.v1_13_R1.PlayerConnection.a(PlayerConnection.java:1152) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  68. at net.minecraft.server.v1_13_R1.PacketPlayInBlockDig.a(SourceFile:40) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  69. at net.minecraft.server.v1_13_R1.PacketPlayInBlockDig.a(SourceFile:10) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  70. at net.minecraft.server.v1_13_R1.PlayerConnectionUtils.a(SourceFile:10) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  71. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_181]
  72. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_181]
  73. at net.minecraft.server.v1_13_R1.SystemUtils.a(SourceFile:198) [spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  74. at net.minecraft.server.v1_13_R1.MinecraftServer.w(MinecraftServer.java:884) [spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  75. at net.minecraft.server.v1_13_R1.DedicatedServer.w(DedicatedServer.java:411) [spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  76. at net.minecraft.server.v1_13_R1.MinecraftServer.v(MinecraftServer.java:819) [spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  77. at net.minecraft.server.v1_13_R1.MinecraftServer.run(MinecraftServer.java:717) [spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  78. at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]
  79. Caused by: org.bukkit.command.CommandException: Unhandled exception executing 'give CoolLord22 minecraft:diamond' in org.bukkit.craftbukkit.v1_13_R1.command.VanillaCommandWrapper(give)
  80. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:148) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  81. at org.bukkit.craftbukkit.v1_13_R1.CraftServer.dispatchCommand(CraftServer.java:693) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  82. at com.gmail.zariust.otherdrops.event.DropRunner.processCommands(DropRunner.java:494) ~[?:?]
  83. at com.gmail.zariust.otherdrops.event.DropRunner.run(DropRunner.java:104) ~[?:?]
  84. at com.gmail.zariust.otherdrops.SectionManager.scheduleDrop(SectionManager.java:423) ~[?:?]
  85. at com.gmail.zariust.otherdrops.SectionManager.performDrop(SectionManager.java:153) ~[?:?]
  86. at com.gmail.zariust.otherdrops.listener.OdPlayerListener.onPlayerInteract(OdPlayerListener.java:74) ~[?:?]
  87. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
  88. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
  89. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
  90. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]
  91. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  92. ... 18 more
  93. Caused by: java.lang.ClassCastException: com.gmail.zariust.otherdrops.PlayerWrapper cannot be cast to org.bukkit.craftbukkit.v1_13_R1.entity.CraftPlayer
  94. at org.bukkit.craftbukkit.v1_13_R1.command.VanillaCommandWrapper.getListener(VanillaCommandWrapper.java:99) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  95. at org.bukkit.craftbukkit.v1_13_R1.command.VanillaCommandWrapper.execute(VanillaCommandWrapper.java:46) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  96. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  97. at org.bukkit.craftbukkit.v1_13_R1.CraftServer.dispatchCommand(CraftServer.java:693) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  98. at com.gmail.zariust.otherdrops.event.DropRunner.processCommands(DropRunner.java:494) ~[?:?]
  99. at com.gmail.zariust.otherdrops.event.DropRunner.run(DropRunner.java:104) ~[?:?]
  100. at com.gmail.zariust.otherdrops.SectionManager.scheduleDrop(SectionManager.java:423) ~[?:?]
  101. at com.gmail.zariust.otherdrops.SectionManager.performDrop(SectionManager.java:153) ~[?:?]
  102. at com.gmail.zariust.otherdrops.listener.OdPlayerListener.onPlayerInteract(OdPlayerListener.java:74) ~[?:?]
  103. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
  104. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
  105. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
  106. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]
  107. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304) ~[spigot-1.13.jar:git-Spigot-f68f5a8-e70d864]
  108. ... 18 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement