Advertisement
Guest User

Untitled

a guest
Jan 9th, 2019
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 191.97 KB | None | 0 0
  1. [19:39:52] [Server thread/INFO]: Starting minecraft server version 1.12.2
  2. [19:39:52] [Server thread/INFO]: Loading properties
  3. [19:39:52] [Server thread/INFO]: Default game type: SURVIVAL
  4. [19:39:52] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-642f6d2-6103339 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
  5. [19:39:52] [Server thread/INFO]: Debug logging is disabled
  6. [19:39:52] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [19:39:52] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [19:39:52] [Server thread/INFO]: Generating keypair
  9. [19:39:52] [Server thread/INFO]: Starting Minecraft server on *:25565
  10. [19:39:52] [Server thread/INFO]: Using default channel type
  11. [19:39:53] [Server thread/ERROR]: Ambiguous plugin name `CS-CoreLib' for files `plugins\CS-CoreLib.jar' and `plugins\CS-CoreLib-latest.jar' in `plugins'
  12. [19:39:53] [Server thread/ERROR]: Ambiguous plugin name `Essentials' for files `plugins\EssentialsX-2.15.0.1-latest.jar' and `plugins\Essentials.jar' in `plugins'
  13. [19:39:53] [Server thread/ERROR]: Ambiguous plugin name `EssentialsChat' for files `plugins\EssentialsXChat.jar' and `plugins\EssentialsXChat-2.15.0.1-latest.jar' in `plugins'
  14. [19:39:53] [Server thread/ERROR]: Ambiguous plugin name `Multiverse-Core' for files `plugins\Multiverse-Core.jar' and `plugins\Multiverse-Core-2.5.jar' in `plugins'
  15. [19:39:53] [Server thread/ERROR]: Ambiguous plugin name `ProtocolLib' for files `plugins\ProtocolLib.jar' and `plugins\ProtocolLib-latest.jar' in `plugins'
  16. [19:39:53] [Server thread/ERROR]: Ambiguous plugin name `Vault' for files `plugins\Vault.jar' and `plugins\Vault-latest.jar' in `plugins'
  17. [19:39:53] [Server thread/ERROR]: Ambiguous plugin name `WorldEdit' for files `plugins\worldedit-bukkit.jar' and `plugins\worldedit-bukkit-6.1.7.3-latest.jar' in `plugins'
  18. [19:39:53] [Server thread/ERROR]: Ambiguous plugin name `WorldGuard' for files `plugins\worldguard.jar' and `plugins\worldguard-6.2.1.jar' in `plugins'
  19. [19:39:53] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  20. [19:39:53] [Server thread/INFO]: [MotdManager] Loading MotdManager v1.41-b20
  21. [19:39:53] [Server thread/INFO]: [BigBuckets] Loading BigBuckets v1.1.8
  22. [19:39:53] [Server thread/INFO]: [HumanMeat] Loading HumanMeat v1.2.1
  23. [19:39:53] [Server thread/INFO]: [PerWorldPlugins] Loading PerWorldPlugins v1.3.0
  24. [19:39:53] [Server thread/INFO]: [PerWorldPlugins] Registering event interceptor...
  25. [19:39:53] [Server thread/INFO]: [ConsoleSpamFix] Loading ConsoleSpamFix v1.5.0
  26. [19:39:53] [Server thread/INFO]: [GiantCaves] Loading GiantCaves v1.10.2-R0.1
  27. [19:39:53] [Server thread/INFO]: [Bombs] Loading Bombs v1.0.0
  28. [19:39:53] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.0.4
  29. [19:39:53] [Server thread/INFO]: [ViaVersion] ViaVersion 1.0.4 is now loaded, injecting!
  30. [19:39:53] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.2.42
  31. [19:39:53] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.5;4651611
  32. [19:39:53] [Server thread/INFO]: [Timber] Loading Timber v1.1.0
  33. [19:39:53] [Server thread/INFO]: [HealthBar] Loading HealthBar v1.8.3
  34. [19:39:53] [Server thread/INFO]: [VeinMiner] Loading VeinMiner v1.11.3
  35. [19:39:53] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.7
  36. [19:39:53] [Server thread/INFO]: [Genie] Loading Genie v1.2.1
  37. [19:39:53] [Server thread/INFO]: [Chairs] Loading Chairs v4.11
  38. [19:39:53] [Server thread/INFO]: [AxeThrow] Loading AxeThrow v1.0.0
  39. [19:39:53] [Server thread/INFO]: [CustomJoin] Loading CustomJoin v1.0
  40. [19:39:53] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  41. [19:39:53] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.2.0
  42. [19:39:53] [Server thread/WARN]: [ProtocolLib] [ProtocolLib] Unable to detect conflicting plugin versions.
  43. java.lang.IllegalStateException: Cannot parse latest
  44. at com.comphenix.protocol.utility.MinecraftVersion.<init>(MinecraftVersion.java:149) ~[ProtocolLib.jar:4.2.0]
  45. at com.comphenix.protocol.utility.MinecraftVersion.<init>(MinecraftVersion.java:115) ~[ProtocolLib.jar:4.2.0]
  46. at com.comphenix.protocol.ProtocolLib.checkConflictingVersions(ProtocolLib.java:503) [ProtocolLib.jar:4.2.0]
  47. at com.comphenix.protocol.ProtocolLib.onLoad(ProtocolLib.java:204) [ProtocolLib.jar:4.2.0]
  48. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:310) [spigot.jar:git-Spigot-642f6d2-6103339]
  49. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot.jar:git-Spigot-642f6d2-6103339]
  50. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot.jar:git-Spigot-642f6d2-6103339]
  51. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  52. Caused by: java.lang.IllegalArgumentException: Cannot parse latest as a snapshot version.
  53. at com.comphenix.protocol.utility.SnapshotVersion.<init>(SnapshotVersion.java:42) ~[?:?]
  54. at com.comphenix.protocol.utility.MinecraftVersion.<init>(MinecraftVersion.java:138) ~[?:?]
  55. ... 7 more
  56. [19:39:53] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.12.2) has not yet been tested! Proceed with caution.
  57. [19:39:53] [Server thread/INFO]: [AutoSaveWorld] Loading AutoSaveWorld v4.15
  58. [19:39:53] [Server thread/INFO]: [UberEnchant] Loading UberEnchant v7.7
  59. [19:39:53] [Server thread/INFO]: [HubThat] Loading HubThat v7.0
  60. [19:39:53] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  61. [19:39:53] [Server thread/INFO]: [GrapplingHook] Loading GrapplingHook v1.5.8.1
  62. [19:39:53] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.5.0-b751
  63. [19:39:53] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  64. [19:39:53] [Server thread/INFO]: [Rankup] Loading Rankup v2.6d
  65. [19:39:53] [Server thread/INFO]: [PerWorldInventory] Loading PerWorldInventory v2.0.1
  66. [19:39:53] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.5
  67. [19:39:53] [Server thread/INFO]: [HideAndCustomPlugins] Loading HideAndCustomPlugins v1.7.2
  68. [19:39:53] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.3-SNAPSHOT;c904242
  69. [19:39:53] [Server thread/INFO]: [Brewery] Loading Brewery v1.5
  70. [19:39:53] [Server thread/INFO]: [GUIShop] Loading GUIShop v2.1
  71. [19:39:53] [Server thread/INFO]: [CustomShop] Loading CustomShop v2.0.0
  72. [19:39:53] [Server thread/INFO]: [AutoTorch] Loading AutoTorch v1.4.0
  73. [19:39:53] [Server thread/INFO]: [InfernalMobs] Loading InfernalMobs v5.4
  74. [19:39:53] [Server thread/INFO]: [dynmap] Loading dynmap v2.6-beta-1-Dev201807082003
  75. [19:39:53] [Server thread/INFO]: [dynmap] version=git-Spigot-642f6d2-6103339 (MC: 1.12.2)
  76. [19:39:54] [Server thread/INFO]: [dynmap] Mod Support API available
  77. [19:39:54] [Server thread/INFO]: [Essentials] Loading Essentials v2.15.0.1
  78. [19:39:54] [Server thread/INFO]: [CrateReloaded] Loading CrateReloaded v1.3.26
  79. [19:39:54] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v5.0.2
  80. [19:39:54] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.0.1-b453
  81. [19:39:54] [Server thread/INFO]: [TimeIsMoney] Loading TimeIsMoney v1.9.6.3
  82. [19:39:54] [Server thread/INFO]: [CS-CoreLib] Loading CS-CoreLib v1.5.12
  83. [19:39:54] [Server thread/INFO]: [MoarBows] Loading MoarBows v1.5.3.1
  84. [19:39:54] [Server thread/INFO]: [Slimefun] Loading Slimefun vv4.1.15
  85. [19:39:54] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  86. [19:39:54] [Server thread/INFO]: [QuickSell] Loading QuickSell v2.0.6
  87. [19:39:54] [Server thread/INFO]: [SlimeXpansion] Loading SlimeXpansion v1.1.9
  88. [19:39:54] [Server thread/INFO]: [ExtraGear] Loading ExtraGear v1.1.1
  89. [19:39:54] [Server thread/INFO]: [HotbarPets] Loading HotbarPets v1.1
  90. [19:39:54] [Server thread/INFO]: [SlimefunLuckyBlocks] Loading SlimefunLuckyBlocks v1.1
  91. [19:39:54] [Server thread/INFO]: [ExoticGarden] Loading ExoticGarden v1.6.3
  92. [19:39:54] [Server thread/INFO]: [MagicLoot] Loading MagicLoot v2.1.0
  93. [19:39:54] [Server thread/INFO]: [SlimeScrap] Loading SlimeScrap v1.2.2
  94. [19:39:54] [Server thread/INFO]: [ProtectionLib] Loading ProtectionLib v0.9.2-DEV
  95. [19:39:54] [Server thread/INFO]: [FurnitureLib] Loading FurnitureLib v1.9.2.9-DEV
  96. [19:39:54] [Server thread/INFO]: [DiceFurniture] Loading DiceFurniture v3.2.1.2
  97. [19:39:54] [Server thread/INFO]: [ConsoleSpamFix] Enabling ConsoleSpamFix v1.5.0
  98. [19:39:54] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ConsoleSpamFix v1.5.0
  99. [19:39:54] [Server thread/INFO]: [ConsoleSpamFix] Server version detected: 1.12.2
  100. [19:39:54] [Server thread/INFO]: [ConsoleSpamFix] Loading the config file...
  101. [19:39:54] [Server thread/ERROR]: Cannot load plugins\ConsoleSpamFix\config.yml
  102. org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  103. in 'string', line 16, column 1:
  104. Messages-To-Hide-Filter:
  105. ^
  106. expected <block end>, but found Scalar
  107. in 'string', line 78, column 77:
  108. ... ed exception executing command 'shop' in plugin GUIShop v2.1
  109. ^
  110.  
  111. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  112. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  113. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  114. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:178) [spigot.jar:git-Spigot-642f6d2-6103339]
  115. at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:160) [spigot.jar:git-Spigot-642f6d2-6103339]
  116. at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:135) [spigot.jar:git-Spigot-642f6d2-6103339]
  117. at net.craftersland.consolefix.ConfigHandler.loadConfig(ConfigHandler.java:29) [ConsoleSpamFix-latest.jar:?]
  118. at net.craftersland.consolefix.ConfigHandler.<init>(ConfigHandler.java:12) [ConsoleSpamFix-latest.jar:?]
  119. at net.craftersland.consolefix.CSF.onEnable(CSF.java:25) [ConsoleSpamFix-latest.jar:?]
  120. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) [spigot.jar:git-Spigot-642f6d2-6103339]
  121. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot.jar:git-Spigot-642f6d2-6103339]
  122. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141) [PerWorldPlugins.jar:?]
  123. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [spigot.jar:git-Spigot-642f6d2-6103339]
  124. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [spigot.jar:git-Spigot-642f6d2-6103339]
  125. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [spigot.jar:git-Spigot-642f6d2-6103339]
  126. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:206) [spigot.jar:git-Spigot-642f6d2-6103339]
  127. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot.jar:git-Spigot-642f6d2-6103339]
  128. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  129. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  130. in 'string', line 16, column 1:
  131. Messages-To-Hide-Filter:
  132. ^
  133. expected <block end>, but found Scalar
  134. in 'string', line 78, column 77:
  135. ... ed exception executing command 'shop' in plugin GUIShop v2.1
  136. ^
  137.  
  138. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:571) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  139. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  140. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  141. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:227) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  142. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  143. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  144. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  145. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:140) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  146. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  147. at org.yaml.snakeyaml.Yaml.load(Yaml.java:437) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  148. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  149. ... 17 more
  150. [19:39:54] [Server thread/INFO]: [ConsoleSpamFix] Could not load config file! You need to regenerate the config! Error: while parsing a block mapping
  151. in 'string', line 16, column 1:
  152. Messages-To-Hide-Filter:
  153. ^
  154. expected <block end>, but found Scalar
  155. in 'string', line 78, column 77:
  156. ... ed exception executing command 'shop' in plugin GUIShop v2.1
  157. ^
  158.  
  159. [19:39:54] [Server thread/WARN]: org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  160. in 'string', line 16, column 1:
  161. Messages-To-Hide-Filter:
  162. ^
  163. expected <block end>, but found Scalar
  164. in 'string', line 78, column 77:
  165. ... ed exception executing command 'shop' in plugin GUIShop v2.1
  166. ^
  167.  
  168. [19:39:54] [Server thread/WARN]: at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
  169. [19:39:54] [Server thread/WARN]: at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162)
  170. [19:39:54] [Server thread/WARN]: at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130)
  171. [19:39:54] [Server thread/WARN]: at net.craftersland.consolefix.ConfigHandler.loadConfig(ConfigHandler.java:29)
  172. [19:39:54] [Server thread/WARN]: at net.craftersland.consolefix.ConfigHandler.<init>(ConfigHandler.java:12)
  173. [19:39:54] [Server thread/WARN]: at net.craftersland.consolefix.CSF.onEnable(CSF.java:25)
  174. [19:39:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  175. [19:39:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
  176. [19:39:54] [Server thread/WARN]: at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141)
  177. [19:39:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
  178. [19:39:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381)
  179. [19:39:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330)
  180. [19:39:54] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:206)
  181. [19:39:54] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545)
  182. [19:39:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  183. [19:39:54] [Server thread/WARN]: Caused by: while parsing a block mapping
  184. in 'string', line 16, column 1:
  185. Messages-To-Hide-Filter:
  186. ^
  187. expected <block end>, but found Scalar
  188. in 'string', line 78, column 77:
  189. ... ed exception executing command 'shop' in plugin GUIShop v2.1
  190. ^
  191.  
  192. [19:39:54] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:571)
  193. [19:39:54] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157)
  194. [19:39:54] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147)
  195. [19:39:54] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:227)
  196. [19:39:54] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154)
  197. [19:39:54] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
  198. [19:39:54] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
  199. [19:39:54] [Server thread/WARN]: at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:140)
  200. [19:39:54] [Server thread/WARN]: at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524)
  201. [19:39:54] [Server thread/WARN]: at org.yaml.snakeyaml.Yaml.load(Yaml.java:437)
  202. [19:39:54] [Server thread/WARN]: at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
  203. [19:39:54] [Server thread/WARN]: ... 14 more
  204. [19:39:54] [Server thread/INFO]: [ConsoleSpamFix] ConsoleSpamFix loaded successfully!
  205. [19:39:54] [Server thread/INFO]: [GiantCaves] Enabling GiantCaves v1.10.2-R0.1
  206. [19:39:54] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader GiantCaves v1.10.2-R0.1
  207. [19:39:54] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.2.42
  208. [19:39:54] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader LuckPerms v4.2.42
  209. [19:39:54] [Server thread/INFO]:   __ 
  210. [19:39:54] [Server thread/INFO]:  | |__) LuckPerms v4.2.42
  211. [19:39:54] [Server thread/INFO]:  |___ | Running on Bukkit - CraftBukkit
  212. [19:39:54] [Server thread/INFO]: 
  213. [19:39:54] [Server thread/INFO]: [LuckPerms] Loading configuration...
  214. [19:39:54] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
  215. [19:39:54] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
  216. [19:39:54] [Server thread/INFO]: [LuckPerms] Performing initial data load...
  217. [19:39:54] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 590ms)
  218. [19:39:54] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.2.0
  219. [19:39:54] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ProtocolLib v4.2.0
  220. [19:39:54] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  221. [19:39:54] [Server thread/INFO]: [AutoSaveWorld] Enabling AutoSaveWorld v4.15
  222. [19:39:54] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader AutoSaveWorld v4.15
  223. [19:39:54] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  224. [19:39:54] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Vault v1.5.6-b49
  225. [19:39:54] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  226. [19:39:54] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  227. [19:39:54] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  228. [19:39:54] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  229. [19:39:54] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  230. [19:39:54] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
  231. [19:39:54] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  232. [19:39:54] [Server thread/INFO]: Preparing level "world"
  233. [19:39:54] [Server thread/INFO]: -------- World Settings For [world] --------
  234. [19:39:54] [Server thread/INFO]: Item Despawn Rate: 6000
  235. [19:39:54] [Server thread/INFO]: Item Merge Radius: 2.5
  236. [19:39:54] [Server thread/INFO]: View Distance: 10
  237. [19:39:54] [Server thread/INFO]: Arrow Despawn Rate: 1200
  238. [19:39:54] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  239. [19:39:54] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  240. [19:39:54] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  241. [19:39:54] [Server thread/INFO]: Experience Merge Radius: 3.0
  242. [19:39:54] [Server thread/INFO]: Mob Spawn Range: 4
  243. [19:39:54] [Server thread/INFO]: Max TNT Explosions: 100
  244. [19:39:54] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  245. [19:39:54] [Server thread/INFO]: Cactus Growth Modifier: 100%
  246. [19:39:54] [Server thread/INFO]: Cane Growth Modifier: 100%
  247. [19:39:54] [Server thread/INFO]: Melon Growth Modifier: 100%
  248. [19:39:54] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  249. [19:39:54] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  250. [19:39:54] [Server thread/INFO]: Sapling Growth Modifier: 100%
  251. [19:39:54] [Server thread/INFO]: Wheat Growth Modifier: 100%
  252. [19:39:54] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  253. [19:39:54] [Server thread/INFO]: Vine Growth Modifier: 100%
  254. [19:39:54] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  255. [19:39:54] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  256. [19:39:54] [Server thread/INFO]: Random Lighting Updates: false
  257. [19:39:54] [Server thread/INFO]: Structure Info Saving: true
  258. [19:39:54] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  259. [19:39:54] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  260. [19:39:54] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  261. [19:39:55] [Server thread/INFO]: [GiantCaves] Attaching cave populator to world "world"
  262. [19:39:55] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  263. [19:39:55] [Server thread/INFO]: Item Despawn Rate: 6000
  264. [19:39:55] [Server thread/INFO]: Item Merge Radius: 2.5
  265. [19:39:55] [Server thread/INFO]: View Distance: 10
  266. [19:39:55] [Server thread/INFO]: Arrow Despawn Rate: 1200
  267. [19:39:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  268. [19:39:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  269. [19:39:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  270. [19:39:55] [Server thread/INFO]: Experience Merge Radius: 3.0
  271. [19:39:55] [Server thread/INFO]: Mob Spawn Range: 4
  272. [19:39:55] [Server thread/INFO]: Max TNT Explosions: 100
  273. [19:39:55] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  274. [19:39:55] [Server thread/INFO]: Cactus Growth Modifier: 100%
  275. [19:39:55] [Server thread/INFO]: Cane Growth Modifier: 100%
  276. [19:39:55] [Server thread/INFO]: Melon Growth Modifier: 100%
  277. [19:39:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  278. [19:39:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  279. [19:39:55] [Server thread/INFO]: Sapling Growth Modifier: 100%
  280. [19:39:55] [Server thread/INFO]: Wheat Growth Modifier: 100%
  281. [19:39:55] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  282. [19:39:55] [Server thread/INFO]: Vine Growth Modifier: 100%
  283. [19:39:55] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  284. [19:39:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  285. [19:39:55] [Server thread/INFO]: Random Lighting Updates: false
  286. [19:39:55] [Server thread/INFO]: Structure Info Saving: true
  287. [19:39:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  288. [19:39:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  289. [19:39:55] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  290. [19:39:55] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  291. [19:39:55] [Server thread/INFO]: Item Despawn Rate: 6000
  292. [19:39:55] [Server thread/INFO]: Item Merge Radius: 2.5
  293. [19:39:55] [Server thread/INFO]: View Distance: 10
  294. [19:39:55] [Server thread/INFO]: Arrow Despawn Rate: 1200
  295. [19:39:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  296. [19:39:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  297. [19:39:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  298. [19:39:55] [Server thread/INFO]: Experience Merge Radius: 3.0
  299. [19:39:55] [Server thread/INFO]: Mob Spawn Range: 4
  300. [19:39:55] [Server thread/INFO]: Max TNT Explosions: 100
  301. [19:39:55] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  302. [19:39:55] [Server thread/INFO]: Cactus Growth Modifier: 100%
  303. [19:39:55] [Server thread/INFO]: Cane Growth Modifier: 100%
  304. [19:39:55] [Server thread/INFO]: Melon Growth Modifier: 100%
  305. [19:39:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  306. [19:39:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  307. [19:39:55] [Server thread/INFO]: Sapling Growth Modifier: 100%
  308. [19:39:55] [Server thread/INFO]: Wheat Growth Modifier: 100%
  309. [19:39:55] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  310. [19:39:55] [Server thread/INFO]: Vine Growth Modifier: 100%
  311. [19:39:55] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  312. [19:39:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  313. [19:39:55] [Server thread/INFO]: Random Lighting Updates: false
  314. [19:39:55] [Server thread/INFO]: Structure Info Saving: true
  315. [19:39:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  316. [19:39:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  317. [19:39:55] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  318. [19:39:55] [Server thread/INFO]: Preparing start region for level 0 (Seed: 8449356199361991484)
  319. [19:39:56] [Server thread/INFO]: Preparing spawn area: 15%
  320. [19:39:57] [Server thread/INFO]: Preparing spawn area: 64%
  321. [19:39:58] [Server thread/INFO]: Preparing start region for level 1 (Seed: 1083674629621110323)
  322. [19:39:59] [Server thread/INFO]: Preparing spawn area: 49%
  323. [19:40:00] [Server thread/INFO]: Preparing start region for level 2 (Seed: 1083674629621110323)
  324. [19:40:00] [Server thread/INFO]: [MotdManager] Enabling MotdManager v1.41-b20
  325. [19:40:00] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader MotdManager v1.41-b20
  326. [19:40:00] [Server thread/INFO]: [MotdManager] version 1.41-b20 is enabled!
  327. [19:40:00] [Server thread/INFO]: [BigBuckets] Enabling BigBuckets v1.1.8
  328. [19:40:00] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader BigBuckets v1.1.8
  329. [19:40:00] [Server thread/INFO]: [BigBuckets] Added Crafting Recipes
  330. [19:40:00] [Server thread/INFO]: WorldGuard plugin found!
  331. [19:40:00] [Server thread/INFO]: GriefPrevention not found.
  332. [19:40:00] [Server thread/INFO]: [HumanMeat] Enabling HumanMeat v1.2.1
  333. [19:40:00] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader HumanMeat v1.2.1
  334. [19:40:00] [Server thread/INFO]: [PerWorldPlugins] Enabling PerWorldPlugins v1.3.0
  335. [19:40:00] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader PerWorldPlugins v1.3.0
  336. [19:40:00] [Server thread/INFO]: [PerWorldPlugins] Enabled, attempting to inject CommandHandler...
  337. [19:40:00] [Server thread/INFO]: [Bombs] Enabling Bombs v1.0.0
  338. [19:40:00] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Bombs v1.0.0
  339. [19:40:00] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.0.4
  340. [19:40:00] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ViaVersion v1.0.4
  341. [19:40:00] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.5;4651611
  342. [19:40:00] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader WorldEdit v6.1.5;4651611
  343. [19:40:00] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  344. [19:40:00] [Server thread/WARN]: [WorldEdit]
  345. **********************************************
  346. ** This WorldEdit version does not fully support your version of Bukkit.
  347. **
  348. ** When working with blocks or undoing, chests will be empty, signs
  349. ** will be blank, and so on. There will be no support for entity
  350. ** and biome-related functions.
  351. **
  352. ** Please see http://wiki.sk89q.com/wiki/WorldEdit/Bukkit_adapters
  353. **********************************************
  354.  
  355. [19:40:00] [Server thread/INFO]: [Timber] Enabling Timber v1.1.0
  356. [19:40:00] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Timber v1.1.0
  357. [19:40:00] [Server thread/INFO]: [Timber] The plugin (v1.1.0) was enabled!
  358. [19:40:00] [Server thread/INFO]: [Timber] Your messages and settings in the configuration were up to date.
  359. [19:40:00] [Server thread/INFO]: [HealthBar] Enabling HealthBar v1.8.3
  360. [19:40:00] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader HealthBar v1.8.3
  361. [19:40:00] [Server thread/INFO]: [VeinMiner] Enabling VeinMiner v1.11.3
  362. [19:40:00] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader VeinMiner v1.11.3
  363. [19:40:00] [Server thread/INFO]: [VeinMiner] Registering events
  364. [19:40:00] [Server thread/INFO]: [VeinMiner] Registering commands
  365. [19:40:00] [Server thread/INFO]: [VeinMiner] Enabling Plugin Metrics
  366. [19:40:00] [Server thread/INFO]: [VeinMiner] Thank you for enabling Metrics! I greatly appreciate the use of plugin statistics
  367. [19:40:00] [Server thread/INFO]: [VeinMiner] Loading configuration options to local memory
  368. [19:40:00] [Server thread/INFO]: [VeinMiner] Unknown world found... "WorldName". Ignoring...
  369. [19:40:00] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.7
  370. [19:40:00] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ClearLag v2.9.7
  371. [19:40:01] [Server thread/INFO]: [ClearLag] Loading modules...
  372. [19:40:01] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  373. [19:40:01] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  374. [19:40:01] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  375. [19:40:01] [Thread-13/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.12]...
  376. [19:40:01] [Server thread/INFO]: [Genie] Enabling Genie v1.2.1
  377. [19:40:01] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Genie v1.2.1
  378. [19:40:01] [Server thread/WARN]: [AutoSaveWorld] Plugin Genie attempted to establish connection https://raw.githubusercontent.com/Rsl1122/Genie/master/Genie/src/main/resources/plugin.yml in main server thread
  379. [19:40:01] [Server thread/WARN]: [AutoSaveWorld] Plugin Genie attempted to establish connection socket://raw.githubusercontent.com:443 in main server thread
  380. [19:40:01] [Server thread/INFO]: [Genie] New Version (1.2.3) is available athttps://www.spigotmc.org/resources/genie.43260/
  381. [19:40:01] [Thread-13/INFO]: [ClearLag] No updates found!
  382. [19:40:02] [Server thread/INFO]: [Genie] Initialized with 3106 wishes
  383. [19:40:02] [Server thread/INFO]: [Genie] Plugin Enabled.
  384. [19:40:02] [Server thread/INFO]: [Chairs] Enabling Chairs v4.11
  385. [19:40:02] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Chairs v4.11
  386. [19:40:02] [Server thread/INFO]: [AxeThrow] Enabling AxeThrow v1.0.0
  387. [19:40:02] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader AxeThrow v1.0.0
  388. [19:40:02] [Server thread/INFO]: [CustomJoin] Enabling CustomJoin v1.0
  389. [19:40:02] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader CustomJoin v1.0
  390. [19:40:02] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  391. [19:40:02] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Multiverse-Core v2.4-b527
  392. [19:40:02] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  393. [19:40:02] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
  394. [19:40:02] [Server thread/ERROR]: Error occurred while enabling Multiverse-Core v2.4-b527 (Is it up to date?)
  395. java.lang.NoSuchMethodError: org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(Ljava/io/InputStream;)Lorg/bukkit/configuration/file/YamlConfiguration;
  396. at com.onarandombox.MultiverseCore.MultiverseCore.loadConfigs(MultiverseCore.java:296) ~[?:?]
  397. at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:239) ~[?:?]
  398. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  399. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot.jar:git-Spigot-642f6d2-6103339]
  400. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141) [PerWorldPlugins.jar:?]
  401. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [spigot.jar:git-Spigot-642f6d2-6103339]
  402. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [spigot.jar:git-Spigot-642f6d2-6103339]
  403. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [spigot.jar:git-Spigot-642f6d2-6103339]
  404. at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [spigot.jar:git-Spigot-642f6d2-6103339]
  405. at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [spigot.jar:git-Spigot-642f6d2-6103339]
  406. at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [spigot.jar:git-Spigot-642f6d2-6103339]
  407. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot.jar:git-Spigot-642f6d2-6103339]
  408. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot.jar:git-Spigot-642f6d2-6103339]
  409. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  410. [19:40:02] [Server thread/INFO]: [UberEnchant] Enabling UberEnchant v7.7
  411. [19:40:02] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader UberEnchant v7.7
  412. [19:40:02] [Server thread/INFO]: [HubThat] Enabling HubThat v7.0
  413. [19:40:02] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader HubThat v7.0
  414. [19:40:02] [Server thread/WARN]: [AutoSaveWorld] Plugin HubThat attempted to establish connection http://voxel-evo.us.to/ in main server thread
  415. [19:40:02] [Server thread/WARN]: [AutoSaveWorld] Plugin HubThat attempted to establish connection socket://voxel-evo.us.to:80 in main server thread
  416. [19:40:02] [Server thread/WARN]: [AutoSaveWorld] Plugin HubThat attempted to establish connection http://voxel-evo.us.to/htuv in main server thread
  417. [19:40:02] [Server thread/WARN]: [AutoSaveWorld] Plugin HubThat attempted to establish connection http://voxel-evo.us.to/htlnk in main server thread
  418. [19:40:02] [Server thread/WARN]: [AutoSaveWorld] Plugin HubThat attempted to establish connection socket://voxel-evo.us.to:80 in main server thread
  419. [19:40:02] [Server thread/WARN]: [AutoSaveWorld] Plugin HubThat attempted to establish connection http://voxel-evo.us.to/htuv in main server thread
  420. [19:40:02] [Server thread/WARN]: [AutoSaveWorld] Plugin HubThat attempted to establish connection socket://voxel-evo.us.to:80 in main server thread
  421. [19:40:03] [Server thread/WARN]: [AutoSaveWorld] Plugin HubThat attempted to establish connection http://voxel-evo.us.to/htlnk in main server thread
  422. [19:40:03] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  423. [19:40:03] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader PermissionsEx v1.23.4
  424. [19:40:03] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  425. [19:40:03] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  426. [19:40:03] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  427. [19:40:03] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  428. [19:40:03] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  429. [19:40:03] [Server thread/INFO]: [GrapplingHook] Enabling GrapplingHook v1.5.8.1
  430. [19:40:03] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader GrapplingHook v1.5.8.1
  431. [19:40:03] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.5.0-b751
  432. [19:40:03] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Multiverse-Portals v2.5.0-b751
  433. [19:40:03] [Server thread/ERROR]: [Multiverse-Portals] Your Multiverse-Core is OUT OF DATE
  434. [19:40:03] [Server thread/ERROR]: [Multiverse-Portals] This version of Multiverse Portals requires Protocol Level: 19
  435. [19:40:03] [Server thread/ERROR]: [Multiverse-Portals] Your of Core Protocol Level is: 14
  436. [19:40:03] [Server thread/ERROR]: [Multiverse-Portals] Grab an updated copy at:
  437. [19:40:03] [Server thread/ERROR]: [Multiverse-Portals] http://ci.onarandombox.com/view/Multiverse/job/Multiverse-Core/
  438. [19:40:03] [Server thread/INFO]: [Multiverse-Portals] Disabling Multiverse-Portals v2.5.0-b751
  439. [19:40:03] [Server thread/INFO]: [Rankup] Enabling Rankup v2.6d
  440. [19:40:03] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Rankup v2.6d
  441. [19:40:03] [Server thread/INFO]: [PerWorldInventory] Enabling PerWorldInventory v2.0.1
  442. [19:40:03] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader PerWorldInventory v2.0.1
  443. [19:40:03] [Server thread/INFO]: [PerWorldInventory] Vault found! Hooking into it...
  444. [19:40:03] [Server thread/INFO]: [PerWorldInventory] Hooked into Vault!
  445. [19:40:03] [Server thread/INFO]: [ACF] Minecraft Version: 1.12
  446. [19:40:03] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.5
  447. [19:40:03] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader HolographicDisplays v2.2.5
  448. [19:40:03] [Server thread/INFO]:
  449.  
  450. ******************************************************
  451. This version of HolographicDisplays only
  452. works on server versions from 1.7 to 1.11.
  453. The plugin will be disabled.
  454. ******************************************************
  455.  
  456. [19:40:08] [Server thread/INFO]: [HideAndCustomPlugins] Enabling HideAndCustomPlugins v1.7.2
  457. [19:40:08] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader HideAndCustomPlugins v1.7.2
  458. [19:40:08] [Server thread/INFO]: [HideAndCustomPlugins] Version: 1.7.2 Metrics started: http://mcstats.org/plugin/HideAndCustomPlugins
  459. [19:40:08] [Server thread/INFO]: [HideAndCustomPlugins] Version: 1.7.2 Successfully reloaded config.yml
  460. [19:40:08] [Server thread/INFO]: [HideAndCustomPlugins] Version: 1.7.2 Plugin has been activated successfully.
  461. [19:40:08] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.3-SNAPSHOT;c904242
  462. [19:40:08] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader WorldGuard v6.1.3-SNAPSHOT;c904242
  463. [19:40:08] [Server thread/ERROR]: Error occurred while enabling WorldGuard v6.1.3-SNAPSHOT;c904242 (Is it up to date?)
  464. java.lang.NoSuchMethodError: com.google.common.util.concurrent.MoreExecutors.sameThreadExecutor()Lcom/google/common/util/concurrent/ListeningExecutorService;
  465. at com.sk89q.worldguard.internal.guava.cache.LocalCache.<clinit>(LocalCache.java:77) ~[?:?]
  466. at com.sk89q.worldguard.internal.guava.cache.LocalCache$LocalLoadingCache.<init>(LocalCache.java:4798) ~[?:?]
  467. at com.sk89q.worldguard.internal.guava.cache.CacheBuilder.build(CacheBuilder.java:793) ~[?:?]
  468. at com.sk89q.worldguard.session.SessionManager.<init>(SessionManager.java:62) ~[?:?]
  469. at com.sk89q.worldguard.bukkit.WorldGuardPlugin.onEnable(WorldGuardPlugin.java:170) ~[?:?]
  470. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  471. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot.jar:git-Spigot-642f6d2-6103339]
  472. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141) [PerWorldPlugins.jar:?]
  473. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [spigot.jar:git-Spigot-642f6d2-6103339]
  474. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [spigot.jar:git-Spigot-642f6d2-6103339]
  475. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [spigot.jar:git-Spigot-642f6d2-6103339]
  476. at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [spigot.jar:git-Spigot-642f6d2-6103339]
  477. at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [spigot.jar:git-Spigot-642f6d2-6103339]
  478. at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [spigot.jar:git-Spigot-642f6d2-6103339]
  479. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot.jar:git-Spigot-642f6d2-6103339]
  480. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot.jar:git-Spigot-642f6d2-6103339]
  481. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  482. [19:40:08] [Server thread/INFO]: [Brewery] Enabling Brewery v1.5
  483. [19:40:08] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Brewery v1.5
  484. [19:40:08] [Server thread/INFO]: [Brewery] Brewery enabled!
  485. [19:40:08] [Server thread/INFO]: [GUIShop] Enabling GUIShop v2.1
  486. [19:40:08] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader GUIShop v2.1
  487. [19:40:08] [Server thread/INFO]: [CustomShop] Enabling CustomShop v2.0.0
  488. [19:40:08] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader CustomShop v2.0.0
  489. [19:40:08] [Server thread/INFO]: [CustomShop] Registering Config....
  490. [19:40:08] [Server thread/INFO]: [CustomShop] Config successful registered!
  491. [19:40:08] [Server thread/INFO]: [CustomShop] Registering Events....
  492. [19:40:08] [Server thread/INFO]: [CustomShop] Events successful registered!
  493. [19:40:08] [Server thread/INFO]: [CustomShop] Checking for updates....
  494. [19:40:08] [Server thread/WARN]: [AutoSaveWorld] Plugin CustomShop attempted to establish connection http://victorolaitan.xyz/ric/download/ in main server thread
  495. [19:40:08] [Server thread/WARN]: [AutoSaveWorld] Plugin CustomShop attempted to establish connection socket://victorolaitan.xyz:80 in main server thread
  496. [19:40:09] [Server thread/INFO]: [CustomShop] Could not check for updates!
  497. [19:40:09] [Server thread/INFO]: [CustomShop] Trace:
  498. [19:40:09] [Server thread/WARN]: java.io.IOException: Server returned HTTP response code: 403 for URL: http://victorolaitan.xyz/ric/download/
  499. [19:40:09] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
  500. [19:40:09] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  501. [19:40:09] [Server thread/WARN]: at com.rictacius.customShop.Updater.check(Updater.java:27)
  502. [19:40:09] [Server thread/WARN]: at com.rictacius.customShop.Main.onEnable(Main.java:44)
  503. [19:40:09] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  504. [19:40:09] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
  505. [19:40:09] [Server thread/WARN]: at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141)
  506. [19:40:09] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
  507. [19:40:09] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381)
  508. [19:40:09] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330)
  509. [19:40:09] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422)
  510. [19:40:09] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383)
  511. [19:40:09] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338)
  512. [19:40:09] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272)
  513. [19:40:09] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545)
  514. [19:40:09] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  515. [19:40:09] [Server thread/INFO]: [CustomShop] CustomShop is up to date.
  516. [19:40:09] [Server thread/INFO]: [CustomShop] CustomShop has been enabled! (V.2.0.0)
  517. [19:40:09] [Server thread/INFO]: [AutoTorch] Enabling AutoTorch v1.4.0
  518. [19:40:09] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader AutoTorch v1.4.0
  519. [19:40:09] [Server thread/INFO]: [AutoTorch] AutoTorch v1.4.0 by antiPerson
  520. [19:40:09] [Server thread/INFO]: [AutoTorch] Find out more at: https://www.spigotmc.org/resources/autotorch.28904/
  521. [19:40:09] [Server thread/INFO]: [AutoTorch] Remember to leave a review if you enjoy using this plugin on your server!
  522. [19:40:09] [Server thread/INFO]: [AutoTorch] Registering commands and events...
  523. [19:40:09] [Server thread/INFO]: [AutoTorch] All events and commands registered!
  524. [19:40:09] [Server thread/INFO]: [AutoTorch] Loading player UUIDs from storage...
  525. [19:40:09] [Server thread/INFO]: [AutoTorch] Loaded all player UUIDs successfully!
  526. [19:40:09] [Server thread/INFO]: [AutoTorch] Currently checking SpigotMC for plugin updates...
  527. [19:40:09] [Server thread/WARN]: [AutoSaveWorld] Plugin AutoTorch attempted to establish connection http://www.spigotmc.org/api/general.php in main server thread
  528. [19:40:09] [Server thread/WARN]: [AutoSaveWorld] Plugin AutoTorch attempted to establish connection socket://www.spigotmc.org:80 in main server thread
  529. [19:40:09] [Server thread/ERROR]: [AutoTorch] Unable to contact spigot, is your server offline?
  530. [19:40:09] [Server thread/INFO]: [InfernalMobs] Enabling InfernalMobs v5.4
  531. [19:40:09] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader InfernalMobs v5.4
  532. [19:40:09] [Server thread/INFO]: [InfernalMobs] Registered Events.
  533. [19:40:09] [Server thread/INFO]: [dynmap] Enabling dynmap v2.6-beta-1-Dev201807082003
  534. [19:40:09] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader dynmap v2.6-beta-1-Dev201807082003
  535. [19:40:09] [Server thread/INFO]: [dynmap] Using PermissionsEx 1.23.4 for access control
  536. [19:40:09] [Server thread/INFO]: [dynmap] Mod Support processing completed
  537. [19:40:09] [Server thread/INFO]: [dynmap] Loaded 23 shaders.
  538. [19:40:10] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
  539. [19:40:10] [Server thread/INFO]: [dynmap] Loaded 14 lightings.
  540. [19:40:10] [Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:8123
  541. [19:40:10] [Server thread/INFO]: [dynmap] version 2.6-beta-1-Dev201807082003 is enabled - core version 2.6-beta-1-Dev201807081957
  542. [19:40:10] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world'.
  543. [19:40:10] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
  544. [19:40:10] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'.
  545. [19:40:10] [Server thread/INFO]: [dynmap] Enabled
  546. [19:40:10] [Server thread/INFO]: [Essentials] Enabling Essentials v2.15.0.1
  547. [19:40:10] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Essentials v2.15.0.1
  548. [19:40:10] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsChat to the same version.
  549. [19:40:10] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsSpawn to the same version.
  550. [19:40:10] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  551. [19:40:10] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
  552. [19:40:10] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  553. [19:40:10] [Server thread/INFO]: Using locale en_US
  554. [19:40:10] [Server thread/INFO]: [Essentials] Using Spigot 1.7.10+ ServerListPingEvent iterator
  555. [19:40:10] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  556. [19:40:10] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  557. [19:40:10] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
  558. [19:40:10] [Server thread/INFO]: [CrateReloaded] Enabling CrateReloaded v1.3.26
  559. [19:40:10] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader CrateReloaded v1.3.26
  560. [19:40:10] [Server thread/INFO]: [CrateReloaded] org.bukkit.craftbukkit.v1_12_R1
  561. [19:40:10] [Server thread/ERROR]: Error occurred while enabling CrateReloaded v1.3.26 (Is it up to date?)
  562. java.lang.NoSuchMethodError: org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(Ljava/io/InputStream;)Lorg/bukkit/configuration/file/YamlConfiguration;
  563. at cratereloaded.B.reloadConfig(Config.java:31) ~[?:?]
  564. at cratereloaded.B.getConfig(Config.java:44) ~[?:?]
  565. at cratereloaded.b.f(CrateReloaded.java:200) ~[?:?]
  566. at cratereloaded.b.e(CrateReloaded.java:189) ~[?:?]
  567. at cratereloaded.b.onEnable(CrateReloaded.java:60) ~[?:?]
  568. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  569. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot.jar:git-Spigot-642f6d2-6103339]
  570. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141) [PerWorldPlugins.jar:?]
  571. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [spigot.jar:git-Spigot-642f6d2-6103339]
  572. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [spigot.jar:git-Spigot-642f6d2-6103339]
  573. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [spigot.jar:git-Spigot-642f6d2-6103339]
  574. at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [spigot.jar:git-Spigot-642f6d2-6103339]
  575. at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [spigot.jar:git-Spigot-642f6d2-6103339]
  576. at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [spigot.jar:git-Spigot-642f6d2-6103339]
  577. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot.jar:git-Spigot-642f6d2-6103339]
  578. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot.jar:git-Spigot-642f6d2-6103339]
  579. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  580. [19:40:10] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v5.0.2
  581. [19:40:10] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader SilkSpawners v5.0.2
  582. [19:40:10] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
  583. [19:40:10] [Server thread/INFO]: [SilkSpawners] Loading support for v1_12_R1
  584. [19:40:10] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled.
  585. [19:40:11] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE
  586. [19:40:11] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
  587. [19:40:11] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.0.1-b453
  588. [19:40:11] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader EssentialsChat v2.0.1-b453
  589. [19:40:11] [Server thread/WARN]: §4Version mismatch! Please update all Essentials jars to the same version.
  590. [19:40:11] [Server thread/INFO]: [TimeIsMoney] Enabling TimeIsMoney v1.9.6.3
  591. [19:40:11] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader TimeIsMoney v1.9.6.3
  592. [19:40:11] [Server thread/INFO]: [TimeIsMoney] Loaded 2 Payouts!
  593. [19:40:11] [Server thread/INFO]: Time is Money: Essentials found. Hook in it -> Will use Essentials's AFK feature if afk is enabled.
  594. [19:40:11] [Server thread/INFO]: Time is Money v1.9.6.3 started.
  595. [19:40:11] [Server thread/INFO]: [CS-CoreLib] Enabling CS-CoreLib v1.5.12
  596. [19:40:11] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader CS-CoreLib v1.5.12
  597. [19:40:11] [Server thread/INFO]: [CS-CoreLib - Protection] Loaded Protection Module "WorldGuard"
  598. [19:40:11] [Server thread/INFO]: [MoarBows] Enabling MoarBows v1.5.3.1
  599. [19:40:11] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader MoarBows v1.5.3.1
  600. [19:40:11] [Server thread/INFO]: ------------------------------------------------------
  601. [19:40:11] [Server thread/INFO]: Enabling MoarBows 1.5.3.1...
  602. [19:40:11] [Server thread/INFO]: Detected Bukkit Version: v1_12_R1
  603. [19:40:11] [Server thread/INFO]: Flags disabled: couldn't detect WorldGuard & WGCustomFlags.
  604. [19:40:11] [Server thread/INFO]: MoarBows 1.5.3.1 enabled!
  605. [19:40:11] [Server thread/INFO]: ------------------------------------------------------
  606. [19:40:11] [Server thread/INFO]: [Slimefun] Enabling Slimefun vv4.1.15
  607. [19:40:11] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Slimefun vv4.1.15
  608. [19:40:11] [Server thread/INFO]: [Slimefun] Loading Files...
  609. [19:40:11] [Server thread/INFO]: [Slimefun] Loading Config...
  610. [19:40:12] [Server thread/INFO]: [Slimefun] Loading Items...
  611. [19:40:12] [Server thread/INFO]: [Slimefun] Loading Researches...
  612. [19:40:12] [Server thread/INFO]: [Slimefun] Loading World Generators...
  613. [19:40:12] [Server thread/INFO]: [Slimefun - GEO] Registering Ore Gen: Oil
  614. [19:40:12] [Server thread/INFO]: [Slimefun - GEO] Registering Ore Gen: Nether Ice
  615. [19:40:12] [Server thread/INFO]: [Slimefun] Successfully hooked into WorldEdit!
  616. [19:40:12] [Server thread/INFO]: [Slimefun] Finished!
  617. [19:40:12] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  618. [19:40:12] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader EssentialsSpawn vTeamCity
  619. [19:40:12] [Server thread/WARN]: §4Version mismatch! Please update all Essentials jars to the same version.
  620. [19:40:12] [Server thread/INFO]: [QuickSell] Enabling QuickSell v2.0.6
  621. [19:40:12] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader QuickSell v2.0.6
  622. [19:40:12] [Server thread/INFO]: [SlimeXpansion] Enabling SlimeXpansion v1.1.9
  623. [19:40:12] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader SlimeXpansion v1.1.9
  624. [19:40:12] [Server thread/INFO]: [Slimefun - GEO] Registering Ore Gen: Thorium
  625. [19:40:12] [Server thread/INFO]: [SlimeXpansion] SlimeXpansion has been enabled!
  626. [19:40:12] [Server thread/INFO]: [ExtraGear] Enabling ExtraGear v1.1.1
  627. [19:40:12] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ExtraGear v1.1.1
  628. [19:40:12] [Server thread/INFO]: [HotbarPets] Enabling HotbarPets v1.1
  629. [19:40:12] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader HotbarPets v1.1
  630. [19:40:12] [Server thread/INFO]: [SlimefunLuckyBlocks] Enabling SlimefunLuckyBlocks v1.1
  631. [19:40:12] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader SlimefunLuckyBlocks v1.1
  632. [19:40:12] [Server thread/INFO]: [ExoticGarden] Enabling ExoticGarden v1.6.3
  633. [19:40:12] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ExoticGarden v1.6.3
  634. [19:40:12] [Server thread/INFO]: [MagicLoot] Enabling MagicLoot v2.1.0
  635. [19:40:12] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader MagicLoot v2.1.0
  636. [19:40:12] [Server thread/INFO]: [SlimeScrap] Enabling SlimeScrap v1.2.2
  637. [19:40:12] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader SlimeScrap v1.2.2
  638. [19:40:12] [Server thread/INFO]: [SlimeScrap] SlimeScrap v1.2.2 has been enabled!
  639. [19:40:12] [Server thread/INFO]: [ProtectionLib] Enabling ProtectionLib v0.9.2-DEV
  640. [19:40:12] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ProtectionLib v0.9.2-DEV
  641. [19:40:12] [Server thread/INFO]: [ProtectionLib] Protection lib hook into: WorldGuard 6.1.3-SNAPSHOT;c904242
  642. [19:40:12] [Server thread/INFO]: [FurnitureLib] Enabling FurnitureLib v1.9.2.9-DEV
  643. [19:40:12] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader FurnitureLib v1.9.2.9-DEV
  644. [19:40:12] [Server thread/WARN]: [AutoSaveWorld] Plugin FurnitureLib attempted to establish connection https://api.spiget.org/v2/resources/9368/versions/latest in main server thread
  645. [19:40:12] [Server thread/WARN]: [AutoSaveWorld] Plugin FurnitureLib attempted to establish connection socket://api.spiget.org:443 in main server thread
  646. [19:40:13] [Server thread/INFO]: ==========================================
  647. [19:40:13] [Server thread/INFO]: FurnitureLibary Version: 1.9.2.9-DEV
  648. [19:40:13] [Server thread/INFO]: Furniture Autor: Ste3et_C0st
  649. [19:40:13] [Server thread/INFO]: Furniture Website: http://dicecraft.de
  650. [19:40:13] [Server thread/INFO]: Furniture start load
  651. [19:40:13] [Server thread/INFO]: Furniture find ProtectionLib: true
  652. [19:40:13] [Server thread/INFO]: [FurnitureLib] FurnitureLib load 1 Objects from: SQLite Database
  653. [19:40:13] [Server thread/INFO]: [FurnitureLib] FurnitureLib have loadet 6 in 00:00.064
  654. [19:40:13] [Server thread/INFO]: [FurnitureLib] FurnitureLib have purged 0 Objects
  655. [19:40:16] [Server thread/INFO]: FurnitureLib load Models(28): Barrels,BlackBoard,CactusPlant,Camera,CampChair,CandyCane,Catapult,Chair,ChristmasTree,Crossbow,Fence,GraveStone,Hammock,HumanSkeleton,Lantern,Log,MailBox,SchoolChair,SchoolTable,SleepingBag,SnowGolem,Sofa,Sunshade,Table,Tent1,Trunk,TV,WaxCandle
  656. [19:40:16] [Server thread/INFO]: Furniture load finish :)
  657. [19:40:16] [Server thread/INFO]: ==========================================
  658. [19:40:16] [Server thread/INFO]: [DiceFurniture] Enabling DiceFurniture v3.2.1.2
  659. [19:40:16] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader DiceFurniture v3.2.1.2
  660. [19:40:19] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  661. [19:40:20] [Server thread/INFO]: Done (25.270s)! For help, type "help" or "?"
  662. [19:40:20] [Craft Scheduler Thread - 2/WARN]: [MotdManager] Plugin MotdManager v1.41-b20 generated an exception while executing task 10
  663. java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
  664. at syam.motdmanager.util.Metrics.postPlugin(Metrics.java:354) ~[?:?]
  665. at syam.motdmanager.util.Metrics.access$500(Metrics.java:59) ~[?:?]
  666. at syam.motdmanager.util.Metrics$1.run(Metrics.java:246) ~[?:?]
  667. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  668. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-642f6d2-6103339]
  669. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_171]
  670. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_171]
  671. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  672. [19:40:20] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: Unknown (340)(340)
  673. [19:40:20] [Server thread/WARN]: [ViaVersion] ViaVersion does not have any compatible versions for this server version, please read our resource page carefully.
  674. [19:40:20] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.3.2
  675. [19:40:20] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
  676. [19:40:20] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
  677. [19:40:20] [Craft Scheduler Thread - 11/WARN]: [GUIShop] Plugin GUIShop v2.1 generated an exception while executing task 30
  678. java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
  679. at us.alreadycoded.shop.Metrics.postPlugin(Metrics.java:336) ~[?:?]
  680. at us.alreadycoded.shop.Metrics.access$4(Metrics.java:329) ~[?:?]
  681. at us.alreadycoded.shop.Metrics$1.run(Metrics.java:224) ~[?:?]
  682. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  683. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-642f6d2-6103339]
  684. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_171]
  685. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_171]
  686. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  687. [19:40:20] [Server thread/INFO]: ###################### - Slimefun - ######################
  688. [19:40:20] [Server thread/INFO]: Successfully loaded 798 Items (267 Researches)
  689. [19:40:20] [Server thread/INFO]: ( 467 Items from Slimefun, 331 Items from Addons )
  690. [19:40:20] [Server thread/INFO]: ##########################################################
  691. [19:40:20] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world"
  692. [19:40:20] [Server thread/INFO]: [Slimefun] This may take a long time...
  693. [19:40:20] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 35ms)
  694. [19:40:20] [Server thread/INFO]: [Slimefun] Loaded a total of 1492 Blocks for World "world"
  695. [19:40:20] [Server thread/INFO]: [Slimefun] Avg: 0.023ms/Block
  696. [19:40:20] [Thread-27/INFO]: [CS-CoreLib - Updater] Slimefun is up to date!
  697. [19:40:20] [Thread-26/INFO]: [CS-CoreLib - Updater] CS-CoreLib is outdated!
  698. [19:40:20] [Thread-26/INFO]: [CS-CoreLib - Updater] Downloading CS-CoreLib v1.5.18
  699. [19:40:20] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world_nether"
  700. [19:40:20] [Server thread/INFO]: [Slimefun] This may take a long time...
  701. [19:40:20] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 1ms)
  702. [19:40:20] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "world_nether"
  703. [19:40:20] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world_the_end"
  704. [19:40:20] [Server thread/INFO]: [Slimefun] This may take a long time...
  705. [19:40:20] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
  706. [19:40:20] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "world_the_end"
  707. [19:40:20] [Craft Scheduler Thread - 22/INFO]: [Vault] Checking for Updates ...
  708. [19:40:20] [Server thread/WARN]: [ViaVersion] There is a newer version available: 1.6.0, you're on: 1.0.4
  709. [19:40:21] [Craft Scheduler Thread - 22/WARN]: [Vault] Stable Version: 1.7.1 is out! You are still running version: 1.5.6
  710. [19:40:21] [Craft Scheduler Thread - 22/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
  711. [19:40:21] [Thread-32/INFO]: [CS-CoreLib - Updater] SlimeScrap is up to date!
  712. [19:40:21] [Thread-31/INFO]: [CS-CoreLib - Updater] MagicLoot is up to date!
  713. [19:40:21] [Thread-28/INFO]: [CS-CoreLib - Updater] QuickSell is up to date!
  714. [19:40:21] [Thread-29/INFO]: [CS-CoreLib - Updater] SlimeXpansion is outdated!
  715. [19:40:21] [Thread-29/INFO]: [CS-CoreLib - Updater] Downloading SlimeXpansion v1.1.11
  716. [19:40:21] [Thread-30/INFO]: [CS-CoreLib - Updater] ExoticGarden is up to date!
  717. [19:40:21] [Server thread/INFO]: [MagicLoot] Slimefun has been found!
  718. [19:40:21] [Server thread/INFO]: [MagicLoot] I will now generate Slimefun Loot as well!
  719. [19:40:21] [Server thread/INFO]: https://media.forgecdn.net/files/2555/439/CS-CoreLib+v1.5.18.jar
  720. [19:40:21] [Server thread/WARN]: [AutoSaveWorld] Plugin CS-CoreLib attempted to establish connection https://media.forgecdn.net/files/2555/439/CS-CoreLib+v1.5.18.jar in main server thread
  721. [19:40:21] [Server thread/WARN]: [AutoSaveWorld] Plugin CS-CoreLib attempted to establish connection socket://media.forgecdn.net:443 in main server thread
  722. [19:40:21] [Server thread/WARN]:
  723. [19:40:21] [Server thread/WARN]: #################### - ERROR - ####################
  724. [19:40:21] [Server thread/WARN]: Could not auto-update CS-CoreLib
  725. [19:40:21] [Server thread/WARN]: #################### - ERROR - ####################
  726. [19:40:21] [Server thread/WARN]:
  727. [19:40:21] [Server thread/WARN]: java.io.FileNotFoundException: plugins\update\CS-CoreLib.jar (The system cannot find the path specified)
  728. [19:40:21] [Server thread/WARN]: at java.io.FileOutputStream.open0(Native Method)
  729. [19:40:21] [Server thread/WARN]: at java.io.FileOutputStream.open(Unknown Source)
  730. [19:40:21] [Server thread/WARN]: at java.io.FileOutputStream.<init>(Unknown Source)
  731. [19:40:21] [Server thread/WARN]: at java.io.FileOutputStream.<init>(Unknown Source)
  732. [19:40:21] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.updater.Updater$UpdaterTask$1.run(Updater.java:165)
  733. [19:40:21] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76)
  734. [19:40:21] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361)
  735. [19:40:21] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739)
  736. [19:40:21] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406)
  737. [19:40:21] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
  738. [19:40:21] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
  739. [19:40:21] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  740. [19:40:21] [Server thread/WARN]:
  741. [19:40:21] [Server thread/WARN]: #################### - UPDATE - ####################
  742. [19:40:21] [Server thread/WARN]: CS-CoreLib was successfully updated (1.5.12 -> 1.5.18)
  743. [19:40:21] [Server thread/WARN]: Please restart your Server in order to use the new Version
  744. [19:40:21] [Server thread/WARN]:
  745. [19:40:21] [Server thread/INFO]: https://media.forgecdn.net/files/2639/240/SlimeXpansion_v1.1.11.jar
  746. [19:40:21] [Server thread/WARN]: [AutoSaveWorld] Plugin CS-CoreLib attempted to establish connection https://media.forgecdn.net/files/2639/240/SlimeXpansion_v1.1.11.jar in main server thread
  747. [19:40:21] [Server thread/WARN]:
  748. [19:40:21] [Server thread/WARN]: #################### - ERROR - ####################
  749. [19:40:21] [Server thread/WARN]: Could not auto-update SlimeXpansion
  750. [19:40:21] [Server thread/WARN]: #################### - ERROR - ####################
  751. [19:40:21] [Server thread/WARN]:
  752. [19:40:21] [Server thread/WARN]: java.io.FileNotFoundException: plugins\update\SlimeXpansion_v1.1.9-latest.jar (The system cannot find the path specified)
  753. [19:40:21] [Server thread/WARN]: at java.io.FileOutputStream.open0(Native Method)
  754. [19:40:21] [Server thread/WARN]: at java.io.FileOutputStream.open(Unknown Source)
  755. [19:40:21] [Server thread/WARN]: at java.io.FileOutputStream.<init>(Unknown Source)
  756. [19:40:21] [Server thread/WARN]: at java.io.FileOutputStream.<init>(Unknown Source)
  757. [19:40:21] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.updater.Updater$UpdaterTask$1.run(Updater.java:165)
  758. [19:40:21] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76)
  759. [19:40:21] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361)
  760. [19:40:21] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739)
  761. [19:40:21] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406)
  762. [19:40:21] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
  763. [19:40:21] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
  764. [19:40:21] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  765. [19:40:21] [Server thread/WARN]:
  766. [19:40:21] [Server thread/WARN]: #################### - UPDATE - ####################
  767. [19:40:21] [Server thread/WARN]: SlimeXpansion was successfully updated (1.1.9 -> 1.1.11)
  768. [19:40:21] [Server thread/WARN]: Please restart your Server in order to use the new Version
  769. [19:40:21] [Server thread/WARN]:
  770. [19:40:25] [Server thread/INFO]: [SlimeScrap] Caching Items...
  771. [19:40:25] [Server thread/INFO]: [SlimeScrap] Done Caching - 27ms
  772. [19:40:27] [Craft Scheduler Thread - 19/INFO]: [Brewery] Update available for Brewery-1.5: Brewery v1.7
  773. [19:40:30] [Server thread/WARN]: [AutoSaveWorld] Plugin HideAndCustomPlugins attempted to establish connection https://api.curseforge.com/servermods/files?projectIds=80016 in main server thread
  774. [19:40:30] [Server thread/WARN]: [AutoSaveWorld] Plugin HideAndCustomPlugins attempted to establish connection socket://api.curseforge.com:443 in main server thread
  775. [19:40:41] [Craft Scheduler Thread - 7/INFO]: [Metrics] Connection timed out: connect
  776. [19:41:20] [Craft Scheduler Thread - 0/INFO]: [Slimefun] Auto-Saving Data... (Next Auto-Save: 10m)
  777. [19:41:20] [Craft Scheduler Thread - 0/INFO]: [Slimefun] Saving Blocks for World "world" (155 Changes queued)
  778. [19:41:33] [Netty Server IO #1/WARN]: Failed to initialize a channel. Closing: [id: 0x6e2735dc, L:/0:0:0:0:0:0:0:1:25565 - R:/0:0:0:0:0:0:0:1:52575]
  779. java.lang.NoSuchMethodError: com.google.common.base.Objects.toStringHelper(Ljava/lang/Object;)Lcom/google/common/base/Objects$ToStringHelper;
  780. at com.comphenix.protocol.events.ListeningWhitelist.toString(ListeningWhitelist.java:241) ~[?:?]
  781. at java.lang.String.valueOf(Unknown Source) ~[?:1.8.0_171]
  782. at java.lang.StringBuilder.append(Unknown Source) ~[?:1.8.0_171]
  783. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:273) ~[?:?]
  784. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  785. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:251) ~[?:?]
  786. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:285) ~[?:?]
  787. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:257) ~[?:?]
  788. at com.comphenix.protocol.reflect.PrettyPrinter.printIterables(PrettyPrinter.java:144) ~[?:?]
  789. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:277) ~[?:?]
  790. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  791. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:124) ~[?:?]
  792. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:102) ~[?:?]
  793. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:89) ~[?:?]
  794. at com.comphenix.protocol.error.DetailedErrorReporter.getStringDescription(DetailedErrorReporter.java:480) ~[?:?]
  795. at com.comphenix.protocol.error.DetailedErrorReporter.reportDetailed(DetailedErrorReporter.java:369) ~[?:?]
  796. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:63) ~[?:?]
  797. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:87) ~[?:?]
  798. at com.comphenix.protocol.injector.netty.ProtocolInjector$1.initChannel(ProtocolInjector.java:149) ~[?:?]
  799. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-6103339]
  800. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-6103339]
  801. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-6103339]
  802. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:235) [spigot.jar:git-Spigot-642f6d2-6103339]
  803. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:409) [spigot.jar:git-Spigot-642f6d2-6103339]
  804. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:396) [spigot.jar:git-Spigot-642f6d2-6103339]
  805. at com.comphenix.protocol.injector.netty.ProtocolInjector$2.initChannel(ProtocolInjector.java:159) [ProtocolLib.jar:4.2.0]
  806. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-6103339]
  807. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-6103339]
  808. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-6103339]
  809. at io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46) [spigot.jar:git-Spigot-642f6d2-6103339]
  810. at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487) [spigot.jar:git-Spigot-642f6d2-6103339]
  811. at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161) [spigot.jar:git-Spigot-642f6d2-6103339]
  812. at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:686) [spigot.jar:git-Spigot-642f6d2-6103339]
  813. at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:510) [spigot.jar:git-Spigot-642f6d2-6103339]
  814. at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:423) [spigot.jar:git-Spigot-642f6d2-6103339]
  815. at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:482) [spigot.jar:git-Spigot-642f6d2-6103339]
  816. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-642f6d2-6103339]
  817. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [spigot.jar:git-Spigot-642f6d2-6103339]
  818. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-642f6d2-6103339]
  819. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-6103339]
  820. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  821. [19:41:33] [Netty Server IO #1/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:
  822. java.lang.NullPointerException: null
  823. at net.minecraft.server.v1_12_R1.NetworkManager.close(NetworkManager.java:250) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  824. at net.minecraft.server.v1_12_R1.NetworkManager.channelInactive(NetworkManager.java:106) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  825. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  826. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  827. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  828. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-6103339]
  829. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-6103339]
  830. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  831. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  832. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  833. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-6103339]
  834. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-6103339]
  835. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  836. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  837. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  838. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-6103339]
  839. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  840. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  841. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  842. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-6103339]
  843. at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:277) [spigot.jar:git-Spigot-642f6d2-6103339]
  844. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  845. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  846. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  847. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1429) [spigot.jar:git-Spigot-642f6d2-6103339]
  848. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  849. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  850. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:947) [spigot.jar:git-Spigot-642f6d2-6103339]
  851. at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [spigot.jar:git-Spigot-642f6d2-6103339]
  852. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-642f6d2-6103339]
  853. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [spigot.jar:git-Spigot-642f6d2-6103339]
  854. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-642f6d2-6103339]
  855. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-6103339]
  856. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  857. [19:41:34] [Netty Server IO #2/WARN]: Failed to initialize a channel. Closing: [id: 0x5c872a70, L:/0:0:0:0:0:0:0:1:25565 - R:/0:0:0:0:0:0:0:1:52576]
  858. java.lang.NoSuchMethodError: com.google.common.base.Objects.toStringHelper(Ljava/lang/Object;)Lcom/google/common/base/Objects$ToStringHelper;
  859. at com.comphenix.protocol.events.ListeningWhitelist.toString(ListeningWhitelist.java:241) ~[?:?]
  860. at java.lang.String.valueOf(Unknown Source) ~[?:1.8.0_171]
  861. at java.lang.StringBuilder.append(Unknown Source) ~[?:1.8.0_171]
  862. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:273) ~[?:?]
  863. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  864. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:251) ~[?:?]
  865. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:285) ~[?:?]
  866. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:257) ~[?:?]
  867. at com.comphenix.protocol.reflect.PrettyPrinter.printIterables(PrettyPrinter.java:144) ~[?:?]
  868. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:277) ~[?:?]
  869. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  870. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:124) ~[?:?]
  871. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:102) ~[?:?]
  872. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:89) ~[?:?]
  873. at com.comphenix.protocol.error.DetailedErrorReporter.getStringDescription(DetailedErrorReporter.java:480) ~[?:?]
  874. at com.comphenix.protocol.error.DetailedErrorReporter.reportDetailed(DetailedErrorReporter.java:369) ~[?:?]
  875. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:63) ~[?:?]
  876. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:87) ~[?:?]
  877. at com.comphenix.protocol.injector.netty.ProtocolInjector$1.initChannel(ProtocolInjector.java:149) ~[?:?]
  878. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-6103339]
  879. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-6103339]
  880. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-6103339]
  881. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:235) [spigot.jar:git-Spigot-642f6d2-6103339]
  882. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:409) [spigot.jar:git-Spigot-642f6d2-6103339]
  883. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:396) [spigot.jar:git-Spigot-642f6d2-6103339]
  884. at com.comphenix.protocol.injector.netty.ProtocolInjector$2.initChannel(ProtocolInjector.java:159) [ProtocolLib.jar:4.2.0]
  885. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-6103339]
  886. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-6103339]
  887. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-6103339]
  888. at io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46) [spigot.jar:git-Spigot-642f6d2-6103339]
  889. at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487) [spigot.jar:git-Spigot-642f6d2-6103339]
  890. at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161) [spigot.jar:git-Spigot-642f6d2-6103339]
  891. at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:686) [spigot.jar:git-Spigot-642f6d2-6103339]
  892. at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:510) [spigot.jar:git-Spigot-642f6d2-6103339]
  893. at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:423) [spigot.jar:git-Spigot-642f6d2-6103339]
  894. at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:482) [spigot.jar:git-Spigot-642f6d2-6103339]
  895. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-642f6d2-6103339]
  896. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [spigot.jar:git-Spigot-642f6d2-6103339]
  897. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-642f6d2-6103339]
  898. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-6103339]
  899. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  900. [19:41:34] [Netty Server IO #2/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:
  901. java.lang.NullPointerException: null
  902. at net.minecraft.server.v1_12_R1.NetworkManager.close(NetworkManager.java:250) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  903. at net.minecraft.server.v1_12_R1.NetworkManager.channelInactive(NetworkManager.java:106) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  904. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  905. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  906. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  907. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-6103339]
  908. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-6103339]
  909. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  910. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  911. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  912. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-6103339]
  913. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-6103339]
  914. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  915. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  916. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  917. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-6103339]
  918. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  919. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  920. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  921. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-6103339]
  922. at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:277) [spigot.jar:git-Spigot-642f6d2-6103339]
  923. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  924. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  925. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  926. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1429) [spigot.jar:git-Spigot-642f6d2-6103339]
  927. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  928. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  929. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:947) [spigot.jar:git-Spigot-642f6d2-6103339]
  930. at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [spigot.jar:git-Spigot-642f6d2-6103339]
  931. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-642f6d2-6103339]
  932. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [spigot.jar:git-Spigot-642f6d2-6103339]
  933. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-642f6d2-6103339]
  934. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-6103339]
  935. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  936. [19:41:35] [Netty Server IO #3/WARN]: Failed to initialize a channel. Closing: [id: 0x756cd378, L:/0:0:0:0:0:0:0:1:25565 - R:/0:0:0:0:0:0:0:1:52577]
  937. java.lang.NoSuchMethodError: com.google.common.base.Objects.toStringHelper(Ljava/lang/Object;)Lcom/google/common/base/Objects$ToStringHelper;
  938. at com.comphenix.protocol.events.ListeningWhitelist.toString(ListeningWhitelist.java:241) ~[?:?]
  939. at java.lang.String.valueOf(Unknown Source) ~[?:1.8.0_171]
  940. at java.lang.StringBuilder.append(Unknown Source) ~[?:1.8.0_171]
  941. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:273) ~[?:?]
  942. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  943. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:251) ~[?:?]
  944. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:285) ~[?:?]
  945. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:257) ~[?:?]
  946. at com.comphenix.protocol.reflect.PrettyPrinter.printIterables(PrettyPrinter.java:144) ~[?:?]
  947. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:277) ~[?:?]
  948. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  949. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:124) ~[?:?]
  950. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:102) ~[?:?]
  951. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:89) ~[?:?]
  952. at com.comphenix.protocol.error.DetailedErrorReporter.getStringDescription(DetailedErrorReporter.java:480) ~[?:?]
  953. at com.comphenix.protocol.error.DetailedErrorReporter.reportDetailed(DetailedErrorReporter.java:369) ~[?:?]
  954. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:63) ~[?:?]
  955. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:87) ~[?:?]
  956. at com.comphenix.protocol.injector.netty.ProtocolInjector$1.initChannel(ProtocolInjector.java:149) ~[?:?]
  957. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-6103339]
  958. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-6103339]
  959. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-6103339]
  960. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:235) [spigot.jar:git-Spigot-642f6d2-6103339]
  961. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:409) [spigot.jar:git-Spigot-642f6d2-6103339]
  962. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:396) [spigot.jar:git-Spigot-642f6d2-6103339]
  963. at com.comphenix.protocol.injector.netty.ProtocolInjector$2.initChannel(ProtocolInjector.java:159) [ProtocolLib.jar:4.2.0]
  964. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-6103339]
  965. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-6103339]
  966. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-6103339]
  967. at io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46) [spigot.jar:git-Spigot-642f6d2-6103339]
  968. at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487) [spigot.jar:git-Spigot-642f6d2-6103339]
  969. at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161) [spigot.jar:git-Spigot-642f6d2-6103339]
  970. at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:686) [spigot.jar:git-Spigot-642f6d2-6103339]
  971. at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:510) [spigot.jar:git-Spigot-642f6d2-6103339]
  972. at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:423) [spigot.jar:git-Spigot-642f6d2-6103339]
  973. at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:482) [spigot.jar:git-Spigot-642f6d2-6103339]
  974. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-642f6d2-6103339]
  975. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [spigot.jar:git-Spigot-642f6d2-6103339]
  976. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-642f6d2-6103339]
  977. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-6103339]
  978. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  979. [19:41:35] [Netty Server IO #3/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:
  980. java.lang.NullPointerException: null
  981. at net.minecraft.server.v1_12_R1.NetworkManager.close(NetworkManager.java:250) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  982. at net.minecraft.server.v1_12_R1.NetworkManager.channelInactive(NetworkManager.java:106) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  983. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  984. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  985. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  986. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-6103339]
  987. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-6103339]
  988. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  989. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  990. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  991. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-6103339]
  992. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-6103339]
  993. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  994. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  995. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  996. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-6103339]
  997. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  998. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  999. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1000. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-6103339]
  1001. at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:277) [spigot.jar:git-Spigot-642f6d2-6103339]
  1002. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1003. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1004. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1005. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1429) [spigot.jar:git-Spigot-642f6d2-6103339]
  1006. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1007. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1008. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:947) [spigot.jar:git-Spigot-642f6d2-6103339]
  1009. at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [spigot.jar:git-Spigot-642f6d2-6103339]
  1010. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-642f6d2-6103339]
  1011. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [spigot.jar:git-Spigot-642f6d2-6103339]
  1012. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-642f6d2-6103339]
  1013. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-6103339]
  1014. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  1015. [19:41:35] [Netty Server IO #0/WARN]: Failed to initialize a channel. Closing: [id: 0x45aa13ea, L:/0:0:0:0:0:0:0:1:25565 - R:/0:0:0:0:0:0:0:1:52578]
  1016. java.lang.NoSuchMethodError: com.google.common.base.Objects.toStringHelper(Ljava/lang/Object;)Lcom/google/common/base/Objects$ToStringHelper;
  1017. at com.comphenix.protocol.events.ListeningWhitelist.toString(ListeningWhitelist.java:241) ~[?:?]
  1018. at java.lang.String.valueOf(Unknown Source) ~[?:1.8.0_171]
  1019. at java.lang.StringBuilder.append(Unknown Source) ~[?:1.8.0_171]
  1020. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:273) ~[?:?]
  1021. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  1022. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:251) ~[?:?]
  1023. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:285) ~[?:?]
  1024. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:257) ~[?:?]
  1025. at com.comphenix.protocol.reflect.PrettyPrinter.printIterables(PrettyPrinter.java:144) ~[?:?]
  1026. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:277) ~[?:?]
  1027. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  1028. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:124) ~[?:?]
  1029. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:102) ~[?:?]
  1030. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:89) ~[?:?]
  1031. at com.comphenix.protocol.error.DetailedErrorReporter.getStringDescription(DetailedErrorReporter.java:480) ~[?:?]
  1032. at com.comphenix.protocol.error.DetailedErrorReporter.reportDetailed(DetailedErrorReporter.java:369) ~[?:?]
  1033. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:63) ~[?:?]
  1034. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:87) ~[?:?]
  1035. at com.comphenix.protocol.injector.netty.ProtocolInjector$1.initChannel(ProtocolInjector.java:149) ~[?:?]
  1036. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-6103339]
  1037. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-6103339]
  1038. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-6103339]
  1039. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:235) [spigot.jar:git-Spigot-642f6d2-6103339]
  1040. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:409) [spigot.jar:git-Spigot-642f6d2-6103339]
  1041. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:396) [spigot.jar:git-Spigot-642f6d2-6103339]
  1042. at com.comphenix.protocol.injector.netty.ProtocolInjector$2.initChannel(ProtocolInjector.java:159) [ProtocolLib.jar:4.2.0]
  1043. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-6103339]
  1044. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-6103339]
  1045. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-6103339]
  1046. at io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46) [spigot.jar:git-Spigot-642f6d2-6103339]
  1047. at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487) [spigot.jar:git-Spigot-642f6d2-6103339]
  1048. at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161) [spigot.jar:git-Spigot-642f6d2-6103339]
  1049. at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:686) [spigot.jar:git-Spigot-642f6d2-6103339]
  1050. at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:510) [spigot.jar:git-Spigot-642f6d2-6103339]
  1051. at io.netty.channel.AbstractChannel$AbstractUnsafe.register(AbstractChannel.java:476) [spigot.jar:git-Spigot-642f6d2-6103339]
  1052. at io.netty.channel.SingleThreadEventLoop.register(SingleThreadEventLoop.java:80) [spigot.jar:git-Spigot-642f6d2-6103339]
  1053. at io.netty.channel.SingleThreadEventLoop.register(SingleThreadEventLoop.java:74) [spigot.jar:git-Spigot-642f6d2-6103339]
  1054. at io.netty.channel.MultithreadEventLoopGroup.register(MultithreadEventLoopGroup.java:86) [spigot.jar:git-Spigot-642f6d2-6103339]
  1055. at io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor.channelRead(ServerBootstrap.java:255) [spigot.jar:git-Spigot-642f6d2-6103339]
  1056. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [spigot.jar:git-Spigot-642f6d2-6103339]
  1057. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [spigot.jar:git-Spigot-642f6d2-6103339]
  1058. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [spigot.jar:git-Spigot-642f6d2-6103339]
  1059. at com.comphenix.protocol.injector.netty.ProtocolInjector$3.channelRead(ProtocolInjector.java:171) [ProtocolLib.jar:4.2.0]
  1060. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [spigot.jar:git-Spigot-642f6d2-6103339]
  1061. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [spigot.jar:git-Spigot-642f6d2-6103339]
  1062. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [spigot.jar:git-Spigot-642f6d2-6103339]
  1063. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1434) [spigot.jar:git-Spigot-642f6d2-6103339]
  1064. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [spigot.jar:git-Spigot-642f6d2-6103339]
  1065. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [spigot.jar:git-Spigot-642f6d2-6103339]
  1066. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:965) [spigot.jar:git-Spigot-642f6d2-6103339]
  1067. at io.netty.channel.nio.AbstractNioMessageChannel$NioMessageUnsafe.read(AbstractNioMessageChannel.java:93) [spigot.jar:git-Spigot-642f6d2-6103339]
  1068. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:645) [spigot.jar:git-Spigot-642f6d2-6103339]
  1069. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:580) [spigot.jar:git-Spigot-642f6d2-6103339]
  1070. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:497) [spigot.jar:git-Spigot-642f6d2-6103339]
  1071. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:459) [spigot.jar:git-Spigot-642f6d2-6103339]
  1072. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-6103339]
  1073. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  1074. [19:41:35] [Netty Server IO #0/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:
  1075. java.lang.NullPointerException: null
  1076. at net.minecraft.server.v1_12_R1.NetworkManager.close(NetworkManager.java:250) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  1077. at net.minecraft.server.v1_12_R1.NetworkManager.channelInactive(NetworkManager.java:106) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  1078. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1079. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1080. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1081. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-6103339]
  1082. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-6103339]
  1083. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1084. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1085. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1086. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-6103339]
  1087. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-6103339]
  1088. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1089. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1090. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1091. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-6103339]
  1092. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1093. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1094. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1095. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-6103339]
  1096. at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:277) [spigot.jar:git-Spigot-642f6d2-6103339]
  1097. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1098. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1099. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1100. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1429) [spigot.jar:git-Spigot-642f6d2-6103339]
  1101. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1102. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1103. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:947) [spigot.jar:git-Spigot-642f6d2-6103339]
  1104. at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [spigot.jar:git-Spigot-642f6d2-6103339]
  1105. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-642f6d2-6103339]
  1106. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [spigot.jar:git-Spigot-642f6d2-6103339]
  1107. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-642f6d2-6103339]
  1108. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-6103339]
  1109. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  1110. [19:41:36] [Netty Server IO #1/WARN]: Failed to initialize a channel. Closing: [id: 0x5f374976, L:/0:0:0:0:0:0:0:1:25565 - R:/0:0:0:0:0:0:0:1:52579]
  1111. java.lang.NoSuchMethodError: com.google.common.base.Objects.toStringHelper(Ljava/lang/Object;)Lcom/google/common/base/Objects$ToStringHelper;
  1112. at com.comphenix.protocol.events.ListeningWhitelist.toString(ListeningWhitelist.java:241) ~[?:?]
  1113. at java.lang.String.valueOf(Unknown Source) ~[?:1.8.0_171]
  1114. at java.lang.StringBuilder.append(Unknown Source) ~[?:1.8.0_171]
  1115. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:273) ~[?:?]
  1116. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  1117. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:251) ~[?:?]
  1118. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:285) ~[?:?]
  1119. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:257) ~[?:?]
  1120. at com.comphenix.protocol.reflect.PrettyPrinter.printIterables(PrettyPrinter.java:144) ~[?:?]
  1121. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:277) ~[?:?]
  1122. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  1123. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:124) ~[?:?]
  1124. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:102) ~[?:?]
  1125. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:89) ~[?:?]
  1126. at com.comphenix.protocol.error.DetailedErrorReporter.getStringDescription(DetailedErrorReporter.java:480) ~[?:?]
  1127. at com.comphenix.protocol.error.DetailedErrorReporter.reportDetailed(DetailedErrorReporter.java:369) ~[?:?]
  1128. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:63) ~[?:?]
  1129. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:87) ~[?:?]
  1130. at com.comphenix.protocol.injector.netty.ProtocolInjector$1.initChannel(ProtocolInjector.java:149) ~[?:?]
  1131. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-6103339]
  1132. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-6103339]
  1133. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-6103339]
  1134. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:235) [spigot.jar:git-Spigot-642f6d2-6103339]
  1135. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:409) [spigot.jar:git-Spigot-642f6d2-6103339]
  1136. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:396) [spigot.jar:git-Spigot-642f6d2-6103339]
  1137. at com.comphenix.protocol.injector.netty.ProtocolInjector$2.initChannel(ProtocolInjector.java:159) [ProtocolLib.jar:4.2.0]
  1138. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-6103339]
  1139. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-6103339]
  1140. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-6103339]
  1141. at io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46) [spigot.jar:git-Spigot-642f6d2-6103339]
  1142. at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487) [spigot.jar:git-Spigot-642f6d2-6103339]
  1143. at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161) [spigot.jar:git-Spigot-642f6d2-6103339]
  1144. at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:686) [spigot.jar:git-Spigot-642f6d2-6103339]
  1145. at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:510) [spigot.jar:git-Spigot-642f6d2-6103339]
  1146. at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:423) [spigot.jar:git-Spigot-642f6d2-6103339]
  1147. at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:482) [spigot.jar:git-Spigot-642f6d2-6103339]
  1148. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-642f6d2-6103339]
  1149. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [spigot.jar:git-Spigot-642f6d2-6103339]
  1150. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-642f6d2-6103339]
  1151. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-6103339]
  1152. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  1153. [19:41:36] [Netty Server IO #1/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:
  1154. java.lang.NullPointerException: null
  1155. at net.minecraft.server.v1_12_R1.NetworkManager.close(NetworkManager.java:250) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  1156. at net.minecraft.server.v1_12_R1.NetworkManager.channelInactive(NetworkManager.java:106) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  1157. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1158. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1159. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1160. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-6103339]
  1161. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-6103339]
  1162. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1163. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1164. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1165. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-6103339]
  1166. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-6103339]
  1167. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1168. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1169. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1170. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-6103339]
  1171. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1172. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1173. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1174. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-6103339]
  1175. at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:277) [spigot.jar:git-Spigot-642f6d2-6103339]
  1176. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1177. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1178. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1179. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1429) [spigot.jar:git-Spigot-642f6d2-6103339]
  1180. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1181. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1182. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:947) [spigot.jar:git-Spigot-642f6d2-6103339]
  1183. at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [spigot.jar:git-Spigot-642f6d2-6103339]
  1184. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-642f6d2-6103339]
  1185. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [spigot.jar:git-Spigot-642f6d2-6103339]
  1186. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-642f6d2-6103339]
  1187. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-6103339]
  1188. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  1189. [19:44:58] [Server thread/WARN]: Unexpected exception while parsing console command "help"
  1190. org.bukkit.command.CommandException: Unhandled exception executing 'help' in org.bukkit.command.PluginCommand(help, Essentials v2.15.0.1)
  1191. at me.incomprehendable.dev.pwp.FakeSimpleCommandMap.dispatch(FakeSimpleCommandMap.java:102) ~[?:?]
  1192. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:648) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  1193. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchServerCommand(CraftServer.java:634) [spigot.jar:git-Spigot-642f6d2-6103339]
  1194. at net.minecraft.server.v1_12_R1.DedicatedServer.aP(DedicatedServer.java:444) [spigot.jar:git-Spigot-642f6d2-6103339]
  1195. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:407) [spigot.jar:git-Spigot-642f6d2-6103339]
  1196. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-642f6d2-6103339]
  1197. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-642f6d2-6103339]
  1198. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  1199. Caused by: java.lang.NoClassDefFoundError: org/bukkit/util/Java15Compat
  1200. at me.incomprehendable.dev.pwp.FakeSimpleCommandMap.dispatch(FakeSimpleCommandMap.java:98) ~[?:?]
  1201. ... 7 more
  1202. Caused by: java.lang.ClassNotFoundException: org.bukkit.util.Java15Compat
  1203. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:105) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  1204. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  1205. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_171]
  1206. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_171]
  1207. at me.incomprehendable.dev.pwp.FakeSimpleCommandMap.dispatch(FakeSimpleCommandMap.java:98) ~[?:?]
  1208. ... 7 more
  1209. [19:45:01] [Netty Server IO #2/WARN]: Failed to initialize a channel. Closing: [id: 0x568c5350, L:/127.0.0.1:25565 - R:/127.0.0.1:52633]
  1210. java.util.ConcurrentModificationException: null
  1211. at java.util.PriorityQueue$Itr.next(Unknown Source) ~[?:1.8.0_171]
  1212. at java.util.AbstractCollection.toString(Unknown Source) ~[?:1.8.0_171]
  1213. at java.lang.String.valueOf(Unknown Source) ~[?:1.8.0_171]
  1214. at java.lang.StringBuilder.append(Unknown Source) ~[?:1.8.0_171]
  1215. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:273) ~[?:?]
  1216. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  1217. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:285) ~[?:?]
  1218. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  1219. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:285) ~[?:?]
  1220. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  1221. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:124) ~[?:?]
  1222. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:102) ~[?:?]
  1223. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:89) ~[?:?]
  1224. at com.comphenix.protocol.error.DetailedErrorReporter.getStringDescription(DetailedErrorReporter.java:480) ~[?:?]
  1225. at com.comphenix.protocol.error.DetailedErrorReporter.reportDetailed(DetailedErrorReporter.java:369) ~[?:?]
  1226. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:63) ~[?:?]
  1227. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:87) ~[?:?]
  1228. at com.comphenix.protocol.injector.netty.ProtocolInjector$1.initChannel(ProtocolInjector.java:149) ~[?:?]
  1229. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-6103339]
  1230. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-6103339]
  1231. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-6103339]
  1232. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:235) [spigot.jar:git-Spigot-642f6d2-6103339]
  1233. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:409) [spigot.jar:git-Spigot-642f6d2-6103339]
  1234. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:396) [spigot.jar:git-Spigot-642f6d2-6103339]
  1235. at com.comphenix.protocol.injector.netty.ProtocolInjector$2.initChannel(ProtocolInjector.java:159) [ProtocolLib.jar:4.2.0]
  1236. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-6103339]
  1237. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-6103339]
  1238. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-6103339]
  1239. at io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46) [spigot.jar:git-Spigot-642f6d2-6103339]
  1240. at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487) [spigot.jar:git-Spigot-642f6d2-6103339]
  1241. at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161) [spigot.jar:git-Spigot-642f6d2-6103339]
  1242. at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:686) [spigot.jar:git-Spigot-642f6d2-6103339]
  1243. at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:510) [spigot.jar:git-Spigot-642f6d2-6103339]
  1244. at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:423) [spigot.jar:git-Spigot-642f6d2-6103339]
  1245. at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:482) [spigot.jar:git-Spigot-642f6d2-6103339]
  1246. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-642f6d2-6103339]
  1247. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [spigot.jar:git-Spigot-642f6d2-6103339]
  1248. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-642f6d2-6103339]
  1249. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-6103339]
  1250. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  1251. [19:45:01] [Netty Server IO #2/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:
  1252. java.lang.NullPointerException: null
  1253. at net.minecraft.server.v1_12_R1.NetworkManager.close(NetworkManager.java:250) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  1254. at net.minecraft.server.v1_12_R1.NetworkManager.channelInactive(NetworkManager.java:106) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  1255. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1256. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1257. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1258. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-6103339]
  1259. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-6103339]
  1260. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1261. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1262. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1263. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-6103339]
  1264. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-6103339]
  1265. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1266. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1267. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1268. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-6103339]
  1269. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1270. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1271. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1272. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-6103339]
  1273. at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:277) [spigot.jar:git-Spigot-642f6d2-6103339]
  1274. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1275. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1276. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1277. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1429) [spigot.jar:git-Spigot-642f6d2-6103339]
  1278. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1279. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1280. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:947) [spigot.jar:git-Spigot-642f6d2-6103339]
  1281. at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [spigot.jar:git-Spigot-642f6d2-6103339]
  1282. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-642f6d2-6103339]
  1283. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [spigot.jar:git-Spigot-642f6d2-6103339]
  1284. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-642f6d2-6103339]
  1285. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-6103339]
  1286. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  1287. [19:45:01] [Netty Server IO #3/WARN]: Failed to initialize a channel. Closing: [id: 0xde4cdcb6, L:/127.0.0.1:25565 - R:/127.0.0.1:52634]
  1288. java.lang.NoSuchMethodError: com.google.common.base.Objects.toStringHelper(Ljava/lang/Object;)Lcom/google/common/base/Objects$ToStringHelper;
  1289. at com.comphenix.protocol.events.ListeningWhitelist.toString(ListeningWhitelist.java:241) ~[?:?]
  1290. at java.lang.String.valueOf(Unknown Source) ~[?:1.8.0_171]
  1291. at java.lang.StringBuilder.append(Unknown Source) ~[?:1.8.0_171]
  1292. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:273) ~[?:?]
  1293. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  1294. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:251) ~[?:?]
  1295. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:285) ~[?:?]
  1296. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:257) ~[?:?]
  1297. at com.comphenix.protocol.reflect.PrettyPrinter.printIterables(PrettyPrinter.java:144) ~[?:?]
  1298. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:277) ~[?:?]
  1299. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  1300. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:124) ~[?:?]
  1301. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:102) ~[?:?]
  1302. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:89) ~[?:?]
  1303. at com.comphenix.protocol.error.DetailedErrorReporter.getStringDescription(DetailedErrorReporter.java:480) ~[?:?]
  1304. at com.comphenix.protocol.error.DetailedErrorReporter.reportDetailed(DetailedErrorReporter.java:369) ~[?:?]
  1305. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:63) ~[?:?]
  1306. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:87) ~[?:?]
  1307. at com.comphenix.protocol.injector.netty.ProtocolInjector$1.initChannel(ProtocolInjector.java:149) ~[?:?]
  1308. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-6103339]
  1309. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-6103339]
  1310. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-6103339]
  1311. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:235) [spigot.jar:git-Spigot-642f6d2-6103339]
  1312. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:409) [spigot.jar:git-Spigot-642f6d2-6103339]
  1313. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:396) [spigot.jar:git-Spigot-642f6d2-6103339]
  1314. at com.comphenix.protocol.injector.netty.ProtocolInjector$2.initChannel(ProtocolInjector.java:159) [ProtocolLib.jar:4.2.0]
  1315. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-6103339]
  1316. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-6103339]
  1317. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-6103339]
  1318. at io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46) [spigot.jar:git-Spigot-642f6d2-6103339]
  1319. at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487) [spigot.jar:git-Spigot-642f6d2-6103339]
  1320. at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161) [spigot.jar:git-Spigot-642f6d2-6103339]
  1321. at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:686) [spigot.jar:git-Spigot-642f6d2-6103339]
  1322. at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:510) [spigot.jar:git-Spigot-642f6d2-6103339]
  1323. at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:423) [spigot.jar:git-Spigot-642f6d2-6103339]
  1324. at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:482) [spigot.jar:git-Spigot-642f6d2-6103339]
  1325. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-642f6d2-6103339]
  1326. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [spigot.jar:git-Spigot-642f6d2-6103339]
  1327. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-642f6d2-6103339]
  1328. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-6103339]
  1329. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  1330. [19:45:01] [Netty Server IO #3/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:
  1331. java.lang.NullPointerException: null
  1332. at net.minecraft.server.v1_12_R1.NetworkManager.close(NetworkManager.java:250) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  1333. at net.minecraft.server.v1_12_R1.NetworkManager.channelInactive(NetworkManager.java:106) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  1334. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1335. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1336. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1337. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-6103339]
  1338. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-6103339]
  1339. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1340. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1341. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1342. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-6103339]
  1343. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-6103339]
  1344. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1345. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1346. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1347. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-6103339]
  1348. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1349. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1350. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1351. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-6103339]
  1352. at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:277) [spigot.jar:git-Spigot-642f6d2-6103339]
  1353. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1354. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1355. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1356. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1429) [spigot.jar:git-Spigot-642f6d2-6103339]
  1357. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1358. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1359. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:947) [spigot.jar:git-Spigot-642f6d2-6103339]
  1360. at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [spigot.jar:git-Spigot-642f6d2-6103339]
  1361. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-642f6d2-6103339]
  1362. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [spigot.jar:git-Spigot-642f6d2-6103339]
  1363. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-642f6d2-6103339]
  1364. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-6103339]
  1365. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  1366. [19:45:05] [Netty Server IO #0/WARN]: Failed to initialize a channel. Closing: [id: 0x40772cbf, L:/127.0.0.1:25565 - R:/127.0.0.1:52638]
  1367. java.lang.NoSuchMethodError: com.google.common.base.Objects.toStringHelper(Ljava/lang/Object;)Lcom/google/common/base/Objects$ToStringHelper;
  1368. at com.comphenix.protocol.events.ListeningWhitelist.toString(ListeningWhitelist.java:241) ~[?:?]
  1369. at java.lang.String.valueOf(Unknown Source) ~[?:1.8.0_171]
  1370. at java.lang.StringBuilder.append(Unknown Source) ~[?:1.8.0_171]
  1371. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:273) ~[?:?]
  1372. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  1373. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:251) ~[?:?]
  1374. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:285) ~[?:?]
  1375. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:257) ~[?:?]
  1376. at com.comphenix.protocol.reflect.PrettyPrinter.printIterables(PrettyPrinter.java:144) ~[?:?]
  1377. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:277) ~[?:?]
  1378. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  1379. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:124) ~[?:?]
  1380. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:102) ~[?:?]
  1381. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:89) ~[?:?]
  1382. at com.comphenix.protocol.error.DetailedErrorReporter.getStringDescription(DetailedErrorReporter.java:480) ~[?:?]
  1383. at com.comphenix.protocol.error.DetailedErrorReporter.reportDetailed(DetailedErrorReporter.java:369) ~[?:?]
  1384. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:63) ~[?:?]
  1385. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:87) ~[?:?]
  1386. at com.comphenix.protocol.injector.netty.ProtocolInjector$1.initChannel(ProtocolInjector.java:149) ~[?:?]
  1387. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-6103339]
  1388. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-6103339]
  1389. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-6103339]
  1390. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:235) [spigot.jar:git-Spigot-642f6d2-6103339]
  1391. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:409) [spigot.jar:git-Spigot-642f6d2-6103339]
  1392. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:396) [spigot.jar:git-Spigot-642f6d2-6103339]
  1393. at com.comphenix.protocol.injector.netty.ProtocolInjector$2.initChannel(ProtocolInjector.java:159) [ProtocolLib.jar:4.2.0]
  1394. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-6103339]
  1395. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-6103339]
  1396. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-6103339]
  1397. at io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46) [spigot.jar:git-Spigot-642f6d2-6103339]
  1398. at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487) [spigot.jar:git-Spigot-642f6d2-6103339]
  1399. at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161) [spigot.jar:git-Spigot-642f6d2-6103339]
  1400. at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:686) [spigot.jar:git-Spigot-642f6d2-6103339]
  1401. at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:510) [spigot.jar:git-Spigot-642f6d2-6103339]
  1402. at io.netty.channel.AbstractChannel$AbstractUnsafe.register(AbstractChannel.java:476) [spigot.jar:git-Spigot-642f6d2-6103339]
  1403. at io.netty.channel.SingleThreadEventLoop.register(SingleThreadEventLoop.java:80) [spigot.jar:git-Spigot-642f6d2-6103339]
  1404. at io.netty.channel.SingleThreadEventLoop.register(SingleThreadEventLoop.java:74) [spigot.jar:git-Spigot-642f6d2-6103339]
  1405. at io.netty.channel.MultithreadEventLoopGroup.register(MultithreadEventLoopGroup.java:86) [spigot.jar:git-Spigot-642f6d2-6103339]
  1406. at io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor.channelRead(ServerBootstrap.java:255) [spigot.jar:git-Spigot-642f6d2-6103339]
  1407. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [spigot.jar:git-Spigot-642f6d2-6103339]
  1408. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [spigot.jar:git-Spigot-642f6d2-6103339]
  1409. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [spigot.jar:git-Spigot-642f6d2-6103339]
  1410. at com.comphenix.protocol.injector.netty.ProtocolInjector$3.channelRead(ProtocolInjector.java:171) [ProtocolLib.jar:4.2.0]
  1411. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [spigot.jar:git-Spigot-642f6d2-6103339]
  1412. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [spigot.jar:git-Spigot-642f6d2-6103339]
  1413. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [spigot.jar:git-Spigot-642f6d2-6103339]
  1414. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1434) [spigot.jar:git-Spigot-642f6d2-6103339]
  1415. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [spigot.jar:git-Spigot-642f6d2-6103339]
  1416. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [spigot.jar:git-Spigot-642f6d2-6103339]
  1417. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:965) [spigot.jar:git-Spigot-642f6d2-6103339]
  1418. at io.netty.channel.nio.AbstractNioMessageChannel$NioMessageUnsafe.read(AbstractNioMessageChannel.java:93) [spigot.jar:git-Spigot-642f6d2-6103339]
  1419. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:645) [spigot.jar:git-Spigot-642f6d2-6103339]
  1420. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:580) [spigot.jar:git-Spigot-642f6d2-6103339]
  1421. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:497) [spigot.jar:git-Spigot-642f6d2-6103339]
  1422. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:459) [spigot.jar:git-Spigot-642f6d2-6103339]
  1423. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-6103339]
  1424. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  1425. [19:45:05] [Netty Server IO #0/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:
  1426. java.lang.NullPointerException: null
  1427. at net.minecraft.server.v1_12_R1.NetworkManager.close(NetworkManager.java:250) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  1428. at net.minecraft.server.v1_12_R1.NetworkManager.channelInactive(NetworkManager.java:106) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  1429. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1430. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1431. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1432. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-6103339]
  1433. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-6103339]
  1434. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1435. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1436. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1437. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-6103339]
  1438. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-6103339]
  1439. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1440. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1441. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1442. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-6103339]
  1443. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1444. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1445. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1446. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-6103339]
  1447. at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:277) [spigot.jar:git-Spigot-642f6d2-6103339]
  1448. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1449. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1450. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1451. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1429) [spigot.jar:git-Spigot-642f6d2-6103339]
  1452. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1453. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1454. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:947) [spigot.jar:git-Spigot-642f6d2-6103339]
  1455. at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [spigot.jar:git-Spigot-642f6d2-6103339]
  1456. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-642f6d2-6103339]
  1457. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [spigot.jar:git-Spigot-642f6d2-6103339]
  1458. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-642f6d2-6103339]
  1459. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-6103339]
  1460. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  1461. [19:45:05] [Netty Server IO #1/WARN]: Failed to initialize a channel. Closing: [id: 0x8d1da880, L:/127.0.0.1:25565 - R:/127.0.0.1:52640]
  1462. java.lang.NoSuchMethodError: com.google.common.base.Objects.toStringHelper(Ljava/lang/Object;)Lcom/google/common/base/Objects$ToStringHelper;
  1463. at com.comphenix.protocol.events.ListeningWhitelist.toString(ListeningWhitelist.java:241) ~[?:?]
  1464. at java.lang.String.valueOf(Unknown Source) ~[?:1.8.0_171]
  1465. at java.lang.StringBuilder.append(Unknown Source) ~[?:1.8.0_171]
  1466. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:273) ~[?:?]
  1467. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  1468. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:251) ~[?:?]
  1469. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:285) ~[?:?]
  1470. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:257) ~[?:?]
  1471. at com.comphenix.protocol.reflect.PrettyPrinter.printIterables(PrettyPrinter.java:144) ~[?:?]
  1472. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:277) ~[?:?]
  1473. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  1474. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:124) ~[?:?]
  1475. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:102) ~[?:?]
  1476. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:89) ~[?:?]
  1477. at com.comphenix.protocol.error.DetailedErrorReporter.getStringDescription(DetailedErrorReporter.java:480) ~[?:?]
  1478. at com.comphenix.protocol.error.DetailedErrorReporter.reportDetailed(DetailedErrorReporter.java:369) ~[?:?]
  1479. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:63) ~[?:?]
  1480. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:87) ~[?:?]
  1481. at com.comphenix.protocol.injector.netty.ProtocolInjector$1.initChannel(ProtocolInjector.java:149) ~[?:?]
  1482. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-6103339]
  1483. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-6103339]
  1484. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-6103339]
  1485. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:235) [spigot.jar:git-Spigot-642f6d2-6103339]
  1486. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:409) [spigot.jar:git-Spigot-642f6d2-6103339]
  1487. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:396) [spigot.jar:git-Spigot-642f6d2-6103339]
  1488. at com.comphenix.protocol.injector.netty.ProtocolInjector$2.initChannel(ProtocolInjector.java:159) [ProtocolLib.jar:4.2.0]
  1489. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-6103339]
  1490. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-6103339]
  1491. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-6103339]
  1492. at io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46) [spigot.jar:git-Spigot-642f6d2-6103339]
  1493. at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487) [spigot.jar:git-Spigot-642f6d2-6103339]
  1494. at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161) [spigot.jar:git-Spigot-642f6d2-6103339]
  1495. at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:686) [spigot.jar:git-Spigot-642f6d2-6103339]
  1496. at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:510) [spigot.jar:git-Spigot-642f6d2-6103339]
  1497. at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:423) [spigot.jar:git-Spigot-642f6d2-6103339]
  1498. at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:482) [spigot.jar:git-Spigot-642f6d2-6103339]
  1499. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-642f6d2-6103339]
  1500. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [spigot.jar:git-Spigot-642f6d2-6103339]
  1501. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-642f6d2-6103339]
  1502. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-6103339]
  1503. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  1504. [19:45:05] [Netty Server IO #1/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:
  1505. java.lang.NullPointerException: null
  1506. at net.minecraft.server.v1_12_R1.NetworkManager.close(NetworkManager.java:250) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  1507. at net.minecraft.server.v1_12_R1.NetworkManager.channelInactive(NetworkManager.java:106) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  1508. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1509. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1510. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1511. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-6103339]
  1512. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-6103339]
  1513. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1514. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1515. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1516. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-6103339]
  1517. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-6103339]
  1518. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1519. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1520. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1521. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-6103339]
  1522. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1523. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1524. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1525. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-6103339]
  1526. at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:277) [spigot.jar:git-Spigot-642f6d2-6103339]
  1527. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1528. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1529. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1530. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1429) [spigot.jar:git-Spigot-642f6d2-6103339]
  1531. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1532. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1533. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:947) [spigot.jar:git-Spigot-642f6d2-6103339]
  1534. at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [spigot.jar:git-Spigot-642f6d2-6103339]
  1535. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-642f6d2-6103339]
  1536. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [spigot.jar:git-Spigot-642f6d2-6103339]
  1537. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-642f6d2-6103339]
  1538. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-6103339]
  1539. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  1540. [19:45:22] [Netty Server IO #2/WARN]: Failed to initialize a channel. Closing: [id: 0xc7571855, L:/127.0.0.1:25565 - R:/127.0.0.1:52646]
  1541. java.lang.NoSuchMethodError: com.google.common.base.Objects.toStringHelper(Ljava/lang/Object;)Lcom/google/common/base/Objects$ToStringHelper;
  1542. at com.comphenix.protocol.events.ListeningWhitelist.toString(ListeningWhitelist.java:241) ~[?:?]
  1543. at java.lang.String.valueOf(Unknown Source) ~[?:1.8.0_171]
  1544. at java.lang.StringBuilder.append(Unknown Source) ~[?:1.8.0_171]
  1545. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:273) ~[?:?]
  1546. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  1547. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:251) ~[?:?]
  1548. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:285) ~[?:?]
  1549. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:257) ~[?:?]
  1550. at com.comphenix.protocol.reflect.PrettyPrinter.printIterables(PrettyPrinter.java:144) ~[?:?]
  1551. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:277) ~[?:?]
  1552. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  1553. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:124) ~[?:?]
  1554. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:102) ~[?:?]
  1555. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:89) ~[?:?]
  1556. at com.comphenix.protocol.error.DetailedErrorReporter.getStringDescription(DetailedErrorReporter.java:480) ~[?:?]
  1557. at com.comphenix.protocol.error.DetailedErrorReporter.reportDetailed(DetailedErrorReporter.java:369) ~[?:?]
  1558. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:63) ~[?:?]
  1559. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:87) ~[?:?]
  1560. at com.comphenix.protocol.injector.netty.ProtocolInjector$1.initChannel(ProtocolInjector.java:149) ~[?:?]
  1561. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-6103339]
  1562. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-6103339]
  1563. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-6103339]
  1564. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:235) [spigot.jar:git-Spigot-642f6d2-6103339]
  1565. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:409) [spigot.jar:git-Spigot-642f6d2-6103339]
  1566. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:396) [spigot.jar:git-Spigot-642f6d2-6103339]
  1567. at com.comphenix.protocol.injector.netty.ProtocolInjector$2.initChannel(ProtocolInjector.java:159) [ProtocolLib.jar:4.2.0]
  1568. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-6103339]
  1569. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-6103339]
  1570. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-6103339]
  1571. at io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46) [spigot.jar:git-Spigot-642f6d2-6103339]
  1572. at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487) [spigot.jar:git-Spigot-642f6d2-6103339]
  1573. at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161) [spigot.jar:git-Spigot-642f6d2-6103339]
  1574. at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:686) [spigot.jar:git-Spigot-642f6d2-6103339]
  1575. at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:510) [spigot.jar:git-Spigot-642f6d2-6103339]
  1576. at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:423) [spigot.jar:git-Spigot-642f6d2-6103339]
  1577. at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:482) [spigot.jar:git-Spigot-642f6d2-6103339]
  1578. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-642f6d2-6103339]
  1579. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [spigot.jar:git-Spigot-642f6d2-6103339]
  1580. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-642f6d2-6103339]
  1581. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-6103339]
  1582. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  1583. [19:45:22] [Netty Server IO #2/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:
  1584. java.lang.NullPointerException: null
  1585. at net.minecraft.server.v1_12_R1.NetworkManager.close(NetworkManager.java:250) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  1586. at net.minecraft.server.v1_12_R1.NetworkManager.channelInactive(NetworkManager.java:106) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  1587. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1588. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1589. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1590. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-6103339]
  1591. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-6103339]
  1592. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1593. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1594. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1595. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-6103339]
  1596. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-6103339]
  1597. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1598. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1599. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1600. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-6103339]
  1601. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1602. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1603. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1604. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-6103339]
  1605. at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:277) [spigot.jar:git-Spigot-642f6d2-6103339]
  1606. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1607. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1608. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1609. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1429) [spigot.jar:git-Spigot-642f6d2-6103339]
  1610. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1611. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1612. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:947) [spigot.jar:git-Spigot-642f6d2-6103339]
  1613. at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [spigot.jar:git-Spigot-642f6d2-6103339]
  1614. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-642f6d2-6103339]
  1615. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [spigot.jar:git-Spigot-642f6d2-6103339]
  1616. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-642f6d2-6103339]
  1617. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-6103339]
  1618. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  1619. [19:45:26] [Server thread/WARN]: Unexpected exception while parsing console command "stop"
  1620. org.bukkit.command.CommandException: Unhandled exception executing 'stop' in org.bukkit.craftbukkit.v1_12_R1.command.VanillaCommandWrapper(stop)
  1621. at me.incomprehendable.dev.pwp.FakeSimpleCommandMap.dispatch(FakeSimpleCommandMap.java:102) ~[?:?]
  1622. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:648) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  1623. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchServerCommand(CraftServer.java:634) [spigot.jar:git-Spigot-642f6d2-6103339]
  1624. at net.minecraft.server.v1_12_R1.DedicatedServer.aP(DedicatedServer.java:444) [spigot.jar:git-Spigot-642f6d2-6103339]
  1625. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:407) [spigot.jar:git-Spigot-642f6d2-6103339]
  1626. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-642f6d2-6103339]
  1627. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-642f6d2-6103339]
  1628. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  1629. Caused by: java.lang.NoClassDefFoundError: org/bukkit/util/Java15Compat
  1630. at me.incomprehendable.dev.pwp.FakeSimpleCommandMap.dispatch(FakeSimpleCommandMap.java:98) ~[?:?]
  1631. ... 7 more
  1632. [19:45:26] [Netty Server IO #3/WARN]: Failed to initialize a channel. Closing: [id: 0x1c0160d3, L:/127.0.0.1:25565 - R:/127.0.0.1:52650]
  1633. java.lang.NoSuchMethodError: com.google.common.base.Objects.toStringHelper(Ljava/lang/Object;)Lcom/google/common/base/Objects$ToStringHelper;
  1634. at com.comphenix.protocol.events.ListeningWhitelist.toString(ListeningWhitelist.java:241) ~[?:?]
  1635. at java.lang.String.valueOf(Unknown Source) ~[?:1.8.0_171]
  1636. at java.lang.StringBuilder.append(Unknown Source) ~[?:1.8.0_171]
  1637. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:273) ~[?:?]
  1638. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  1639. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:251) ~[?:?]
  1640. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:285) ~[?:?]
  1641. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:257) ~[?:?]
  1642. at com.comphenix.protocol.reflect.PrettyPrinter.printIterables(PrettyPrinter.java:144) ~[?:?]
  1643. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:277) ~[?:?]
  1644. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  1645. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:124) ~[?:?]
  1646. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:102) ~[?:?]
  1647. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:89) ~[?:?]
  1648. at com.comphenix.protocol.error.DetailedErrorReporter.getStringDescription(DetailedErrorReporter.java:480) ~[?:?]
  1649. at com.comphenix.protocol.error.DetailedErrorReporter.reportDetailed(DetailedErrorReporter.java:369) ~[?:?]
  1650. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:63) ~[?:?]
  1651. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:87) ~[?:?]
  1652. at com.comphenix.protocol.injector.netty.ProtocolInjector$1.initChannel(ProtocolInjector.java:149) ~[?:?]
  1653. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-6103339]
  1654. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-6103339]
  1655. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-6103339]
  1656. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:235) [spigot.jar:git-Spigot-642f6d2-6103339]
  1657. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:409) [spigot.jar:git-Spigot-642f6d2-6103339]
  1658. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:396) [spigot.jar:git-Spigot-642f6d2-6103339]
  1659. at com.comphenix.protocol.injector.netty.ProtocolInjector$2.initChannel(ProtocolInjector.java:159) [ProtocolLib.jar:4.2.0]
  1660. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-6103339]
  1661. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-6103339]
  1662. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-6103339]
  1663. at io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46) [spigot.jar:git-Spigot-642f6d2-6103339]
  1664. at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487) [spigot.jar:git-Spigot-642f6d2-6103339]
  1665. at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161) [spigot.jar:git-Spigot-642f6d2-6103339]
  1666. at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:686) [spigot.jar:git-Spigot-642f6d2-6103339]
  1667. at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:510) [spigot.jar:git-Spigot-642f6d2-6103339]
  1668. at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:423) [spigot.jar:git-Spigot-642f6d2-6103339]
  1669. at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:482) [spigot.jar:git-Spigot-642f6d2-6103339]
  1670. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-642f6d2-6103339]
  1671. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [spigot.jar:git-Spigot-642f6d2-6103339]
  1672. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-642f6d2-6103339]
  1673. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-6103339]
  1674. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  1675. [19:45:26] [Netty Server IO #3/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:
  1676. java.lang.NullPointerException: null
  1677. at net.minecraft.server.v1_12_R1.NetworkManager.close(NetworkManager.java:250) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  1678. at net.minecraft.server.v1_12_R1.NetworkManager.channelInactive(NetworkManager.java:106) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  1679. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1680. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1681. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1682. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-6103339]
  1683. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-6103339]
  1684. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1685. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1686. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1687. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-6103339]
  1688. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-6103339]
  1689. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1690. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1691. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1692. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-6103339]
  1693. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1694. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1695. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1696. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-6103339]
  1697. at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:277) [spigot.jar:git-Spigot-642f6d2-6103339]
  1698. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1699. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1700. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1701. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1429) [spigot.jar:git-Spigot-642f6d2-6103339]
  1702. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1703. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1704. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:947) [spigot.jar:git-Spigot-642f6d2-6103339]
  1705. at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [spigot.jar:git-Spigot-642f6d2-6103339]
  1706. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-642f6d2-6103339]
  1707. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [spigot.jar:git-Spigot-642f6d2-6103339]
  1708. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-642f6d2-6103339]
  1709. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-6103339]
  1710. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  1711. [19:45:29] [Netty Server IO #0/WARN]: Failed to initialize a channel. Closing: [id: 0x0051e748, L:/127.0.0.1:25565 - R:/127.0.0.1:52655]
  1712. java.lang.NoSuchMethodError: com.google.common.base.Objects.toStringHelper(Ljava/lang/Object;)Lcom/google/common/base/Objects$ToStringHelper;
  1713. at com.comphenix.protocol.events.ListeningWhitelist.toString(ListeningWhitelist.java:241) ~[?:?]
  1714. at java.lang.String.valueOf(Unknown Source) ~[?:1.8.0_171]
  1715. at java.lang.StringBuilder.append(Unknown Source) ~[?:1.8.0_171]
  1716. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:273) ~[?:?]
  1717. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  1718. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:251) ~[?:?]
  1719. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:285) ~[?:?]
  1720. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:257) ~[?:?]
  1721. at com.comphenix.protocol.reflect.PrettyPrinter.printIterables(PrettyPrinter.java:144) ~[?:?]
  1722. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:277) ~[?:?]
  1723. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  1724. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:124) ~[?:?]
  1725. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:102) ~[?:?]
  1726. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:89) ~[?:?]
  1727. at com.comphenix.protocol.error.DetailedErrorReporter.getStringDescription(DetailedErrorReporter.java:480) ~[?:?]
  1728. at com.comphenix.protocol.error.DetailedErrorReporter.reportDetailed(DetailedErrorReporter.java:369) ~[?:?]
  1729. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:63) ~[?:?]
  1730. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:87) ~[?:?]
  1731. at com.comphenix.protocol.injector.netty.ProtocolInjector$1.initChannel(ProtocolInjector.java:149) ~[?:?]
  1732. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-6103339]
  1733. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-6103339]
  1734. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-6103339]
  1735. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:235) [spigot.jar:git-Spigot-642f6d2-6103339]
  1736. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:409) [spigot.jar:git-Spigot-642f6d2-6103339]
  1737. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:396) [spigot.jar:git-Spigot-642f6d2-6103339]
  1738. at com.comphenix.protocol.injector.netty.ProtocolInjector$2.initChannel(ProtocolInjector.java:159) [ProtocolLib.jar:4.2.0]
  1739. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-6103339]
  1740. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-6103339]
  1741. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-6103339]
  1742. at io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46) [spigot.jar:git-Spigot-642f6d2-6103339]
  1743. at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487) [spigot.jar:git-Spigot-642f6d2-6103339]
  1744. at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161) [spigot.jar:git-Spigot-642f6d2-6103339]
  1745. at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:686) [spigot.jar:git-Spigot-642f6d2-6103339]
  1746. at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:510) [spigot.jar:git-Spigot-642f6d2-6103339]
  1747. at io.netty.channel.AbstractChannel$AbstractUnsafe.register(AbstractChannel.java:476) [spigot.jar:git-Spigot-642f6d2-6103339]
  1748. at io.netty.channel.SingleThreadEventLoop.register(SingleThreadEventLoop.java:80) [spigot.jar:git-Spigot-642f6d2-6103339]
  1749. at io.netty.channel.SingleThreadEventLoop.register(SingleThreadEventLoop.java:74) [spigot.jar:git-Spigot-642f6d2-6103339]
  1750. at io.netty.channel.MultithreadEventLoopGroup.register(MultithreadEventLoopGroup.java:86) [spigot.jar:git-Spigot-642f6d2-6103339]
  1751. at io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor.channelRead(ServerBootstrap.java:255) [spigot.jar:git-Spigot-642f6d2-6103339]
  1752. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [spigot.jar:git-Spigot-642f6d2-6103339]
  1753. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [spigot.jar:git-Spigot-642f6d2-6103339]
  1754. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [spigot.jar:git-Spigot-642f6d2-6103339]
  1755. at com.comphenix.protocol.injector.netty.ProtocolInjector$3.channelRead(ProtocolInjector.java:171) [ProtocolLib.jar:4.2.0]
  1756. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [spigot.jar:git-Spigot-642f6d2-6103339]
  1757. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [spigot.jar:git-Spigot-642f6d2-6103339]
  1758. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [spigot.jar:git-Spigot-642f6d2-6103339]
  1759. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1434) [spigot.jar:git-Spigot-642f6d2-6103339]
  1760. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [spigot.jar:git-Spigot-642f6d2-6103339]
  1761. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [spigot.jar:git-Spigot-642f6d2-6103339]
  1762. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:965) [spigot.jar:git-Spigot-642f6d2-6103339]
  1763. at io.netty.channel.nio.AbstractNioMessageChannel$NioMessageUnsafe.read(AbstractNioMessageChannel.java:93) [spigot.jar:git-Spigot-642f6d2-6103339]
  1764. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:645) [spigot.jar:git-Spigot-642f6d2-6103339]
  1765. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:580) [spigot.jar:git-Spigot-642f6d2-6103339]
  1766. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:497) [spigot.jar:git-Spigot-642f6d2-6103339]
  1767. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:459) [spigot.jar:git-Spigot-642f6d2-6103339]
  1768. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-6103339]
  1769. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  1770. [19:45:29] [Netty Server IO #0/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:
  1771. java.lang.NullPointerException: null
  1772. at net.minecraft.server.v1_12_R1.NetworkManager.close(NetworkManager.java:250) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  1773. at net.minecraft.server.v1_12_R1.NetworkManager.channelInactive(NetworkManager.java:106) ~[spigot.jar:git-Spigot-642f6d2-6103339]
  1774. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1775. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1776. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1777. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-6103339]
  1778. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-6103339]
  1779. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1780. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1781. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1782. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-6103339]
  1783. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-6103339]
  1784. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1785. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1786. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1787. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-6103339]
  1788. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1789. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-6103339]
  1790. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-6103339]
  1791. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-6103339]
  1792. at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:277) [spigot.jar:git-Spigot-642f6d2-6103339]
  1793. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-6103339]
  1794. at io.netty.channel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement