Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.29 KB | None | 0 0
  1.  
  2. C:\Users\Артем\Desktop\RedCloud2.0\Auth>java -Xms1024M -Xmx1024M -Dfile.encoding=UTF-8 -jar spigot.jar
  3. *** Error, this build is outdated ***
  4. *** Please download a new build as per instructions from https://www.spigotmc.org/ ***
  5. *** Server will start in 15 seconds ***
  6. Loading libraries, please wait...
  7. [17:37:44 INFO]: Starting minecraft server version 1.12.2
  8. [17:37:44 INFO]: Loading properties
  9. [17:37:44 WARN]: resource-pack-hash is deprecated and found along side resource-pack-sha1. resource-pack-hash will be ignored.
  10. [17:37:44 INFO]: Default game type: ADVENTURE
  11. [17:37:44 INFO]: This server is running CraftBukkit version git-Spigot-3d850ec-809c399 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
  12. [17:37:44 WARN]: Unable to read file whitelist.json, backing it up to {0}.backup and creating new copy.
  13. com.google.gson.JsonParseException: java.io.EOFException: End of input at line 1 column 1 path $
  14. at net.minecraft.server.v1_12_R1.ChatDeserializer.a(SourceFile:506) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  15. at net.minecraft.server.v1_12_R1.ChatDeserializer.a(SourceFile:522) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  16. at net.minecraft.server.v1_12_R1.JsonList.load(JsonList.java:174) [spigot.jar:git-Spigot-3d850ec-809c399]
  17. at net.minecraft.server.v1_12_R1.DedicatedPlayerList.D(SourceFile:123) [spigot.jar:git-Spigot-3d850ec-809c399]
  18. at net.minecraft.server.v1_12_R1.DedicatedPlayerList.<init>(SourceFile:30) [spigot.jar:git-Spigot-3d850ec-809c399]
  19. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:183) [spigot.jar:git-Spigot-3d850ec-809c399]
  20. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot.jar:git-Spigot-3d850ec-809c399]
  21. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  22. Caused by: java.io.EOFException: End of input at line 1 column 1 path $
  23. at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:1393) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  24. at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:549) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  25. at com.google.gson.stream.JsonReader.peek(JsonReader.java:425) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  26. at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:74) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  27. at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:61) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  28. at net.minecraft.server.v1_12_R1.ChatDeserializer.a(SourceFile:504) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  29. ... 7 more
  30. [17:37:44 INFO]: Debug logging is disabled
  31. [17:37:44 INFO]: Server Ping Player Sample Count: 12
  32. [17:37:44 INFO]: Using 4 threads for Netty based IO
  33. [17:37:44 INFO]: Generating keypair
  34. [17:37:45 INFO]: Starting Minecraft server on localhost:25566
  35. [17:37:45 INFO]: Using default channel type
  36. [17:37:45 INFO]: Set PluginClassLoader as parallel capable
  37. [17:37:45 ERROR]: Could not load 'plugins\FeatherBoard-4.7.0-CRACKED.jar' in folder 'plugins'
  38. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: be/maximvdw/placeholderapi/internal/PlaceholderPack
  39. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  40. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:327) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  41. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248) [spigot.jar:git-Spigot-3d850ec-809c399]
  42. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:306) [spigot.jar:git-Spigot-3d850ec-809c399]
  43. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot.jar:git-Spigot-3d850ec-809c399]
  44. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot.jar:git-Spigot-3d850ec-809c399]
  45. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  46. Caused by: java.lang.NoClassDefFoundError: be/maximvdw/placeholderapi/internal/PlaceholderPack
  47. at be.maximvdw.featherboard.dg.<clinit>(dg.java:12) ~[?:?]
  48. at be.maximvdw.featherboard.FeatherBoard.<clinit>(FeatherBoard.java:28) ~[?:?]
  49. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_171]
  50. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_171]
  51. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  52. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  53. ... 6 more
  54. Caused by: java.lang.ClassNotFoundException: be.maximvdw.placeholderapi.internal.PlaceholderPack
  55. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_171]
  56. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  57. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  58. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_171]
  59. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_171]
  60. at be.maximvdw.featherboard.dg.<clinit>(dg.java:12) ~[?:?]
  61. at be.maximvdw.featherboard.FeatherBoard.<clinit>(FeatherBoard.java:28) ~[?:?]
  62. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_171]
  63. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_171]
  64. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  65. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  66. ... 6 more
  67. [17:37:45 INFO]: [WorldEdit] Loading WorldEdit v6.1.5;4651611
  68. [17:37:45 INFO]: [NoRain] Loading NoRain v1.1.0
  69. [17:37:45 INFO]: [CommandSync] Loading CommandSync v2.3
  70. [17:37:45 INFO]: [tpLogin] Loading tpLogin v1.5.1
  71. [17:37:45 INFO]: [Vault] Loading Vault v1.5.6-b49
  72. [17:37:45 INFO]: [HideStream] Loading HideStream v3.8
  73. [17:37:45 INFO]: [ProtocolSupport] Loading ProtocolSupport v4.28
  74. [17:37:45 INFO]: [ProtocolSupport] Detected Spigot server implementation type
  75. [17:37:45 INFO]: [ProtocolSupport] Allocator: PooledByteBufAllocator(directByDefault: true), direct: true
  76. [17:37:46 INFO]: [ProtocolSupport] Compression level: 3
  77. [17:37:46 INFO]: [ProtocolSupport] Assume 1.5.2 ping delay: 100
  78. [17:37:46 INFO]: [ProtocolSupport] Assume legacy ping delay: 200
  79. [17:37:46 INFO]: [ProtocolSupport] Login threads keep alive time: 60
  80. [17:37:48 INFO]: [ProtocolLib] Loading ProtocolLib v4.2.1
  81. [17:37:48 WARN]: [ProtocolLib] Updater section is missing, regenerate your config!
  82. [17:37:48 WARN]: [ProtocolLib] Version (MC: 1.12.2) has not yet been tested! Proceed with caution.
  83. [17:37:48 INFO]: [ItemFixer] Loading ItemFixer v2.8.8
  84. [17:37:48 INFO]: [TitleManager] Loading TitleManager v2.0.6
  85. [17:37:48 INFO]: [BlockVersion] Loading BlockVersion v1.2
  86. [17:37:48 INFO]: [AuthMe] Loading AuthMe v5.3-SNAPSHOT-b1544
  87. [17:37:48 INFO]: [Vault] Enabling Vault v1.5.6-b49
  88. [17:37:48 INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  89. [17:37:48 INFO]: [Vault] Enabled Version 1.5.6-b49
  90. [17:37:48 INFO]: [ProtocolSupport] Enabling ProtocolSupport v4.28
  91. [17:37:48 INFO]: [ProtocolLib] Enabling ProtocolLib v4.2.1
  92. [17:37:48 INFO]: [ProtocolLib] Started structure compiler thread.
  93. [17:37:48 WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  94. [17:37:48 WARN]: The server will make no attempt to authenticate usernames. Beware.
  95. [17:37:48 WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  96. [17:37:48 WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  97. [17:37:48 INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  98. [17:37:49 INFO]: Preparing level "world"
  99. [17:37:49 INFO]: -------- World Settings For [world] --------
  100. [17:37:49 INFO]: Item Merge Radius: 0.0
  101. [17:37:49 INFO]: Item Despawn Rate: 1
  102. [17:37:49 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  103. [17:37:49 INFO]: Arrow Despawn Rate: 1
  104. [17:37:49 INFO]: Experience Merge Radius: 0.0
  105. [17:37:49 INFO]: View Distance: 1
  106. [17:37:49 INFO]: Nerfing mobs spawned from spawners: false
  107. [17:37:49 INFO]: Zombie Aggressive Towards Villager: true
  108. [17:37:49 INFO]: Cactus Growth Modifier: 100%
  109. [17:37:49 INFO]: Cane Growth Modifier: 100%
  110. [17:37:49 INFO]: Melon Growth Modifier: 100%
  111. [17:37:49 INFO]: Mushroom Growth Modifier: 100%
  112. [17:37:49 INFO]: Pumpkin Growth Modifier: 100%
  113. [17:37:49 INFO]: Sapling Growth Modifier: 100%
  114. [17:37:49 INFO]: Wheat Growth Modifier: 100%
  115. [17:37:49 INFO]: NetherWart Growth Modifier: 100%
  116. [17:37:49 INFO]: Vine Growth Modifier: 100%
  117. [17:37:49 INFO]: Cocoa Growth Modifier: 100%
  118. [17:37:49 INFO]: Entity Activation Range: An 0 / Mo 0 / Mi 0
  119. [17:37:49 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  120. [17:37:49 INFO]: Entity Tracking Range: Pl 0 / An 0 / Mo 0 / Mi 0 / Other 0
  121. [17:37:49 INFO]: Mob Spawn Range: 0
  122. [17:37:49 INFO]: Random Lighting Updates: false
  123. [17:37:49 INFO]: Tile Max Tick Time: 8ms Entity max Tick Time: 16ms
  124. [17:37:49 INFO]: Max TNT Explosions: 100
  125. [17:37:49 INFO]: Structure Info Saving: false
  126. [17:37:49 INFO]: *** WARNING *** You have selected to NOT save structure info. This may cause structures such as fortresses to not spawn mobs!
  127. [17:37:49 INFO]: *** WARNING *** Please use this option with caution, SpigotMC is not responsible for any issues this option may cause in the future!
  128. [17:37:49 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  129. [17:37:49 INFO]: Preparing start region for level 0 (Seed: 0)
  130. [17:37:49 INFO]: [WorldEdit] Enabling WorldEdit v6.1.5;4651611
  131. [17:37:50 INFO]: WEPIF: Using the Bukkit Permissions API.
  132. [17:37:50 WARN]: [WorldEdit]
  133. **********************************************
  134. ** This WorldEdit version does not fully support your version of Bukkit.
  135. **
  136. ** When working with blocks or undoing, chests will be empty, signs
  137. ** will be blank, and so on. There will be no support for entity
  138. ** and biome-related functions.
  139. **
  140. ** Please see http://wiki.sk89q.com/wiki/WorldEdit/Bukkit_adapters
  141. **********************************************
  142.  
  143. [17:37:50 INFO]: [NoRain] Enabling NoRain v1.1.0
  144. [17:37:50 INFO]: [CommandSync] Enabling CommandSync v2.3
  145. [17:37:50 INFO]: [CommandSync] Configuration file loaded.
  146. [17:37:51 INFO]: [CommandSync] Could not connect to the server.
  147. [17:37:51 INFO]: [CommandSync] All data loaded.
  148. [17:37:51 INFO]: [tpLogin] Enabling tpLogin v1.5.1
  149. [17:37:53 INFO]:
  150. [17:37:53 INFO]: tpLogin v1.5.1 has been enabled!
  151. [17:37:53 INFO]: [HideStream] Enabling HideStream v3.8
  152. [17:37:53 INFO]: [HideStream] Version 3.8 enabled.
  153. [17:37:53 INFO]: [ItemFixer] Enabling ItemFixer v2.8.8
  154. [17:37:53 INFO]: ItemFixer enabled
  155. [17:37:53 INFO]: [TitleManager] Enabling TitleManager v2.0.6
  156. [17:37:54 INFO]: [BlockVersion] Enabling BlockVersion v1.2
  157. [17:37:54 INFO]: [AuthMe] Enabling AuthMe v5.3-SNAPSHOT-b1544
  158. [17:37:54 INFO]: [AuthMe] SQLite driver loaded
  159. [17:37:54 INFO]: [AuthMe] SQLite Setup finished
  160. [17:37:54 INFO]: [AuthMe] Hooked into Vault!
  161. [17:37:54 INFO]: [AuthMe] [LICENSE] This product uses data from the GeoLite API created by MaxMind, available at http://www.maxmind.com
  162. [17:37:54 INFO]: [AuthMe] Development builds are available on our jenkins, thanks to f14stelt.
  163. [17:37:54 INFO]: [AuthMe] Do you want a good game server? Look at our sponsor GameHosting.it leader in Italy as Game Server Provider!
  164. [17:37:54 INFO]: [AuthMe] AuthMe 5.3-SNAPSHOT build n.1544 correctly enabled!
  165. [17:37:54 INFO]: Server permissions file permissions.yml is empty, ignoring it
  166. [17:37:54 INFO]: Done (5,930s)! For help, type "help" or "?"
  167. [17:37:54 INFO]: Starting GS4 status listener
  168. [17:37:54 INFO]: Starting remote control listener
  169. [17:37:54 INFO]: RCON running on localhost:25598
  170. [17:37:54 INFO]: Query running on localhost:27000
  171. [17:37:55 INFO]: [HideStream] Running updater ..
  172. [17:37:55 INFO]: [Vault] Checking for Updates ...
  173. [17:37:56 INFO]: [ItemFixer] ╨Ю╨▒╨╜╨╛╨▓╨╗╨╡╨╜╨╕╨╣ ╨╜╨╡ ╨╜╨░╨╣╨┤╨╡╨╜╨╛. | No updates found.
  174. [17:37:56 INFO]: [Vault] No new version available
  175. [17:37:56 INFO]: [HideStream] No update was found.
  176. [17:38:02 INFO]: [CommandSync] Could not connect to the server.
  177. [17:38:14 INFO]: [CommandSync] Could not connect to the server.
  178. [17:38:26 INFO]: [CommandSync] Could not connect to the server.
  179. [17:38:37 INFO]: [CommandSync] Connected to localhost:9190 under name Auth.
  180. [17:39:35 WARN]: Failed to initialize a channel. Closing: [id: 0xb683e553, L:/127.0.0.1:25566 - R:/127.0.0.1:50507]
  181. java.lang.NoSuchMethodError: com.google.common.base.Objects.toStringHelper(Ljava/lang/Object;)Lcom/google/common/base/Objects$ToStringHelper;
  182. at com.comphenix.protocol.events.ListeningWhitelist.toString(ListeningWhitelist.java:241) ~[?:?]
  183. at java.lang.String.valueOf(Unknown Source) ~[?:1.8.0_171]
  184. at java.lang.StringBuilder.append(Unknown Source) ~[?:1.8.0_171]
  185. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:273) ~[?:?]
  186. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  187. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:251) ~[?:?]
  188. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:285) ~[?:?]
  189. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:257) ~[?:?]
  190. at com.comphenix.protocol.reflect.PrettyPrinter.printIterables(PrettyPrinter.java:144) ~[?:?]
  191. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:277) ~[?:?]
  192. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  193. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:124) ~[?:?]
  194. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:102) ~[?:?]
  195. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:89) ~[?:?]
  196. at com.comphenix.protocol.error.DetailedErrorReporter.getStringDescription(DetailedErrorReporter.java:480) ~[?:?]
  197. at com.comphenix.protocol.error.DetailedErrorReporter.reportDetailed(DetailedErrorReporter.java:369) ~[?:?]
  198. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:63) ~[?:?]
  199. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:87) ~[?:?]
  200. at com.comphenix.protocol.injector.netty.ProtocolInjector$1.initChannel(ProtocolInjector.java:149) ~[?:?]
  201. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-3d850ec-809c399]
  202. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-3d850ec-809c399]
  203. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:606) [spigot.jar:git-Spigot-3d850ec-809c399]
  204. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:235) [spigot.jar:git-Spigot-3d850ec-809c399]
  205. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:401) [spigot.jar:git-Spigot-3d850ec-809c399]
  206. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:388) [spigot.jar:git-Spigot-3d850ec-809c399]
  207. at com.comphenix.protocol.injector.netty.ProtocolInjector$2.initChannel(ProtocolInjector.java:159) [ProtocolLib.jar:4.2.1]
  208. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-3d850ec-809c399]
  209. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-3d850ec-809c399]
  210. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:606) [spigot.jar:git-Spigot-3d850ec-809c399]
  211. at io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46) [spigot.jar:git-Spigot-3d850ec-809c399]
  212. at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1412) [spigot.jar:git-Spigot-3d850ec-809c399]
  213. at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1131) [spigot.jar:git-Spigot-3d850ec-809c399]
  214. at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:656) [spigot.jar:git-Spigot-3d850ec-809c399]
  215. at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:510) [spigot.jar:git-Spigot-3d850ec-809c399]
  216. at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:423) [spigot.jar:git-Spigot-3d850ec-809c399]
  217. at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:482) [spigot.jar:git-Spigot-3d850ec-809c399]
  218. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-3d850ec-809c399]
  219. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [spigot.jar:git-Spigot-3d850ec-809c399]
  220. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-3d850ec-809c399]
  221. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [spigot.jar:git-Spigot-3d850ec-809c399]
  222. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  223. [17:39:35 WARN]: An exception 'java.lang.NullPointerException' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
  224. java.lang.NullPointerException: null
  225. at net.minecraft.server.v1_12_R1.NetworkManager.close(NetworkManager.java:250) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  226. at net.minecraft.server.v1_12_R1.NetworkManager.channelInactive(NetworkManager.java:106) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  227. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  228. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  229. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-3d850ec-809c399]
  230. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-3d850ec-809c399]
  231. at protocolsupport.protocol.pipeline.common.LogicHandler.channelInactive(LogicHandler.java:90) [ProtocolSupport.jar:?]
  232. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  233. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  234. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-3d850ec-809c399]
  235. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-3d850ec-809c399]
  236. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-3d850ec-809c399]
  237. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  238. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  239. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-3d850ec-809c399]
  240. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-3d850ec-809c399]
  241. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  242. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  243. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-3d850ec-809c399]
  244. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-3d850ec-809c399]
  245. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-3d850ec-809c399]
  246. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  247. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  248. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-3d850ec-809c399]
  249. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-3d850ec-809c399]
  250. at protocolsupport.protocol.pipeline.initial.InitialPacketDecoder.channelInactive(InitialPacketDecoder.java:91) [ProtocolSupport.jar:?]
  251. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  252. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  253. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-3d850ec-809c399]
  254. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-3d850ec-809c399]
  255. at protocolsupport.protocol.pipeline.common.SimpleReadTimeoutHandler.channelInactive(SimpleReadTimeoutHandler.java:33) [ProtocolSupport.jar:?]
  256. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  257. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  258. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-3d850ec-809c399]
  259. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [spigot.jar:git-Spigot-3d850ec-809c399]
  260. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  261. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  262. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [spigot.jar:git-Spigot-3d850ec-809c399]
  263. at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [spigot.jar:git-Spigot-3d850ec-809c399]
  264. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-3d850ec-809c399]
  265. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [spigot.jar:git-Spigot-3d850ec-809c399]
  266. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-3d850ec-809c399]
  267. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [spigot.jar:git-Spigot-3d850ec-809c399]
  268. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  269. [17:39:35 WARN]: An exception 'java.lang.NullPointerException' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
  270. java.lang.NullPointerException: null
  271. at net.minecraft.server.v1_12_R1.NetworkManager.getRawAddress(NetworkManager.java:347) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  272. at protocolsupport.zplatform.impl.spigot.network.SpigotNetworkManagerWrapper.getRawAddress(SpigotNetworkManagerWrapper.java:48) ~[?:?]
  273. at protocolsupport.protocol.pipeline.common.LogicHandler.channelInactive(LogicHandler.java:97) ~[?:?]
  274. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  275. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  276. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-3d850ec-809c399]
  277. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-3d850ec-809c399]
  278. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-3d850ec-809c399]
  279. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  280. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  281. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-3d850ec-809c399]
  282. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-3d850ec-809c399]
  283. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  284. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  285. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-3d850ec-809c399]
  286. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-3d850ec-809c399]
  287. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-3d850ec-809c399]
  288. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  289. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  290. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-3d850ec-809c399]
  291. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-3d850ec-809c399]
  292. at protocolsupport.protocol.pipeline.initial.InitialPacketDecoder.channelInactive(InitialPacketDecoder.java:91) [ProtocolSupport.jar:?]
  293. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  294. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  295. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-3d850ec-809c399]
  296. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-3d850ec-809c399]
  297. at protocolsupport.protocol.pipeline.common.SimpleReadTimeoutHandler.channelInactive(SimpleReadTimeoutHandler.java:33) [ProtocolSupport.jar:?]
  298. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  299. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  300. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-3d850ec-809c399]
  301. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [spigot.jar:git-Spigot-3d850ec-809c399]
  302. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  303. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  304. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [spigot.jar:git-Spigot-3d850ec-809c399]
  305. at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [spigot.jar:git-Spigot-3d850ec-809c399]
  306. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-3d850ec-809c399]
  307. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [spigot.jar:git-Spigot-3d850ec-809c399]
  308. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-3d850ec-809c399]
  309. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [spigot.jar:git-Spigot-3d850ec-809c399]
  310. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  311. [17:39:54 WARN]: Failed to initialize a channel. Closing: [id: 0x2889cfa7, L:/127.0.0.1:25566 - R:/127.0.0.1:50519]
  312. java.lang.NoSuchMethodError: com.google.common.base.Objects.toStringHelper(Ljava/lang/Object;)Lcom/google/common/base/Objects$ToStringHelper;
  313. at com.comphenix.protocol.events.ListeningWhitelist.toString(ListeningWhitelist.java:241) ~[?:?]
  314. at java.lang.String.valueOf(Unknown Source) ~[?:1.8.0_171]
  315. at java.lang.StringBuilder.append(Unknown Source) ~[?:1.8.0_171]
  316. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:273) ~[?:?]
  317. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  318. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:251) ~[?:?]
  319. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:285) ~[?:?]
  320. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:257) ~[?:?]
  321. at com.comphenix.protocol.reflect.PrettyPrinter.printIterables(PrettyPrinter.java:144) ~[?:?]
  322. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:277) ~[?:?]
  323. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  324. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:124) ~[?:?]
  325. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:102) ~[?:?]
  326. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:89) ~[?:?]
  327. at com.comphenix.protocol.error.DetailedErrorReporter.getStringDescription(DetailedErrorReporter.java:480) ~[?:?]
  328. at com.comphenix.protocol.error.DetailedErrorReporter.reportDetailed(DetailedErrorReporter.java:369) ~[?:?]
  329. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:63) ~[?:?]
  330. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:87) ~[?:?]
  331. at com.comphenix.protocol.injector.netty.ProtocolInjector$1.initChannel(ProtocolInjector.java:149) ~[?:?]
  332. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-3d850ec-809c399]
  333. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-3d850ec-809c399]
  334. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:606) [spigot.jar:git-Spigot-3d850ec-809c399]
  335. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:235) [spigot.jar:git-Spigot-3d850ec-809c399]
  336. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:401) [spigot.jar:git-Spigot-3d850ec-809c399]
  337. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:388) [spigot.jar:git-Spigot-3d850ec-809c399]
  338. at com.comphenix.protocol.injector.netty.ProtocolInjector$2.initChannel(ProtocolInjector.java:159) [ProtocolLib.jar:4.2.1]
  339. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-3d850ec-809c399]
  340. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-3d850ec-809c399]
  341. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:606) [spigot.jar:git-Spigot-3d850ec-809c399]
  342. at io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46) [spigot.jar:git-Spigot-3d850ec-809c399]
  343. at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1412) [spigot.jar:git-Spigot-3d850ec-809c399]
  344. at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1131) [spigot.jar:git-Spigot-3d850ec-809c399]
  345. at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:656) [spigot.jar:git-Spigot-3d850ec-809c399]
  346. at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:510) [spigot.jar:git-Spigot-3d850ec-809c399]
  347. at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:423) [spigot.jar:git-Spigot-3d850ec-809c399]
  348. at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:482) [spigot.jar:git-Spigot-3d850ec-809c399]
  349. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-3d850ec-809c399]
  350. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [spigot.jar:git-Spigot-3d850ec-809c399]
  351. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-3d850ec-809c399]
  352. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [spigot.jar:git-Spigot-3d850ec-809c399]
  353. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  354. [17:39:54 WARN]: An exception 'java.lang.NullPointerException' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
  355. java.lang.NullPointerException: null
  356. at net.minecraft.server.v1_12_R1.NetworkManager.close(NetworkManager.java:250) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  357. at net.minecraft.server.v1_12_R1.NetworkManager.channelInactive(NetworkManager.java:106) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  358. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  359. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  360. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-3d850ec-809c399]
  361. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-3d850ec-809c399]
  362. at protocolsupport.protocol.pipeline.common.LogicHandler.channelInactive(LogicHandler.java:90) [ProtocolSupport.jar:?]
  363. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  364. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  365. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-3d850ec-809c399]
  366. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-3d850ec-809c399]
  367. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-3d850ec-809c399]
  368. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  369. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  370. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-3d850ec-809c399]
  371. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-3d850ec-809c399]
  372. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  373. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  374. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-3d850ec-809c399]
  375. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-3d850ec-809c399]
  376. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-3d850ec-809c399]
  377. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  378. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  379. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-3d850ec-809c399]
  380. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-3d850ec-809c399]
  381. at protocolsupport.protocol.pipeline.initial.InitialPacketDecoder.channelInactive(InitialPacketDecoder.java:91) [ProtocolSupport.jar:?]
  382. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  383. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  384. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-3d850ec-809c399]
  385. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-3d850ec-809c399]
  386. at protocolsupport.protocol.pipeline.common.SimpleReadTimeoutHandler.channelInactive(SimpleReadTimeoutHandler.java:33) [ProtocolSupport.jar:?]
  387. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  388. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  389. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-3d850ec-809c399]
  390. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [spigot.jar:git-Spigot-3d850ec-809c399]
  391. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  392. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  393. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [spigot.jar:git-Spigot-3d850ec-809c399]
  394. at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [spigot.jar:git-Spigot-3d850ec-809c399]
  395. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-3d850ec-809c399]
  396. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [spigot.jar:git-Spigot-3d850ec-809c399]
  397. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-3d850ec-809c399]
  398. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [spigot.jar:git-Spigot-3d850ec-809c399]
  399. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  400. [17:39:54 WARN]: An exception 'java.lang.NullPointerException' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
  401. java.lang.NullPointerException: null
  402. at net.minecraft.server.v1_12_R1.NetworkManager.getRawAddress(NetworkManager.java:347) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  403. at protocolsupport.zplatform.impl.spigot.network.SpigotNetworkManagerWrapper.getRawAddress(SpigotNetworkManagerWrapper.java:48) ~[?:?]
  404. at protocolsupport.protocol.pipeline.common.LogicHandler.channelInactive(LogicHandler.java:97) ~[?:?]
  405. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  406. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  407. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-3d850ec-809c399]
  408. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-3d850ec-809c399]
  409. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-3d850ec-809c399]
  410. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  411. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  412. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-3d850ec-809c399]
  413. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-3d850ec-809c399]
  414. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  415. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  416. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-3d850ec-809c399]
  417. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-3d850ec-809c399]
  418. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-3d850ec-809c399]
  419. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  420. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  421. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-3d850ec-809c399]
  422. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-3d850ec-809c399]
  423. at protocolsupport.protocol.pipeline.initial.InitialPacketDecoder.channelInactive(InitialPacketDecoder.java:91) [ProtocolSupport.jar:?]
  424. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  425. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  426. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-3d850ec-809c399]
  427. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-3d850ec-809c399]
  428. at protocolsupport.protocol.pipeline.common.SimpleReadTimeoutHandler.channelInactive(SimpleReadTimeoutHandler.java:33) [ProtocolSupport.jar:?]
  429. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  430. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  431. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-3d850ec-809c399]
  432. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [spigot.jar:git-Spigot-3d850ec-809c399]
  433. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-3d850ec-809c399]
  434. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-3d850ec-809c399]
  435. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [spigot.jar:git-Spigot-3d850ec-809c399]
  436. at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [spigot.jar:git-Spigot-3d850ec-809c399]
  437. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-3d850ec-809c399]
  438. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [spigot.jar:git-Spigot-3d850ec-809c399]
  439. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-3d850ec-809c399]
  440. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [spigot.jar:git-Spigot-3d850ec-809c399]
  441. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement