Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 303.73 KB | None | 0 0
  1. [09:17:03] [User Authenticator #10/INFO]: UUID of player ItsFIux is 53f8a358-2480-4c77-94fe-cca19d3da7ac
  2. [09:17:03] [Server thread/INFO]: [AntiVPN] {m.e.a.e.PlayerLoginCheckHandler} [Anti-VPN] ItsFIux passed VPN check.
  3. [09:17:03] [Server thread/INFO]: is leader = false
  4. [09:17:03] [Server thread/INFO]: ItsFIux[/2.31.99.120:55042] logged in with entity id 76126 at ([ASkyBlock]-1213.7306886992378, 147.0, -577.6438635206312)
  5. [09:17:03] [Server thread/WARN]: [Essentials] Task #98777 for Essentials v2.17.0.0 generated an exception
  6. java.lang.NullPointerException
  7. at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:150) ~[?:?]
  8. at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:113) ~[?:?]
  9. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:59) ~[server.jar:git-PaperSpigot-"4c7641d"]
  10. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:352) [server.jar:git-PaperSpigot-"4c7641d"]
  11. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:783) [server.jar:git-PaperSpigot-"4c7641d"]
  12. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [server.jar:git-PaperSpigot-"4c7641d"]
  13. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713) [server.jar:git-PaperSpigot-"4c7641d"]
  14. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616) [server.jar:git-PaperSpigot-"4c7641d"]
  15. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  16. [09:17:03] [Craft Scheduler Thread - 143/WARN]: Exception in thread "Craft Scheduler Thread - 143"
  17. [09:17:03] [Craft Scheduler Thread - 143/WARN]: org.apache.commons.lang.UnhandledException: Plugin altchecker v1.0 generated an exception while executing task 98752
  18. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  19. at org.github.paperspigot.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:23)
  20. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  21. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  22. at java.lang.Thread.run(Thread.java:748)
  23. Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
  24. at java.lang.String.substring(String.java:1967)
  25. at net.gizmoservers.altchecker.Main.contains(Main.java:149)
  26. at net.gizmoservers.altchecker.Main$1.run(Main.java:34)
  27. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:59)
  28. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  29. ... 4 more
  30.  
  31. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  32. [09:17:08] [Netty Epoll Server IO #1/ERROR]: [ExploitFixer] Unhandled exception occured in onPacketReceiving(PacketEvent) for ExploitFixer
  33. java.lang.IllegalStateException: Asynchronous player kick!
  34. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14) ~[server.jar:git-PaperSpigot-"4c7641d"]
  35. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.kickPlayer(CraftPlayer.java:311) ~[server.jar:git-PaperSpigot-"4c7641d"]
  36. at twolovers.exploitfixer.bukkit.instanceables.BukkitExploitPlayer.punish(BukkitExploitPlayer.java:111) ~[ExploitFixer.jar:?]
  37. at twolovers.exploitfixer.bukkit.adapters.CustomPayloadPacketAdapter.onPacketReceiving(CustomPayloadPacketAdapter.java:55) ~[ExploitFixer.jar:?]
  38. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  39. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  40. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:590) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  41. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:557) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  42. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetReceived(ProtocolInjector.java:352) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  43. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:317) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  44. at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:505) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  45. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [server.jar:git-PaperSpigot-"4c7641d"]
  46. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [server.jar:git-PaperSpigot-"4c7641d"]
  47. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  48. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  49. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  50. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  51. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  52. at com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  53. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  54. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  55. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  56. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  57. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  58. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [server.jar:git-PaperSpigot-"4c7641d"]
  59. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  60. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  61. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [server.jar:git-PaperSpigot-"4c7641d"]
  62. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  63. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  64. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [server.jar:git-PaperSpigot-"4c7641d"]
  65. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722) [server.jar:git-PaperSpigot-"4c7641d"]
  66. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [server.jar:git-PaperSpigot-"4c7641d"]
  67. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [server.jar:git-PaperSpigot-"4c7641d"]
  68. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-PaperSpigot-"4c7641d"]
  69. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  70. [09:17:08] [Netty Epoll Server IO #1/ERROR]: Parameters:
  71. net.minecraft.server.v1_8_R3.PacketPlayInCustomPayload@f4f4095[
  72. a=MC|BEdit
  73. b=UnpooledHeapByteBuf(ridx: 0, widx: 30183, cap: 30183/30193)
  74. ]
  75.  
  76. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  77. [09:17:08] [Netty Epoll Server IO #1/ERROR]: [ExploitFixer] Unhandled exception occured in onPacketReceiving(PacketEvent) for ExploitFixer
  78. java.lang.IllegalStateException: Asynchronous player kick!
  79. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14) ~[server.jar:git-PaperSpigot-"4c7641d"]
  80. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.kickPlayer(CraftPlayer.java:311) ~[server.jar:git-PaperSpigot-"4c7641d"]
  81. at twolovers.exploitfixer.bukkit.instanceables.BukkitExploitPlayer.punish(BukkitExploitPlayer.java:111) ~[ExploitFixer.jar:?]
  82. at twolovers.exploitfixer.bukkit.adapters.CustomPayloadPacketAdapter.onPacketReceiving(CustomPayloadPacketAdapter.java:55) ~[ExploitFixer.jar:?]
  83. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  84. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  85. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:590) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  86. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:557) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  87. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetReceived(ProtocolInjector.java:352) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  88. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:317) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  89. at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:505) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  90. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [server.jar:git-PaperSpigot-"4c7641d"]
  91. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [server.jar:git-PaperSpigot-"4c7641d"]
  92. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  93. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  94. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  95. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  96. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  97. at com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  98. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  99. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  100. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  101. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  102. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  103. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [server.jar:git-PaperSpigot-"4c7641d"]
  104. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  105. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  106. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [server.jar:git-PaperSpigot-"4c7641d"]
  107. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  108. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  109. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [server.jar:git-PaperSpigot-"4c7641d"]
  110. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722) [server.jar:git-PaperSpigot-"4c7641d"]
  111. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [server.jar:git-PaperSpigot-"4c7641d"]
  112. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [server.jar:git-PaperSpigot-"4c7641d"]
  113. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-PaperSpigot-"4c7641d"]
  114. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  115. [09:17:08] [Netty Epoll Server IO #1/ERROR]: Parameters:
  116. net.minecraft.server.v1_8_R3.PacketPlayInCustomPayload@15cb697a[
  117. a=MC|BEdit
  118. b=UnpooledHeapByteBuf(ridx: 0, widx: 30183, cap: 30183/30193)
  119. ]
  120.  
  121. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  122. [09:17:08] [Netty Epoll Server IO #1/ERROR]: [ExploitFixer] Unhandled exception occured in onPacketReceiving(PacketEvent) for ExploitFixer
  123. java.lang.IllegalStateException: Asynchronous player kick!
  124. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14) ~[server.jar:git-PaperSpigot-"4c7641d"]
  125. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.kickPlayer(CraftPlayer.java:311) ~[server.jar:git-PaperSpigot-"4c7641d"]
  126. at twolovers.exploitfixer.bukkit.instanceables.BukkitExploitPlayer.punish(BukkitExploitPlayer.java:111) ~[ExploitFixer.jar:?]
  127. at twolovers.exploitfixer.bukkit.adapters.CustomPayloadPacketAdapter.onPacketReceiving(CustomPayloadPacketAdapter.java:55) ~[ExploitFixer.jar:?]
  128. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  129. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  130. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:590) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  131. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:557) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  132. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetReceived(ProtocolInjector.java:352) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  133. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:317) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  134. at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:505) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  135. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [server.jar:git-PaperSpigot-"4c7641d"]
  136. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [server.jar:git-PaperSpigot-"4c7641d"]
  137. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  138. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  139. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  140. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  141. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  142. at com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  143. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  144. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  145. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  146. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  147. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  148. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [server.jar:git-PaperSpigot-"4c7641d"]
  149. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  150. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  151. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [server.jar:git-PaperSpigot-"4c7641d"]
  152. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  153. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  154. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [server.jar:git-PaperSpigot-"4c7641d"]
  155. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722) [server.jar:git-PaperSpigot-"4c7641d"]
  156. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [server.jar:git-PaperSpigot-"4c7641d"]
  157. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [server.jar:git-PaperSpigot-"4c7641d"]
  158. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-PaperSpigot-"4c7641d"]
  159. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  160. [09:17:08] [Netty Epoll Server IO #1/ERROR]: Parameters:
  161. net.minecraft.server.v1_8_R3.PacketPlayInCustomPayload@1cee57eb[
  162. a=MC|BEdit
  163. b=UnpooledHeapByteBuf(ridx: 0, widx: 30183, cap: 30183/30193)
  164. ]
  165.  
  166. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  167. [09:17:08] [Netty Epoll Server IO #1/ERROR]: [ExploitFixer] Unhandled exception occured in onPacketReceiving(PacketEvent) for ExploitFixer
  168. java.lang.IllegalStateException: Asynchronous player kick!
  169. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14) ~[server.jar:git-PaperSpigot-"4c7641d"]
  170. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.kickPlayer(CraftPlayer.java:311) ~[server.jar:git-PaperSpigot-"4c7641d"]
  171. at twolovers.exploitfixer.bukkit.instanceables.BukkitExploitPlayer.punish(BukkitExploitPlayer.java:111) ~[ExploitFixer.jar:?]
  172. at twolovers.exploitfixer.bukkit.adapters.CustomPayloadPacketAdapter.onPacketReceiving(CustomPayloadPacketAdapter.java:55) ~[ExploitFixer.jar:?]
  173. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  174. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  175. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:590) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  176. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:557) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  177. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetReceived(ProtocolInjector.java:352) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  178. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:317) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  179. at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:505) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  180. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [server.jar:git-PaperSpigot-"4c7641d"]
  181. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [server.jar:git-PaperSpigot-"4c7641d"]
  182. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  183. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  184. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  185. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  186. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  187. at com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  188. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  189. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  190. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  191. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  192. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  193. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [server.jar:git-PaperSpigot-"4c7641d"]
  194. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  195. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  196. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [server.jar:git-PaperSpigot-"4c7641d"]
  197. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  198. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  199. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [server.jar:git-PaperSpigot-"4c7641d"]
  200. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722) [server.jar:git-PaperSpigot-"4c7641d"]
  201. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [server.jar:git-PaperSpigot-"4c7641d"]
  202. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [server.jar:git-PaperSpigot-"4c7641d"]
  203. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-PaperSpigot-"4c7641d"]
  204. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  205. [09:17:08] [Netty Epoll Server IO #1/ERROR]: Parameters:
  206. net.minecraft.server.v1_8_R3.PacketPlayInCustomPayload@6950e70b[
  207. a=MC|BSign
  208. b=UnpooledHeapByteBuf(ridx: 0, widx: 30183, cap: 30183/30193)
  209. ]
  210.  
  211. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  212. [09:17:08] [Netty Epoll Server IO #1/ERROR]: [ExploitFixer] Unhandled exception occured in onPacketReceiving(PacketEvent) for ExploitFixer
  213. java.lang.IllegalStateException: Asynchronous player kick!
  214. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14) ~[server.jar:git-PaperSpigot-"4c7641d"]
  215. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.kickPlayer(CraftPlayer.java:311) ~[server.jar:git-PaperSpigot-"4c7641d"]
  216. at twolovers.exploitfixer.bukkit.instanceables.BukkitExploitPlayer.punish(BukkitExploitPlayer.java:111) ~[ExploitFixer.jar:?]
  217. at twolovers.exploitfixer.bukkit.adapters.CustomPayloadPacketAdapter.onPacketReceiving(CustomPayloadPacketAdapter.java:55) ~[ExploitFixer.jar:?]
  218. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  219. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  220. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:590) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  221. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:557) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  222. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetReceived(ProtocolInjector.java:352) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  223. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:317) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  224. at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:505) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  225. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [server.jar:git-PaperSpigot-"4c7641d"]
  226. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [server.jar:git-PaperSpigot-"4c7641d"]
  227. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  228. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  229. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  230. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  231. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  232. at com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  233. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  234. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  235. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  236. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  237. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  238. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [server.jar:git-PaperSpigot-"4c7641d"]
  239. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  240. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  241. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [server.jar:git-PaperSpigot-"4c7641d"]
  242. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  243. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  244. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [server.jar:git-PaperSpigot-"4c7641d"]
  245. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722) [server.jar:git-PaperSpigot-"4c7641d"]
  246. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [server.jar:git-PaperSpigot-"4c7641d"]
  247. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [server.jar:git-PaperSpigot-"4c7641d"]
  248. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-PaperSpigot-"4c7641d"]
  249. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  250. [09:17:08] [Netty Epoll Server IO #1/ERROR]: Parameters:
  251. net.minecraft.server.v1_8_R3.PacketPlayInCustomPayload@279ed3e2[
  252. a=MC|BSign
  253. b=UnpooledHeapByteBuf(ridx: 0, widx: 30183, cap: 30183/30193)
  254. ]
  255.  
  256. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  257. [09:17:08] [Netty Epoll Server IO #1/ERROR]: [ExploitFixer] Unhandled exception occured in onPacketReceiving(PacketEvent) for ExploitFixer
  258. java.lang.IllegalStateException: Asynchronous player kick!
  259. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14) ~[server.jar:git-PaperSpigot-"4c7641d"]
  260. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.kickPlayer(CraftPlayer.java:311) ~[server.jar:git-PaperSpigot-"4c7641d"]
  261. at twolovers.exploitfixer.bukkit.instanceables.BukkitExploitPlayer.punish(BukkitExploitPlayer.java:111) ~[ExploitFixer.jar:?]
  262. at twolovers.exploitfixer.bukkit.adapters.CustomPayloadPacketAdapter.onPacketReceiving(CustomPayloadPacketAdapter.java:55) ~[ExploitFixer.jar:?]
  263. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  264. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  265. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:590) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  266. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:557) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  267. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetReceived(ProtocolInjector.java:352) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  268. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:317) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  269. at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:505) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  270. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [server.jar:git-PaperSpigot-"4c7641d"]
  271. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [server.jar:git-PaperSpigot-"4c7641d"]
  272. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  273. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  274. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  275. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  276. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  277. at com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  278. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  279. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  280. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  281. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  282. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  283. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [server.jar:git-PaperSpigot-"4c7641d"]
  284. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  285. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  286. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [server.jar:git-PaperSpigot-"4c7641d"]
  287. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  288. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  289. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [server.jar:git-PaperSpigot-"4c7641d"]
  290. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722) [server.jar:git-PaperSpigot-"4c7641d"]
  291. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [server.jar:git-PaperSpigot-"4c7641d"]
  292. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [server.jar:git-PaperSpigot-"4c7641d"]
  293. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-PaperSpigot-"4c7641d"]
  294. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  295. [09:17:08] [Netty Epoll Server IO #1/ERROR]: Parameters:
  296. net.minecraft.server.v1_8_R3.PacketPlayInCustomPayload@1729eb4a[
  297. a=MC|BSign
  298. b=UnpooledHeapByteBuf(ridx: 0, widx: 30183, cap: 30183/30193)
  299. ]
  300.  
  301. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  302. [09:17:08] [Netty Epoll Server IO #1/ERROR]: [ExploitFixer] Unhandled exception occured in onPacketReceiving(PacketEvent) for ExploitFixer
  303. java.lang.IllegalStateException: Asynchronous player kick!
  304. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14) ~[server.jar:git-PaperSpigot-"4c7641d"]
  305. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.kickPlayer(CraftPlayer.java:311) ~[server.jar:git-PaperSpigot-"4c7641d"]
  306. at twolovers.exploitfixer.bukkit.instanceables.BukkitExploitPlayer.punish(BukkitExploitPlayer.java:111) ~[ExploitFixer.jar:?]
  307. at twolovers.exploitfixer.bukkit.adapters.CustomPayloadPacketAdapter.onPacketReceiving(CustomPayloadPacketAdapter.java:55) ~[ExploitFixer.jar:?]
  308. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  309. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  310. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:590) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  311. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:557) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  312. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetReceived(ProtocolInjector.java:352) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  313. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:317) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  314. at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:505) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  315. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [server.jar:git-PaperSpigot-"4c7641d"]
  316. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [server.jar:git-PaperSpigot-"4c7641d"]
  317. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  318. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  319. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  320. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  321. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  322. at com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  323. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  324. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  325. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  326. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  327. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  328. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [server.jar:git-PaperSpigot-"4c7641d"]
  329. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  330. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  331. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [server.jar:git-PaperSpigot-"4c7641d"]
  332. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  333. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  334. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [server.jar:git-PaperSpigot-"4c7641d"]
  335. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722) [server.jar:git-PaperSpigot-"4c7641d"]
  336. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [server.jar:git-PaperSpigot-"4c7641d"]
  337. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [server.jar:git-PaperSpigot-"4c7641d"]
  338. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-PaperSpigot-"4c7641d"]
  339. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  340. [09:17:08] [Netty Epoll Server IO #1/ERROR]: Parameters:
  341. net.minecraft.server.v1_8_R3.PacketPlayInCustomPayload@7996a74b[
  342. a=MC|BSign
  343. b=UnpooledHeapByteBuf(ridx: 0, widx: 30183, cap: 30183/30193)
  344. ]
  345.  
  346. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  347. [09:17:08] [Netty Epoll Server IO #1/ERROR]: [ExploitFixer] Unhandled exception occured in onPacketReceiving(PacketEvent) for ExploitFixer
  348. java.lang.IllegalStateException: Asynchronous player kick!
  349. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14) ~[server.jar:git-PaperSpigot-"4c7641d"]
  350. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.kickPlayer(CraftPlayer.java:311) ~[server.jar:git-PaperSpigot-"4c7641d"]
  351. at twolovers.exploitfixer.bukkit.instanceables.BukkitExploitPlayer.punish(BukkitExploitPlayer.java:111) ~[ExploitFixer.jar:?]
  352. at twolovers.exploitfixer.bukkit.adapters.CustomPayloadPacketAdapter.onPacketReceiving(CustomPayloadPacketAdapter.java:55) ~[ExploitFixer.jar:?]
  353. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  354. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  355. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:590) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  356. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:557) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  357. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetReceived(ProtocolInjector.java:352) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  358. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:317) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  359. at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:505) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  360. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [server.jar:git-PaperSpigot-"4c7641d"]
  361. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [server.jar:git-PaperSpigot-"4c7641d"]
  362. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  363. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  364. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  365. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  366. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  367. at com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  368. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  369. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  370. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  371. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  372. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  373. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [server.jar:git-PaperSpigot-"4c7641d"]
  374. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  375. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  376. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [server.jar:git-PaperSpigot-"4c7641d"]
  377. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  378. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  379. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [server.jar:git-PaperSpigot-"4c7641d"]
  380. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722) [server.jar:git-PaperSpigot-"4c7641d"]
  381. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [server.jar:git-PaperSpigot-"4c7641d"]
  382. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [server.jar:git-PaperSpigot-"4c7641d"]
  383. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-PaperSpigot-"4c7641d"]
  384. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  385. [09:17:08] [Netty Epoll Server IO #1/ERROR]: Parameters:
  386. net.minecraft.server.v1_8_R3.PacketPlayInCustomPayload@17107fcd[
  387. a=MC|BSign
  388. b=UnpooledHeapByteBuf(ridx: 0, widx: 30183, cap: 30183/30193)
  389. ]
  390.  
  391. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  392. [09:17:08] [Netty Epoll Server IO #1/ERROR]: [ExploitFixer] Unhandled exception occured in onPacketReceiving(PacketEvent) for ExploitFixer
  393. java.lang.IllegalStateException: Asynchronous player kick!
  394. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14) ~[server.jar:git-PaperSpigot-"4c7641d"]
  395. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.kickPlayer(CraftPlayer.java:311) ~[server.jar:git-PaperSpigot-"4c7641d"]
  396. at twolovers.exploitfixer.bukkit.instanceables.BukkitExploitPlayer.punish(BukkitExploitPlayer.java:111) ~[ExploitFixer.jar:?]
  397. at twolovers.exploitfixer.bukkit.adapters.CustomPayloadPacketAdapter.onPacketReceiving(CustomPayloadPacketAdapter.java:55) ~[ExploitFixer.jar:?]
  398. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  399. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  400. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:590) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  401. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:557) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  402. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetReceived(ProtocolInjector.java:352) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  403. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:317) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  404. at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:505) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  405. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [server.jar:git-PaperSpigot-"4c7641d"]
  406. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [server.jar:git-PaperSpigot-"4c7641d"]
  407. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  408. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  409. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  410. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  411. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  412. at com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  413. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  414. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  415. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  416. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  417. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  418. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [server.jar:git-PaperSpigot-"4c7641d"]
  419. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  420. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  421. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [server.jar:git-PaperSpigot-"4c7641d"]
  422. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  423. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  424. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [server.jar:git-PaperSpigot-"4c7641d"]
  425. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722) [server.jar:git-PaperSpigot-"4c7641d"]
  426. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [server.jar:git-PaperSpigot-"4c7641d"]
  427. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [server.jar:git-PaperSpigot-"4c7641d"]
  428. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-PaperSpigot-"4c7641d"]
  429. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  430. [09:17:08] [Netty Epoll Server IO #1/ERROR]: Parameters:
  431. net.minecraft.server.v1_8_R3.PacketPlayInCustomPayload@46c0af0e[
  432. a=MC|BSign
  433. b=UnpooledHeapByteBuf(ridx: 0, widx: 30183, cap: 30183/30193)
  434. ]
  435.  
  436. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  437. [09:17:08] [Netty Epoll Server IO #1/ERROR]: [ExploitFixer] Unhandled exception occured in onPacketReceiving(PacketEvent) for ExploitFixer
  438. java.lang.IllegalStateException: Asynchronous player kick!
  439. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14) ~[server.jar:git-PaperSpigot-"4c7641d"]
  440. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.kickPlayer(CraftPlayer.java:311) ~[server.jar:git-PaperSpigot-"4c7641d"]
  441. at twolovers.exploitfixer.bukkit.instanceables.BukkitExploitPlayer.punish(BukkitExploitPlayer.java:111) ~[ExploitFixer.jar:?]
  442. at twolovers.exploitfixer.bukkit.adapters.CustomPayloadPacketAdapter.onPacketReceiving(CustomPayloadPacketAdapter.java:55) ~[ExploitFixer.jar:?]
  443. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  444. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  445. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:590) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  446. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:557) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  447. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetReceived(ProtocolInjector.java:352) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  448. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:317) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  449. at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:505) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  450. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [server.jar:git-PaperSpigot-"4c7641d"]
  451. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [server.jar:git-PaperSpigot-"4c7641d"]
  452. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  453. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  454. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  455. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  456. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  457. at com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  458. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  459. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  460. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  461. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  462. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  463. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [server.jar:git-PaperSpigot-"4c7641d"]
  464. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  465. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  466. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [server.jar:git-PaperSpigot-"4c7641d"]
  467. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  468. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  469. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [server.jar:git-PaperSpigot-"4c7641d"]
  470. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722) [server.jar:git-PaperSpigot-"4c7641d"]
  471. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [server.jar:git-PaperSpigot-"4c7641d"]
  472. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [server.jar:git-PaperSpigot-"4c7641d"]
  473. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-PaperSpigot-"4c7641d"]
  474. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  475. [09:17:08] [Netty Epoll Server IO #1/ERROR]: Parameters:
  476. net.minecraft.server.v1_8_R3.PacketPlayInCustomPayload@1e6b6f27[
  477. a=MC|BEdit
  478. b=UnpooledHeapByteBuf(ridx: 0, widx: 30183, cap: 30183/30193)
  479. ]
  480.  
  481. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  482. [09:17:08] [Netty Epoll Server IO #1/ERROR]: [ExploitFixer] Unhandled exception occured in onPacketReceiving(PacketEvent) for ExploitFixer
  483. java.lang.IllegalStateException: Asynchronous player kick!
  484. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14) ~[server.jar:git-PaperSpigot-"4c7641d"]
  485. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.kickPlayer(CraftPlayer.java:311) ~[server.jar:git-PaperSpigot-"4c7641d"]
  486. at twolovers.exploitfixer.bukkit.instanceables.BukkitExploitPlayer.punish(BukkitExploitPlayer.java:111) ~[ExploitFixer.jar:?]
  487. at twolovers.exploitfixer.bukkit.adapters.CustomPayloadPacketAdapter.onPacketReceiving(CustomPayloadPacketAdapter.java:55) ~[ExploitFixer.jar:?]
  488. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  489. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  490. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:590) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  491. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:557) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  492. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetReceived(ProtocolInjector.java:352) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  493. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:317) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  494. at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:505) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  495. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [server.jar:git-PaperSpigot-"4c7641d"]
  496. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [server.jar:git-PaperSpigot-"4c7641d"]
  497. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  498. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  499. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  500. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  501. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  502. at com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  503. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  504. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  505. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  506. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  507. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  508. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [server.jar:git-PaperSpigot-"4c7641d"]
  509. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  510. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  511. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [server.jar:git-PaperSpigot-"4c7641d"]
  512. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  513. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  514. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [server.jar:git-PaperSpigot-"4c7641d"]
  515. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722) [server.jar:git-PaperSpigot-"4c7641d"]
  516. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [server.jar:git-PaperSpigot-"4c7641d"]
  517. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [server.jar:git-PaperSpigot-"4c7641d"]
  518. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-PaperSpigot-"4c7641d"]
  519. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  520. [09:17:08] [Netty Epoll Server IO #1/ERROR]: Parameters:
  521. net.minecraft.server.v1_8_R3.PacketPlayInCustomPayload@520b2f5e[
  522. a=MC|BEdit
  523. b=UnpooledHeapByteBuf(ridx: 0, widx: 30183, cap: 30183/30193)
  524. ]
  525.  
  526. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  527. [09:17:08] [Netty Epoll Server IO #1/ERROR]: [ExploitFixer] Unhandled exception occured in onPacketReceiving(PacketEvent) for ExploitFixer
  528. java.lang.IllegalStateException: Asynchronous player kick!
  529. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14) ~[server.jar:git-PaperSpigot-"4c7641d"]
  530. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.kickPlayer(CraftPlayer.java:311) ~[server.jar:git-PaperSpigot-"4c7641d"]
  531. at twolovers.exploitfixer.bukkit.instanceables.BukkitExploitPlayer.punish(BukkitExploitPlayer.java:111) ~[ExploitFixer.jar:?]
  532. at twolovers.exploitfixer.bukkit.adapters.CustomPayloadPacketAdapter.onPacketReceiving(CustomPayloadPacketAdapter.java:55) ~[ExploitFixer.jar:?]
  533. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  534. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  535. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:590) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  536. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:557) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  537. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetReceived(ProtocolInjector.java:352) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  538. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:317) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  539. at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:505) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  540. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [server.jar:git-PaperSpigot-"4c7641d"]
  541. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [server.jar:git-PaperSpigot-"4c7641d"]
  542. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  543. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  544. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  545. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  546. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  547. at com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  548. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  549. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  550. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  551. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  552. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  553. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [server.jar:git-PaperSpigot-"4c7641d"]
  554. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  555. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  556. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [server.jar:git-PaperSpigot-"4c7641d"]
  557. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  558. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  559. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [server.jar:git-PaperSpigot-"4c7641d"]
  560. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722) [server.jar:git-PaperSpigot-"4c7641d"]
  561. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [server.jar:git-PaperSpigot-"4c7641d"]
  562. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [server.jar:git-PaperSpigot-"4c7641d"]
  563. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-PaperSpigot-"4c7641d"]
  564. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  565. [09:17:08] [Netty Epoll Server IO #1/ERROR]: Parameters:
  566. net.minecraft.server.v1_8_R3.PacketPlayInCustomPayload@46f1dcc5[
  567. a=MC|BSign
  568. b=UnpooledHeapByteBuf(ridx: 0, widx: 30183, cap: 30183/30193)
  569. ]
  570.  
  571. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  572. [09:17:08] [Netty Epoll Server IO #1/ERROR]: [ExploitFixer] Unhandled exception occured in onPacketReceiving(PacketEvent) for ExploitFixer
  573. java.lang.IllegalStateException: Asynchronous player kick!
  574. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14) ~[server.jar:git-PaperSpigot-"4c7641d"]
  575. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.kickPlayer(CraftPlayer.java:311) ~[server.jar:git-PaperSpigot-"4c7641d"]
  576. at twolovers.exploitfixer.bukkit.instanceables.BukkitExploitPlayer.punish(BukkitExploitPlayer.java:111) ~[ExploitFixer.jar:?]
  577. at twolovers.exploitfixer.bukkit.adapters.CustomPayloadPacketAdapter.onPacketReceiving(CustomPayloadPacketAdapter.java:55) ~[ExploitFixer.jar:?]
  578. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  579. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  580. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:590) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  581. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:557) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  582. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetReceived(ProtocolInjector.java:352) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  583. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:317) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  584. at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:505) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  585. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [server.jar:git-PaperSpigot-"4c7641d"]
  586. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [server.jar:git-PaperSpigot-"4c7641d"]
  587. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  588. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  589. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  590. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  591. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  592. at com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  593. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  594. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  595. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  596. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  597. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  598. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [server.jar:git-PaperSpigot-"4c7641d"]
  599. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  600. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  601. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [server.jar:git-PaperSpigot-"4c7641d"]
  602. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  603. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  604. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [server.jar:git-PaperSpigot-"4c7641d"]
  605. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722) [server.jar:git-PaperSpigot-"4c7641d"]
  606. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [server.jar:git-PaperSpigot-"4c7641d"]
  607. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [server.jar:git-PaperSpigot-"4c7641d"]
  608. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-PaperSpigot-"4c7641d"]
  609. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  610. [09:17:08] [Netty Epoll Server IO #1/ERROR]: Parameters:
  611. net.minecraft.server.v1_8_R3.PacketPlayInCustomPayload@50ab3ca[
  612. a=MC|BEdit
  613. b=UnpooledHeapByteBuf(ridx: 0, widx: 30183, cap: 30183/30193)
  614. ]
  615.  
  616. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  617. [09:17:08] [Netty Epoll Server IO #1/ERROR]: [ExploitFixer] Unhandled exception occured in onPacketReceiving(PacketEvent) for ExploitFixer
  618. java.lang.IllegalStateException: Asynchronous player kick!
  619. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14) ~[server.jar:git-PaperSpigot-"4c7641d"]
  620. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.kickPlayer(CraftPlayer.java:311) ~[server.jar:git-PaperSpigot-"4c7641d"]
  621. at twolovers.exploitfixer.bukkit.instanceables.BukkitExploitPlayer.punish(BukkitExploitPlayer.java:111) ~[ExploitFixer.jar:?]
  622. at twolovers.exploitfixer.bukkit.adapters.CustomPayloadPacketAdapter.onPacketReceiving(CustomPayloadPacketAdapter.java:55) ~[ExploitFixer.jar:?]
  623. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  624. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  625. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:590) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  626. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:557) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  627. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetReceived(ProtocolInjector.java:352) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  628. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:317) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  629. at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:505) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  630. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [server.jar:git-PaperSpigot-"4c7641d"]
  631. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [server.jar:git-PaperSpigot-"4c7641d"]
  632. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  633. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  634. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  635. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  636. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  637. at com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  638. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  639. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  640. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  641. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  642. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  643. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [server.jar:git-PaperSpigot-"4c7641d"]
  644. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  645. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  646. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [server.jar:git-PaperSpigot-"4c7641d"]
  647. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  648. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  649. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [server.jar:git-PaperSpigot-"4c7641d"]
  650. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722) [server.jar:git-PaperSpigot-"4c7641d"]
  651. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [server.jar:git-PaperSpigot-"4c7641d"]
  652. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [server.jar:git-PaperSpigot-"4c7641d"]
  653. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-PaperSpigot-"4c7641d"]
  654. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  655. [09:17:08] [Netty Epoll Server IO #1/ERROR]: Parameters:
  656. net.minecraft.server.v1_8_R3.PacketPlayInCustomPayload@40ddf61b[
  657. a=MC|BSign
  658. b=UnpooledHeapByteBuf(ridx: 0, widx: 30183, cap: 30183/30193)
  659. ]
  660.  
  661. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  662. [09:17:08] [Netty Epoll Server IO #1/ERROR]: [ExploitFixer] Unhandled exception occured in onPacketReceiving(PacketEvent) for ExploitFixer
  663. java.lang.IllegalStateException: Asynchronous player kick!
  664. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14) ~[server.jar:git-PaperSpigot-"4c7641d"]
  665. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.kickPlayer(CraftPlayer.java:311) ~[server.jar:git-PaperSpigot-"4c7641d"]
  666. at twolovers.exploitfixer.bukkit.instanceables.BukkitExploitPlayer.punish(BukkitExploitPlayer.java:111) ~[ExploitFixer.jar:?]
  667. at twolovers.exploitfixer.bukkit.adapters.CustomPayloadPacketAdapter.onPacketReceiving(CustomPayloadPacketAdapter.java:55) ~[ExploitFixer.jar:?]
  668. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  669. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  670. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:590) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  671. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:557) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  672. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetReceived(ProtocolInjector.java:352) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  673. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:317) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  674. at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:505) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  675. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [server.jar:git-PaperSpigot-"4c7641d"]
  676. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [server.jar:git-PaperSpigot-"4c7641d"]
  677. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  678. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  679. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  680. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  681. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  682. at com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  683. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  684. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  685. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  686. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  687. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  688. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [server.jar:git-PaperSpigot-"4c7641d"]
  689. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  690. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  691. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [server.jar:git-PaperSpigot-"4c7641d"]
  692. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  693. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  694. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [server.jar:git-PaperSpigot-"4c7641d"]
  695. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722) [server.jar:git-PaperSpigot-"4c7641d"]
  696. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [server.jar:git-PaperSpigot-"4c7641d"]
  697. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [server.jar:git-PaperSpigot-"4c7641d"]
  698. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-PaperSpigot-"4c7641d"]
  699. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  700. [09:17:08] [Netty Epoll Server IO #1/ERROR]: Parameters:
  701. net.minecraft.server.v1_8_R3.PacketPlayInCustomPayload@4ba74081[
  702. a=MC|BSign
  703. b=UnpooledHeapByteBuf(ridx: 0, widx: 30183, cap: 30183/30193)
  704. ]
  705.  
  706. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  707. [09:17:08] [Netty Epoll Server IO #1/ERROR]: [ExploitFixer] Unhandled exception occured in onPacketReceiving(PacketEvent) for ExploitFixer
  708. java.lang.IllegalStateException: Asynchronous player kick!
  709. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14) ~[server.jar:git-PaperSpigot-"4c7641d"]
  710. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.kickPlayer(CraftPlayer.java:311) ~[server.jar:git-PaperSpigot-"4c7641d"]
  711. at twolovers.exploitfixer.bukkit.instanceables.BukkitExploitPlayer.punish(BukkitExploitPlayer.java:111) ~[ExploitFixer.jar:?]
  712. at twolovers.exploitfixer.bukkit.adapters.CustomPayloadPacketAdapter.onPacketReceiving(CustomPayloadPacketAdapter.java:55) ~[ExploitFixer.jar:?]
  713. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  714. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  715. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:590) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  716. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:557) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  717. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetReceived(ProtocolInjector.java:352) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  718. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:317) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  719. at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:505) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  720. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [server.jar:git-PaperSpigot-"4c7641d"]
  721. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [server.jar:git-PaperSpigot-"4c7641d"]
  722. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  723. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  724. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  725. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  726. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  727. at com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  728. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  729. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  730. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  731. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  732. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  733. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [server.jar:git-PaperSpigot-"4c7641d"]
  734. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  735. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  736. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [server.jar:git-PaperSpigot-"4c7641d"]
  737. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  738. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  739. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [server.jar:git-PaperSpigot-"4c7641d"]
  740. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722) [server.jar:git-PaperSpigot-"4c7641d"]
  741. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [server.jar:git-PaperSpigot-"4c7641d"]
  742. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [server.jar:git-PaperSpigot-"4c7641d"]
  743. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-PaperSpigot-"4c7641d"]
  744. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  745. [09:17:08] [Netty Epoll Server IO #1/ERROR]: Parameters:
  746. net.minecraft.server.v1_8_R3.PacketPlayInCustomPayload@378bac4[
  747. a=MC|BSign
  748. b=UnpooledHeapByteBuf(ridx: 0, widx: 30183, cap: 30183/30193)
  749. ]
  750.  
  751. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  752. [09:17:08] [Netty Epoll Server IO #1/ERROR]: [ExploitFixer] Unhandled exception occured in onPacketReceiving(PacketEvent) for ExploitFixer
  753. java.lang.IllegalStateException: Asynchronous player kick!
  754. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14) ~[server.jar:git-PaperSpigot-"4c7641d"]
  755. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.kickPlayer(CraftPlayer.java:311) ~[server.jar:git-PaperSpigot-"4c7641d"]
  756. at twolovers.exploitfixer.bukkit.instanceables.BukkitExploitPlayer.punish(BukkitExploitPlayer.java:111) ~[ExploitFixer.jar:?]
  757. at twolovers.exploitfixer.bukkit.adapters.CustomPayloadPacketAdapter.onPacketReceiving(CustomPayloadPacketAdapter.java:55) ~[ExploitFixer.jar:?]
  758. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  759. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  760. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:590) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  761. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:557) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  762. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetReceived(ProtocolInjector.java:352) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  763. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:317) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  764. at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:505) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  765. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [server.jar:git-PaperSpigot-"4c7641d"]
  766. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [server.jar:git-PaperSpigot-"4c7641d"]
  767. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  768. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  769. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  770. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  771. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  772. at com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  773. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  774. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  775. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  776. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  777. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  778. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [server.jar:git-PaperSpigot-"4c7641d"]
  779. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  780. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  781. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [server.jar:git-PaperSpigot-"4c7641d"]
  782. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  783. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  784. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [server.jar:git-PaperSpigot-"4c7641d"]
  785. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722) [server.jar:git-PaperSpigot-"4c7641d"]
  786. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [server.jar:git-PaperSpigot-"4c7641d"]
  787. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [server.jar:git-PaperSpigot-"4c7641d"]
  788. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-PaperSpigot-"4c7641d"]
  789. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  790. [09:17:08] [Netty Epoll Server IO #1/ERROR]: Parameters:
  791. net.minecraft.server.v1_8_R3.PacketPlayInCustomPayload@53bccd82[
  792. a=MC|BSign
  793. b=UnpooledHeapByteBuf(ridx: 0, widx: 30183, cap: 30183/30193)
  794. ]
  795.  
  796. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  797. [09:17:08] [Netty Epoll Server IO #1/ERROR]: [ExploitFixer] Unhandled exception occured in onPacketReceiving(PacketEvent) for ExploitFixer
  798. java.lang.IllegalStateException: Asynchronous player kick!
  799. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14) ~[server.jar:git-PaperSpigot-"4c7641d"]
  800. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.kickPlayer(CraftPlayer.java:311) ~[server.jar:git-PaperSpigot-"4c7641d"]
  801. at twolovers.exploitfixer.bukkit.instanceables.BukkitExploitPlayer.punish(BukkitExploitPlayer.java:111) ~[ExploitFixer.jar:?]
  802. at twolovers.exploitfixer.bukkit.adapters.CustomPayloadPacketAdapter.onPacketReceiving(CustomPayloadPacketAdapter.java:55) ~[ExploitFixer.jar:?]
  803. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  804. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  805. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:590) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  806. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:557) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  807. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetReceived(ProtocolInjector.java:352) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  808. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:317) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  809. at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:505) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  810. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [server.jar:git-PaperSpigot-"4c7641d"]
  811. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [server.jar:git-PaperSpigot-"4c7641d"]
  812. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  813. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  814. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  815. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  816. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  817. at com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  818. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  819. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  820. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  821. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  822. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  823. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [server.jar:git-PaperSpigot-"4c7641d"]
  824. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  825. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  826. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [server.jar:git-PaperSpigot-"4c7641d"]
  827. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  828. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  829. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [server.jar:git-PaperSpigot-"4c7641d"]
  830. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722) [server.jar:git-PaperSpigot-"4c7641d"]
  831. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [server.jar:git-PaperSpigot-"4c7641d"]
  832. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [server.jar:git-PaperSpigot-"4c7641d"]
  833. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-PaperSpigot-"4c7641d"]
  834. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  835. [09:17:08] [Netty Epoll Server IO #1/ERROR]: Parameters:
  836. net.minecraft.server.v1_8_R3.PacketPlayInCustomPayload@7cfe84c0[
  837. a=MC|BEdit
  838. b=UnpooledHeapByteBuf(ridx: 0, widx: 30183, cap: 30183/30193)
  839. ]
  840.  
  841. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  842. [09:17:08] [Netty Epoll Server IO #1/ERROR]: [ExploitFixer] Unhandled exception occured in onPacketReceiving(PacketEvent) for ExploitFixer
  843. java.lang.IllegalStateException: Asynchronous player kick!
  844. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14) ~[server.jar:git-PaperSpigot-"4c7641d"]
  845. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.kickPlayer(CraftPlayer.java:311) ~[server.jar:git-PaperSpigot-"4c7641d"]
  846. at twolovers.exploitfixer.bukkit.instanceables.BukkitExploitPlayer.punish(BukkitExploitPlayer.java:111) ~[ExploitFixer.jar:?]
  847. at twolovers.exploitfixer.bukkit.adapters.CustomPayloadPacketAdapter.onPacketReceiving(CustomPayloadPacketAdapter.java:55) ~[ExploitFixer.jar:?]
  848. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  849. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  850. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:590) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  851. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:557) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  852. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetReceived(ProtocolInjector.java:352) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  853. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:317) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  854. at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:505) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  855. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [server.jar:git-PaperSpigot-"4c7641d"]
  856. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [server.jar:git-PaperSpigot-"4c7641d"]
  857. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  858. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  859. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  860. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  861. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  862. at com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  863. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  864. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  865. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  866. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  867. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  868. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [server.jar:git-PaperSpigot-"4c7641d"]
  869. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  870. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  871. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [server.jar:git-PaperSpigot-"4c7641d"]
  872. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  873. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  874. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [server.jar:git-PaperSpigot-"4c7641d"]
  875. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722) [server.jar:git-PaperSpigot-"4c7641d"]
  876. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [server.jar:git-PaperSpigot-"4c7641d"]
  877. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [server.jar:git-PaperSpigot-"4c7641d"]
  878. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-PaperSpigot-"4c7641d"]
  879. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  880. [09:17:08] [Netty Epoll Server IO #1/ERROR]: Parameters:
  881. net.minecraft.server.v1_8_R3.PacketPlayInCustomPayload@dac6096[
  882. a=MC|BSign
  883. b=UnpooledHeapByteBuf(ridx: 0, widx: 30183, cap: 30183/30193)
  884. ]
  885.  
  886. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  887. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  888. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  889. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  890. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  891. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  892. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  893. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  894. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  895. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  896. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  897. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  898. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  899. [09:17:08] [Netty Epoll Server IO #1/ERROR]: [ExploitFixer] Unhandled exception number 32 occured in onPacketReceiving(PacketEvent) for ExploitFixer
  900. java.lang.IllegalStateException: Asynchronous player kick!
  901. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14) ~[server.jar:git-PaperSpigot-"4c7641d"]
  902. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.kickPlayer(CraftPlayer.java:311) ~[server.jar:git-PaperSpigot-"4c7641d"]
  903. at twolovers.exploitfixer.bukkit.instanceables.BukkitExploitPlayer.punish(BukkitExploitPlayer.java:111) ~[ExploitFixer.jar:?]
  904. at twolovers.exploitfixer.bukkit.adapters.CustomPayloadPacketAdapter.onPacketReceiving(CustomPayloadPacketAdapter.java:55) ~[ExploitFixer.jar:?]
  905. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  906. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  907. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:590) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  908. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:557) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  909. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetReceived(ProtocolInjector.java:352) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  910. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:317) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  911. at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:505) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  912. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [server.jar:git-PaperSpigot-"4c7641d"]
  913. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [server.jar:git-PaperSpigot-"4c7641d"]
  914. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  915. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  916. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  917. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  918. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  919. at com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  920. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  921. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  922. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  923. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  924. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  925. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [server.jar:git-PaperSpigot-"4c7641d"]
  926. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  927. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  928. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [server.jar:git-PaperSpigot-"4c7641d"]
  929. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  930. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  931. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [server.jar:git-PaperSpigot-"4c7641d"]
  932. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722) [server.jar:git-PaperSpigot-"4c7641d"]
  933. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [server.jar:git-PaperSpigot-"4c7641d"]
  934. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [server.jar:git-PaperSpigot-"4c7641d"]
  935. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-PaperSpigot-"4c7641d"]
  936. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  937. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  938. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  939. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  940. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  941. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  942. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  943. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  944. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  945. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  946. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  947. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  948. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  949. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  950. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  951. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  952. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  953. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  954. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  955. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  956. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  957. [09:17:08] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  958. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  959. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  960. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  961. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  962. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  963. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  964. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  965. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  966. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  967. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  968. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  969. [09:17:09] [Netty Epoll Server IO #1/ERROR]: [ExploitFixer] Unhandled exception number 64 occured in onPacketReceiving(PacketEvent) for ExploitFixer
  970. java.lang.IllegalStateException: Asynchronous player kick!
  971. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14) ~[server.jar:git-PaperSpigot-"4c7641d"]
  972. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.kickPlayer(CraftPlayer.java:311) ~[server.jar:git-PaperSpigot-"4c7641d"]
  973. at twolovers.exploitfixer.bukkit.instanceables.BukkitExploitPlayer.punish(BukkitExploitPlayer.java:111) ~[ExploitFixer.jar:?]
  974. at twolovers.exploitfixer.bukkit.adapters.CustomPayloadPacketAdapter.onPacketReceiving(CustomPayloadPacketAdapter.java:55) ~[ExploitFixer.jar:?]
  975. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  976. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  977. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:590) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  978. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:557) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  979. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetReceived(ProtocolInjector.java:352) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  980. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:317) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  981. at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:505) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  982. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [server.jar:git-PaperSpigot-"4c7641d"]
  983. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [server.jar:git-PaperSpigot-"4c7641d"]
  984. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  985. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  986. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  987. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  988. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  989. at com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  990. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  991. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  992. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  993. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  994. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  995. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [server.jar:git-PaperSpigot-"4c7641d"]
  996. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  997. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  998. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [server.jar:git-PaperSpigot-"4c7641d"]
  999. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  1000. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  1001. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [server.jar:git-PaperSpigot-"4c7641d"]
  1002. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722) [server.jar:git-PaperSpigot-"4c7641d"]
  1003. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [server.jar:git-PaperSpigot-"4c7641d"]
  1004. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [server.jar:git-PaperSpigot-"4c7641d"]
  1005. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-PaperSpigot-"4c7641d"]
  1006. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  1007. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1008. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1009. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1010. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1011. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1012. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1013. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1014. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1015. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1016. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1017. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1018. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1019. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1020. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1021. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1022. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1023. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1024. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1025. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1026. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1027. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1028. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1029. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1030. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1031. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1032. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1033. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1034. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1035. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1036. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1037. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1038. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1039. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1040. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1041. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1042. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1043. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1044. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1045. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1046. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1047. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1048. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1049. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1050. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1051. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1052. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1053. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1054. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1055. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1056. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1057. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1058. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1059. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1060. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1061. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1062. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1063. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1064. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1065. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1066. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1067. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1068. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1069. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1070. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1071. [09:17:09] [Netty Epoll Server IO #1/ERROR]: [ExploitFixer] Unhandled exception number 128 occured in onPacketReceiving(PacketEvent) for ExploitFixer
  1072. java.lang.IllegalStateException: Asynchronous player kick!
  1073. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14) ~[server.jar:git-PaperSpigot-"4c7641d"]
  1074. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.kickPlayer(CraftPlayer.java:311) ~[server.jar:git-PaperSpigot-"4c7641d"]
  1075. at twolovers.exploitfixer.bukkit.instanceables.BukkitExploitPlayer.punish(BukkitExploitPlayer.java:111) ~[ExploitFixer.jar:?]
  1076. at twolovers.exploitfixer.bukkit.adapters.CustomPayloadPacketAdapter.onPacketReceiving(CustomPayloadPacketAdapter.java:55) ~[ExploitFixer.jar:?]
  1077. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  1078. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  1079. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:590) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  1080. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:557) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  1081. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetReceived(ProtocolInjector.java:352) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  1082. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:317) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  1083. at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:505) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  1084. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [server.jar:git-PaperSpigot-"4c7641d"]
  1085. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [server.jar:git-PaperSpigot-"4c7641d"]
  1086. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  1087. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  1088. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  1089. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  1090. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  1091. at com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  1092. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  1093. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  1094. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  1095. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  1096. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  1097. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [server.jar:git-PaperSpigot-"4c7641d"]
  1098. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  1099. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  1100. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [server.jar:git-PaperSpigot-"4c7641d"]
  1101. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  1102. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  1103. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [server.jar:git-PaperSpigot-"4c7641d"]
  1104. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722) [server.jar:git-PaperSpigot-"4c7641d"]
  1105. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [server.jar:git-PaperSpigot-"4c7641d"]
  1106. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [server.jar:git-PaperSpigot-"4c7641d"]
  1107. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-PaperSpigot-"4c7641d"]
  1108. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  1109. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1110. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1111. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1112. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1113. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1114. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1115. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1116. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1117. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1118. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1119. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1120. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1121. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1122. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1123. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1124. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1125. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1126. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1127. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1128. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1129. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1130. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1131. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1132. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1133. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1134. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1135. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1136. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1137. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1138. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1139. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1140. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1141. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1142. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1143. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1144. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1145. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1146. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1147. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1148. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1149. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1150. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1151. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1152. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1153. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1154. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1155. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1156. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1157. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1158. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1159. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1160. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1161. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1162. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1163. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1164. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1165. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1166. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1167. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1168. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1169. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1170. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1171. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1172. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1173. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1174. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1175. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1176. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1177. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1178. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1179. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1180. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1181. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1182. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1183. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1184. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1185. [09:17:09] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1186. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1187. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1188. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1189. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1190. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1191. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1192. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1193. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1194. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1195. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1196. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1197. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1198. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1199. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1200. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1201. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1202. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1203. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1204. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1205. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1206. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1207. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1208. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1209. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1210. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1211. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1212. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1213. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1214. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1215. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1216. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1217. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1218. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1219. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1220. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1221. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1222. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1223. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1224. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1225. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1226. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1227. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1228. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1229. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1230. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1231. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1232. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1233. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1234. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1235. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1236. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1237. [09:17:10] [Netty Epoll Server IO #1/ERROR]: [ExploitFixer] Unhandled exception number 256 occured in onPacketReceiving(PacketEvent) for ExploitFixer
  1238. java.lang.IllegalStateException: Asynchronous player kick!
  1239. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14) ~[server.jar:git-PaperSpigot-"4c7641d"]
  1240. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.kickPlayer(CraftPlayer.java:311) ~[server.jar:git-PaperSpigot-"4c7641d"]
  1241. at twolovers.exploitfixer.bukkit.instanceables.BukkitExploitPlayer.punish(BukkitExploitPlayer.java:111) ~[ExploitFixer.jar:?]
  1242. at twolovers.exploitfixer.bukkit.adapters.CustomPayloadPacketAdapter.onPacketReceiving(CustomPayloadPacketAdapter.java:55) ~[ExploitFixer.jar:?]
  1243. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  1244. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  1245. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:590) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  1246. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:557) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  1247. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetReceived(ProtocolInjector.java:352) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  1248. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:317) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  1249. at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:505) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  1250. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [server.jar:git-PaperSpigot-"4c7641d"]
  1251. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [server.jar:git-PaperSpigot-"4c7641d"]
  1252. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  1253. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  1254. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  1255. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  1256. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  1257. at com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  1258. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  1259. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  1260. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  1261. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  1262. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  1263. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [server.jar:git-PaperSpigot-"4c7641d"]
  1264. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  1265. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  1266. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [server.jar:git-PaperSpigot-"4c7641d"]
  1267. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  1268. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  1269. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [server.jar:git-PaperSpigot-"4c7641d"]
  1270. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722) [server.jar:git-PaperSpigot-"4c7641d"]
  1271. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [server.jar:git-PaperSpigot-"4c7641d"]
  1272. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [server.jar:git-PaperSpigot-"4c7641d"]
  1273. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-PaperSpigot-"4c7641d"]
  1274. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  1275. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1276. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1277. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1278. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1279. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1280. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1281. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1282. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1283. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1284. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1285. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1286. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1287. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1288. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1289. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1290. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1291. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1292. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1293. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1294. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1295. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1296. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1297. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1298. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1299. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1300. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1301. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1302. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1303. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1304. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1305. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1306. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1307. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1308. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1309. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1310. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1311. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1312. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1313. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1314. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1315. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1316. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1317. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1318. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1319. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1320. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1321. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1322. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1323. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1324. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1325. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1326. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1327. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1328. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1329. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1330. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1331. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1332. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1333. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1334. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1335. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1336. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1337. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1338. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1339. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1340. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1341. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1342. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1343. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1344. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1345. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1346. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1347. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1348. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1349. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1350. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1351. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1352. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1353. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1354. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1355. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1356. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1357. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1358. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1359. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1360. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1361. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1362. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1363. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1364. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1365. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1366. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1367. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1368. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1369. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1370. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1371. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1372. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1373. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1374. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1375. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1376. [09:17:10] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1377. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1378. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1379. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1380. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1381. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1382. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1383. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1384. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1385. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1386. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1387. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1388. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1389. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1390. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1391. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1392. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1393. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1394. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1395. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1396. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1397. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1398. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1399. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1400. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1401. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1402. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1403. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1404. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1405. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1406. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1407. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1408. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1409. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1410. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1411. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1412. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1413. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1414. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1415. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1416. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1417. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1418. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1419. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1420. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1421. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1422. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1423. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1424. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1425. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1426. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1427. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1428. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1429. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1430. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1431. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1432. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1433. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1434. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1435. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1436. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1437. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1438. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1439. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1440. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1441. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1442. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1443. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1444. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1445. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1446. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1447. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1448. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1449. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1450. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1451. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1452. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1453. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1454. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1455. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1456. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1457. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1458. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1459. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1460. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1461. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1462. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1463. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1464. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1465. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1466. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1467. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1468. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1469. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1470. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1471. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1472. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1473. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1474. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1475. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1476. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1477. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1478. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1479. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1480. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1481. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1482. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1483. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1484. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1485. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1486. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1487. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1488. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1489. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1490. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1491. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1492. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1493. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1494. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1495. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1496. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1497. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1498. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1499. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1500. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1501. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1502. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1503. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1504. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1505. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1506. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1507. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1508. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1509. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1510. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1511. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1512. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1513. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1514. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1515. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1516. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1517. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1518. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1519. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1520. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1521. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1522. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1523. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1524. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1525. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1526. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1527. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1528. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1529. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1530. [09:17:11] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1531. [09:17:11] [Netty Epoll Server IO #1/ERROR]: [ExploitFixer] Unhandled exception number 512 occured in onPacketReceiving(PacketEvent) for ExploitFixer
  1532. java.lang.IllegalStateException: Asynchronous player kick!
  1533. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14) ~[server.jar:git-PaperSpigot-"4c7641d"]
  1534. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.kickPlayer(CraftPlayer.java:311) ~[server.jar:git-PaperSpigot-"4c7641d"]
  1535. at twolovers.exploitfixer.bukkit.instanceables.BukkitExploitPlayer.punish(BukkitExploitPlayer.java:111) ~[ExploitFixer.jar:?]
  1536. at twolovers.exploitfixer.bukkit.adapters.CustomPayloadPacketAdapter.onPacketReceiving(CustomPayloadPacketAdapter.java:55) ~[ExploitFixer.jar:?]
  1537. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  1538. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  1539. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:590) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  1540. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:557) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  1541. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetReceived(ProtocolInjector.java:352) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  1542. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:317) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  1543. at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:505) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  1544. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [server.jar:git-PaperSpigot-"4c7641d"]
  1545. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [server.jar:git-PaperSpigot-"4c7641d"]
  1546. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  1547. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  1548. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  1549. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  1550. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  1551. at com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248) [ProtocolLib.jar:4.4.0-SNAPSHOT-b403]
  1552. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  1553. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  1554. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-PaperSpigot-"4c7641d"]
  1555. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  1556. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  1557. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [server.jar:git-PaperSpigot-"4c7641d"]
  1558. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  1559. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  1560. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [server.jar:git-PaperSpigot-"4c7641d"]
  1561. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-PaperSpigot-"4c7641d"]
  1562. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-PaperSpigot-"4c7641d"]
  1563. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [server.jar:git-PaperSpigot-"4c7641d"]
  1564. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722) [server.jar:git-PaperSpigot-"4c7641d"]
  1565. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [server.jar:git-PaperSpigot-"4c7641d"]
  1566. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [server.jar:git-PaperSpigot-"4c7641d"]
  1567. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-PaperSpigot-"4c7641d"]
  1568. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  1569. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1570. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1571. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1572. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1573. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1574. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1575. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1576. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1577. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1578. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1579. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1580. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1581. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1582. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1583. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1584. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1585. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1586. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1587. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1588. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1589. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1590. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1591. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1592. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1593. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1594. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1595. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1596. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1597. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1598. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1599. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1600. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1601. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1602. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1603. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1604. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1605. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1606. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1607. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1608. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1609. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1610. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1611. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1612. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1613. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1614. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1615. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1616. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1617. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1618. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1619. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1620. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1621. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1622. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1623. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1624. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1625. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1626. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1627. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1628. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1629. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1630. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1631. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1632. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1633. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1634. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1635. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1636. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1637. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1638. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1639. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1640. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1641. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1642. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1643. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1644. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1645. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1646. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1647. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1648. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1649. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1650. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1651. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1652. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1653. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1654. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1655. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1656. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1657. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1658. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1659. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1660. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1661. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1662. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1663. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1664. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1665. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1666. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1667. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1668. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1669. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1670. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1671. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1672. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1673. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1674. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1675. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1676. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1677. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1678. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1679. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1680. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1681. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1682. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1683. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1684. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1685. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1686. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1687. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1688. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1689. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1690. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1691. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1692. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1693. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1694. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1695. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1696. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1697. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1698. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1699. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1700. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1701. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1702. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1703. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1704. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1705. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1706. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1707. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1708. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1709. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1710. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1711. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1712. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1713. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1714. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1715. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1716. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1717. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1718. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1719. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1720. [09:17:12] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1721. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1722. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1723. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1724. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1725. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1726. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1727. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1728. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1729. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1730. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1731. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1732. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1733. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1734. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1735. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1736. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1737. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1738. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1739. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1740. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1741. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1742. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1743. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1744. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1745. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1746. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1747. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1748. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1749. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1750. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1751. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1752. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1753. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1754. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1755. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1756. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1757. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1758. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1759. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1760. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1761. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1762. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1763. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1764. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1765. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1766. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1767. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1768. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1769. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1770. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1771. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1772. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1773. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1774. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1775. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1776. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1777. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1778. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1779. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1780. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1781. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1782. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1783. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1784. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1785. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1786. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1787. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1788. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1789. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1790. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1791. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1792. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1793. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1794. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1795. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1796. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1797. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1798. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1799. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1800. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1801. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1802. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1803. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1804. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1805. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1806. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1807. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1808. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1809. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1810. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1811. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1812. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1813. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1814. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1815. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1816. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1817. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1818. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1819. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1820. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1821. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1822. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1823. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1824. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1825. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1826. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1827. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1828. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1829. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1830. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1831. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1832. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1833. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1834. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1835. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1836. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1837. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1838. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1839. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1840. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1841. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1842. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1843. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1844. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1845. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1846. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1847. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1848. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1849. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1850. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1851. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1852. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1853. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1854. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1855. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1856. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1857. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1858. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1859. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1860. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1861. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1862. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1863. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1864. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1865. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1866. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1867. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1868. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1869. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1870. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1871. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1872. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1873. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1874. [09:17:13] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1875. [09:17:14] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1876. [09:17:14] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1877. [09:17:14] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1878. [09:17:14] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1879. [09:17:14] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1880. [09:17:14] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1881. [09:17:14] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1882. [09:17:14] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1883. [09:17:14] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1884. [09:17:14] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1885. [09:17:14] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1886. [09:17:14] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1887. [09:17:14] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1888. [09:17:14] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1889. [09:17:14] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1890. [09:17:14] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1891. [09:17:14] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1892. [09:17:14] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1893. [09:17:14] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1894. [09:17:14] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1895. [09:17:14] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1896. [09:17:14] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1897. [09:17:14] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1898. [09:17:14] [Netty Epoll Server IO #1/INFO]: EF: ItsFIux | CustomPayload | 68ms
  1899. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: The server has stopped responding!
  1900. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Please report this to PaperSpigot directly!
  1901. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
  1902. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PaperSpigot version: git-PaperSpigot-"4c7641d" (MC: 1.8.8)
  1903. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  1904. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to PaperSpigot!):
  1905. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  1906. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: Server thread
  1907. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 16 | Suspended: false | Native: false | State: RUNNABLE
  1908. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  1909. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.regex.Pattern$CharProperty.match(Pattern.java:3779)
  1910. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.regex.Pattern$Curly.match0(Pattern.java:4262)
  1911. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.regex.Pattern$Curly.match(Pattern.java:4236)
  1912. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.regex.Pattern$GroupHead.match(Pattern.java:4660)
  1913. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.regex.Pattern$Branch.match(Pattern.java:4604)
  1914. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.regex.Pattern$GroupHead.match(Pattern.java:4660)
  1915. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.regex.Pattern$Branch.match(Pattern.java:4606)
  1916. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.regex.Pattern$Start.match(Pattern.java:3463)
  1917. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.regex.Matcher.search(Matcher.java:1248)
  1918. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.regex.Matcher.find(Matcher.java:637)
  1919. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_8_R3.util.CraftChatMessage$StringMessage.<init>(CraftChatMessage.java:52)
  1920. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_8_R3.util.CraftChatMessage$StringMessage.<init>(CraftChatMessage.java:42)
  1921. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_8_R3.util.CraftChatMessage.fromString(CraftChatMessage.java:136)
  1922. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_8_R3.inventory.CraftMetaBook.addPage(CraftMetaBook.java:234)
  1923. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_8_R3.inventory.CraftMetaBook.<init>(CraftMetaBook.java:93)
  1924. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_8_R3.inventory.CraftMetaBook.<init>(CraftMetaBook.java:57)
  1925. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getItemMeta(CraftItemStack.java:331)
  1926. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R3.PacketDataSerializer.i(PacketDataSerializer.java:208)
  1927. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1982)
  1928. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R3.PacketPlayInCustomPayload.a(SourceFile:55)
  1929. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R3.PacketPlayInCustomPayload.a(SourceFile:8)
  1930. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
  1931. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  1932. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
  1933. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
  1934. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:774)
  1935. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378)
  1936. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713)
  1937. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616)
  1938. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  1939. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  1940. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Entire Thread Dump:
  1941. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  1942. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: process reaper
  1943. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 658 | Suspended: false | Native: false | State: RUNNABLE
  1944. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  1945. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.UNIXProcess.waitForProcessExit(Native Method)
  1946. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.UNIXProcess.lambda$initStreams$3(UNIXProcess.java:289)
  1947. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.UNIXProcess$$Lambda$7/636718812.run(Unknown Source)
  1948. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1949. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1950. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  1951. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  1952. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: luckperms-worker-17
  1953. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 644 | Suspended: false | Native: false | State: TIMED_WAITING
  1954. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  1955. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  1956. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  1957. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  1958. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  1959. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  1960. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  1961. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  1962. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1963. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  1964. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  1965. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #3
  1966. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 102 | Suspended: false | Native: true | State: RUNNABLE
  1967. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  1968. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native Method)
  1969. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  1970. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  1971. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  1972. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  1973. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  1974. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: CombatTagPlus ForceField Thread
  1975. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 169 | Suspended: false | Native: false | State: WAITING
  1976. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  1977. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  1978. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  1979. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  1980. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  1981. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  1982. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  1983. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1984. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  1985. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  1986. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: RxComputationScheduler-1
  1987. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 167 | Suspended: false | Native: false | State: WAITING
  1988. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  1989. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  1990. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  1991. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  1992. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
  1993. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  1994. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  1995. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  1996. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1997. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  1998. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  1999. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: pool-19-thread-1
  2000. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 166 | Suspended: false | Native: false | State: WAITING
  2001. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2002. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  2003. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  2004. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  2005. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  2006. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  2007. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  2008. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2009. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2010. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2011. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: ProtocolLib-StructureCompiler 0
  2012. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 164 | Suspended: false | Native: false | State: WAITING
  2013. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2014. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  2015. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  2016. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  2017. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  2018. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  2019. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  2020. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2021. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2022. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2023. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: Chunk I/O Executor Thread-2
  2024. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 163 | Suspended: false | Native: false | State: WAITING
  2025. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2026. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  2027. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  2028. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  2029. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  2030. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  2031. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  2032. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2033. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2034. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2035. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: Chunk I/O Executor Thread-1
  2036. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 162 | Suspended: false | Native: false | State: WAITING
  2037. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2038. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  2039. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  2040. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  2041. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  2042. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  2043. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  2044. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2045. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2046. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2047. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: pool-62-thread-1
  2048. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 161 | Suspended: false | Native: false | State: TIMED_WAITING
  2049. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2050. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  2051. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  2052. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  2053. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  2054. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  2055. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  2056. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  2057. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2058. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2059. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2060. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: pool-59-thread-1
  2061. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 160 | Suspended: false | Native: false | State: WAITING
  2062. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2063. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  2064. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  2065. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  2066. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  2067. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  2068. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  2069. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2070. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2071. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2072. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #2
  2073. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 101 | Suspended: false | Native: false | State: RUNNABLE
  2074. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2075. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native Method)
  2076. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  2077. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  2078. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  2079. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2080. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2081. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #1
  2082. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 100 | Suspended: false | Native: false | State: RUNNABLE
  2083. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2084. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native Method)
  2085. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  2086. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  2087. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  2088. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2089. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2090. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: File IO Thread
  2091. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 144 | Suspended: false | Native: false | State: TIMED_WAITING
  2092. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2093. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
  2094. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R3.FileIOThread.c(FileIOThread.java:52)
  2095. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R3.FileIOThread.run(FileIOThread.java:28)
  2096. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2097. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2098. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #0
  2099. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 99 | Suspended: false | Native: true | State: RUNNABLE
  2100. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2101. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native Method)
  2102. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  2103. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  2104. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  2105. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2106. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2107. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: Query Listener #1
  2108. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 98 | Suspended: false | Native: true | State: RUNNABLE
  2109. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  2110. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Locked on:java.net.PlainDatagramSocketImpl.receive0(Native Method)
  2111. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Locked on:java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:143)
  2112. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Locked on:java.net.DatagramSocket.receive(DatagramSocket.java:812)
  2113. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Locked on:java.net.DatagramSocket.receive(DatagramSocket.java:812)
  2114. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2115. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.net.PlainDatagramSocketImpl.receive0(Native Method)
  2116. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:143)
  2117. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.net.DatagramSocket.receive(DatagramSocket.java:812)
  2118. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R3.RemoteStatusListener.run(SourceFile:261)
  2119. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2120. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2121. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: RxIoScheduler-1 (Evictor)
  2122. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 95 | Suspended: false | Native: false | State: TIMED_WAITING
  2123. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2124. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  2125. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  2126. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  2127. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  2128. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  2129. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  2130. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  2131. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2132. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2133. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2134. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: RxScheduledExecutorPool-2
  2135. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 94 | Suspended: false | Native: false | State: TIMED_WAITING
  2136. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2137. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  2138. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  2139. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  2140. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  2141. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  2142. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  2143. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  2144. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2145. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2146. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2147. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: RxScheduledExecutorPool-1
  2148. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 93 | Suspended: false | Native: false | State: TIMED_WAITING
  2149. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2150. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  2151. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  2152. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  2153. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  2154. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  2155. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  2156. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  2157. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2158. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2159. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2160. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: Timer-2
  2161. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 83 | Suspended: false | Native: false | State: TIMED_WAITING
  2162. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2163. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  2164. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
  2165. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
  2166. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2167. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: pool-20-thread-1
  2168. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 81 | Suspended: false | Native: false | State: TIMED_WAITING
  2169. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2170. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  2171. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  2172. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  2173. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  2174. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  2175. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  2176. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  2177. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2178. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2179. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2180. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: Thread-20
  2181. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 71 | Suspended: false | Native: true | State: RUNNABLE
  2182. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2183. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.net.PlainSocketImpl.socketAccept(Native Method)
  2184. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409)
  2185. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.net.ServerSocket.implAccept(ServerSocket.java:545)
  2186. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.net.ServerSocket.accept(ServerSocket.java:513)
  2187. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: com.vexsoftware.votifier.net.VoteReceiver.run(VoteReceiver.java:114)
  2188. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2189. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: Okio Watchdog
  2190. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 70 | Suspended: false | Native: false | State: WAITING
  2191. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2192. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  2193. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Object.wait(Object.java:502)
  2194. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.buycraft.plugin.internal.okio.AsyncTimeout.awaitTimeout(AsyncTimeout.java:338)
  2195. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.buycraft.plugin.internal.okio.AsyncTimeout$Watchdog.run(AsyncTimeout.java:313)
  2196. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2197. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: OkHttp ConnectionPool
  2198. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 68 | Suspended: false | Native: false | State: TIMED_WAITING
  2199. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2200. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  2201. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Object.wait(Object.java:460)
  2202. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.buycraft.plugin.internal.okhttp3.ConnectionPool$1.run(ConnectionPool.java:66)
  2203. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2204. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2205. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2206. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2207. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: AntiVPN-0
  2208. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 62 | Suspended: false | Native: false | State: TIMED_WAITING
  2209. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2210. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
  2211. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: me.egg82.antivpn.AntiVPN.checkUpdate(AntiVPN.java:325)
  2212. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: me.egg82.antivpn.AntiVPN$$Lambda$512/1333571425.run(Unknown Source)
  2213. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  2214. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
  2215. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2216. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2217. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2218. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2219. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: ExpiringMap-Expirer
  2220. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 61 | Suspended: false | Native: false | State: WAITING
  2221. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2222. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  2223. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  2224. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  2225. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
  2226. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  2227. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  2228. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  2229. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2230. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2231. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2232. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: AntiVPN-Service-0
  2233. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 60 | Suspended: false | Native: false | State: TIMED_WAITING
  2234. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2235. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
  2236. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: me.egg82.antivpn.utils.ServiceUtil.updateSQL(ServiceUtil.java:84)
  2237. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: me.egg82.antivpn.utils.ServiceUtil$$Lambda$290/689725541.run(Unknown Source)
  2238. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  2239. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
  2240. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2241. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2242. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2243. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2244. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: HikariPool-1 housekeeper
  2245. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 59 | Suspended: false | Native: false | State: TIMED_WAITING
  2246. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2247. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  2248. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  2249. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  2250. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  2251. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  2252. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  2253. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  2254. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2255. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2256. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2257. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: AntiVPN-TeohAPI-0
  2258. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 58 | Suspended: false | Native: false | State: TIMED_WAITING
  2259. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2260. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  2261. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  2262. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  2263. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  2264. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  2265. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  2266. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  2267. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2268. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2269. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2270. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: Timer-1
  2271. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 49 | Suspended: false | Native: false | State: TIMED_WAITING
  2272. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2273. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  2274. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
  2275. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
  2276. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2277. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: Timer-0
  2278. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 48 | Suspended: false | Native: false | State: TIMED_WAITING
  2279. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2280. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  2281. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
  2282. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
  2283. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2284. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: MVStore background writer nio:/home/container/plugins/LuckPerms/luckperms-h2.mv.db
  2285. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 44 | Suspended: false | Native: false | State: TIMED_WAITING
  2286. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2287. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  2288. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.h2.mvstore.MVStore$BackgroundWriterThread.run(MVStore.java:3116)
  2289. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2290. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: Thread-14
  2291. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 41 | Suspended: false | Native: true | State: RUNNABLE
  2292. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2293. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: sun.nio.fs.LinuxWatchService.poll(Native Method)
  2294. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
  2295. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
  2296. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2297. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2298. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: luckperms-scheduler
  2299. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 40 | Suspended: false | Native: false | State: TIMED_WAITING
  2300. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2301. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  2302. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  2303. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  2304. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  2305. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  2306. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  2307. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  2308. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2309. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2310. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2311. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: mysql-cj-abandoned-connection-cleanup
  2312. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 39 | Suspended: false | Native: false | State: TIMED_WAITING
  2313. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2314. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  2315. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  2316. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:85)
  2317. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2318. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2319. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2320. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2321. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: Spigot Metrics Thread
  2322. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 25 | Suspended: false | Native: false | State: TIMED_WAITING
  2323. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2324. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  2325. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
  2326. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
  2327. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2328. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: PaperSpigot Watchdog Thread
  2329. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 24 | Suspended: false | Native: false | State: RUNNABLE
  2330. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2331. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: sun.management.ThreadImpl.dumpThreads0(Native Method)
  2332. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
  2333. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.spigotmc.WatchdogThread.run(WatchdogThread.java:76)
  2334. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2335. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: Java2D Disposer
  2336. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 22 | Suspended: false | Native: false | State: WAITING
  2337. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2338. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  2339. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  2340. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
  2341. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: sun.java2d.Disposer.run(Disposer.java:148)
  2342. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2343. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2344. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: Server console handler
  2345. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 19 | Suspended: false | Native: true | State: RUNNABLE
  2346. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  2347. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Locked on:java.io.BufferedInputStream.read(BufferedInputStream.java:265)
  2348. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169)
  2349. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
  2350. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
  2351. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2352. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.io.FileInputStream.readBytes(Native Method)
  2353. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.io.FileInputStream.read(FileInputStream.java:255)
  2354. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
  2355. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.io.BufferedInputStream.read(BufferedInputStream.java:265)
  2356. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169)
  2357. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:137)
  2358. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:246)
  2359. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
  2360. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
  2361. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145)
  2362. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2349)
  2363. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R3.DedicatedServer$2.run(DedicatedServer.java:79)
  2364. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2365. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: Thread-5
  2366. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 20 | Suspended: false | Native: false | State: RUNNABLE
  2367. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  2368. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Locked on:java.io.BufferedInputStream.read(BufferedInputStream.java:265)
  2369. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2370. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.io.FileInputStream.readBytes(Native Method)
  2371. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.io.FileInputStream.read(FileInputStream.java:255)
  2372. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
  2373. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.io.BufferedInputStream.read(BufferedInputStream.java:265)
  2374. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.exec(TerminalLineSettings.java:204)
  2375. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.exec(TerminalLineSettings.java:186)
  2376. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.stty(TerminalLineSettings.java:181)
  2377. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.get(TerminalLineSettings.java:74)
  2378. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.getProperty(TerminalLineSettings.java:95)
  2379. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.UnixTerminal.getWidth(UnixTerminal.java:76)
  2380. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.drawBuffer(ConsoleReader.java:879)
  2381. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.drawBuffer(ConsoleReader.java:898)
  2382. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.drawLine(ConsoleReader.java:608)
  2383. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_8_R3.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:38)
  2384. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2385. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2386. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
  2387. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 18 | Suspended: false | Native: false | State: RUNNABLE
  2388. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2389. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2390. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: Server thread
  2391. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 16 | Suspended: false | Native: false | State: RUNNABLE
  2392. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2393. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.regex.Pattern$Curly.match0(Pattern.java:4270)
  2394. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.regex.Pattern$Curly.match(Pattern.java:4236)
  2395. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.regex.Pattern$GroupHead.match(Pattern.java:4660)
  2396. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.regex.Pattern$Branch.match(Pattern.java:4604)
  2397. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.regex.Pattern$GroupHead.match(Pattern.java:4660)
  2398. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.regex.Pattern$Branch.match(Pattern.java:4606)
  2399. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.regex.Pattern$Start.match(Pattern.java:3463)
  2400. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.regex.Matcher.search(Matcher.java:1248)
  2401. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.regex.Matcher.find(Matcher.java:637)
  2402. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_8_R3.util.CraftChatMessage$StringMessage.<init>(CraftChatMessage.java:52)
  2403. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_8_R3.util.CraftChatMessage$StringMessage.<init>(CraftChatMessage.java:42)
  2404. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_8_R3.util.CraftChatMessage.fromString(CraftChatMessage.java:136)
  2405. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_8_R3.inventory.CraftMetaBook.addPage(CraftMetaBook.java:234)
  2406. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_8_R3.inventory.CraftMetaBook.<init>(CraftMetaBook.java:93)
  2407. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_8_R3.inventory.CraftMetaBook.<init>(CraftMetaBook.java:57)
  2408. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getItemMeta(CraftItemStack.java:331)
  2409. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R3.PacketDataSerializer.i(PacketDataSerializer.java:208)
  2410. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1982)
  2411. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R3.PacketPlayInCustomPayload.a(SourceFile:55)
  2412. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R3.PacketPlayInCustomPayload.a(SourceFile:8)
  2413. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
  2414. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  2415. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
  2416. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
  2417. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:774)
  2418. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378)
  2419. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713)
  2420. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616)
  2421. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2422. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2423. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: Server Infinisleeper
  2424. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 17 | Suspended: false | Native: false | State: TIMED_WAITING
  2425. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2426. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
  2427. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R3.DedicatedServer$1.run(DedicatedServer.java:54)
  2428. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2429. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: NonBlockingInputStreamThread
  2430. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 14 | Suspended: false | Native: false | State: WAITING
  2431. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2432. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  2433. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.run(NonBlockingInputStream.java:278)
  2434. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
  2435. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2436. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: Snooper Timer
  2437. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 12 | Suspended: false | Native: false | State: TIMED_WAITING
  2438. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2439. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  2440. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
  2441. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
  2442. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2443. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
  2444. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 4 | Suspended: false | Native: false | State: RUNNABLE
  2445. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2446. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2447. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: Finalizer
  2448. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 3 | Suspended: false | Native: false | State: WAITING
  2449. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2450. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  2451. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  2452. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
  2453. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)
  2454. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2455. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Current Thread: Reference Handler
  2456. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: PID: 2 | Suspended: false | Native: false | State: WAITING
  2457. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: Stack:
  2458. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  2459. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.Object.wait(Object.java:502)
  2460. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.ref.Reference.tryHandlePending(Reference.java:191)
  2461. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
  2462. [09:18:14] [PaperSpigot Watchdog Thread/ERROR]: ------------------------------
  2463. [09:18:14] [PaperSpigot Watchdog Thread/INFO]: Startup script './start.sh' does not exist! Stopping server.
  2464. [09:18:14] [Thread-4/INFO]: Stopping server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement