Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 76.86 KB | None | 0 0
  1. 14:11:51 [INFORMATION] Using mbed TLS based native cipher.
  2. 14:11:51 [INFORMATION] Using zlib based native compressor.
  3. 14:11:51 [INFORMATION] Enabled BungeeCord version git:BungeeCord-Bootstrap:1.13-SNAPSHOT:771f173:1401
  4. 14:11:51 [INFORMATION] Not on Windows, attempting to use enhanced EpollEventLoop
  5. 14:11:51 [INFORMATION] Epoll is working, utilising it!
  6. 14:11:51 [INFORMATION] Discovered module: ModuleSpec(name=cmd_alert, file=modules/cmd_alert.jar, provider=JenkinsModuleSource())
  7. 14:11:51 [INFORMATION] Discovered module: ModuleSpec(name=cmd_find, file=modules/cmd_find.jar, provider=JenkinsModuleSource())
  8. 14:11:51 [INFORMATION] Discovered module: ModuleSpec(name=cmd_list, file=modules/cmd_list.jar, provider=JenkinsModuleSource())
  9. 14:11:51 [INFORMATION] Discovered module: ModuleSpec(name=cmd_send, file=modules/cmd_send.jar, provider=JenkinsModuleSource())
  10. 14:11:51 [INFORMATION] Discovered module: ModuleSpec(name=cmd_server, file=modules/cmd_server.jar, provider=JenkinsModuleSource())
  11. 14:11:51 [INFORMATION] Discovered module: ModuleSpec(name=reconnect_yaml, file=modules/reconnect_yaml.jar, provider=JenkinsModuleSource())
  12. 14:11:51 [INFORMATION] Attempting to update plugin from null to ModuleVersion(build=1401, git=771f173)
  13. 14:11:51 [INFORMATION] Attempting to Jenkins download module cmd_alert v1401
  14. 14:11:52 [INFORMATION] Download complete
  15. 14:11:52 [INFORMATION] Attempting to update plugin from null to ModuleVersion(build=1401, git=771f173)
  16. 14:11:52 [INFORMATION] Attempting to Jenkins download module cmd_find v1401
  17. 14:11:52 [INFORMATION] Download complete
  18. 14:11:52 [INFORMATION] Attempting to update plugin from null to ModuleVersion(build=1401, git=771f173)
  19. 14:11:52 [INFORMATION] Attempting to Jenkins download module cmd_list v1401
  20. 14:11:52 [INFORMATION] Download complete
  21. 14:11:52 [INFORMATION] Attempting to update plugin from null to ModuleVersion(build=1401, git=771f173)
  22. 14:11:52 [INFORMATION] Attempting to Jenkins download module cmd_send v1401
  23. 14:11:52 [INFORMATION] Download complete
  24. 14:11:52 [INFORMATION] Attempting to update plugin from null to ModuleVersion(build=1401, git=771f173)
  25. 14:11:52 [INFORMATION] Attempting to Jenkins download module cmd_server v1401
  26. 14:11:52 [INFORMATION] Download complete
  27. 14:11:52 [INFORMATION] Attempting to update plugin from null to ModuleVersion(build=1401, git=771f173)
  28. 14:11:52 [INFORMATION] Attempting to Jenkins download module reconnect_yaml v1401
  29. 14:11:53 [INFORMATION] Download complete
  30. 14:11:53 [INFORMATION] Loaded plugin reconnect_yaml version git:reconnect_yaml:1.13-SNAPSHOT:771f173:1401 by SpigotMC
  31. 14:11:53 [INFORMATION] [DKBans] plugin is starting
  32. 14:11:53 [INFORMATION] [DKBans] BanSystem 2.1.8 by Davide Wietlisbach
  33. 14:11:53 [INFORMATION] [DKBans] Could not load warn-reasons, generating new (Saved als old)
  34. 14:11:53 [SCHWERWIEGEND] Apr 19, 2019 2:11:53 PM com.zaxxer.hikari.HikariDataSource <init>
  35. INFORMATION: HikariPool-1 - Starting...
  36.  
  37. 14:11:58 [SCHWERWIEGEND] Apr 19, 2019 2:11:58 PM com.zaxxer.hikari.pool.HikariPool throwPoolInitializationException
  38. SCHWERWIEGEND: HikariPool-1 - Exception during pool initialization.
  39. com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
  40. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  41. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  42. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  43. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  44. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  45. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  46. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
  47. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
  48. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
  49. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
  50. at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2105)
  51. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2030)
  52. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:778)
  53. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  54. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  55. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  56. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  57. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  58. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  59. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386)
  60. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
  61. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:95)
  62. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:101)
  63. at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:356)
  64. at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:199)
  65. at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:444)
  66. at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:515)
  67. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:112)
  68. at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:72)
  69. at ch.dkrieger.bansystem.lib.storage.sql.MySQL.connect(MySQL.java:85)
  70. at ch.dkrieger.bansystem.lib.storage.sql.SQLDKBansStorage.connect(SQLDKBansStorage.java:72)
  71. at ch.dkrieger.bansystem.lib.BanSystem.systemBootstrap(BanSystem.java:110)
  72. at ch.dkrieger.bansystem.lib.BanSystem.<init>(BanSystem.java:88)
  73. at ch.dkrieger.bansystem.bungeecord.BungeeCordBanSystemBootstrap.onLoad(BungeeCordBanSystemBootstrap.java:68)
  74. at net.md_5.bungee.api.plugin.PluginManager.enablePlugin(PluginManager.java:329)
  75. at net.md_5.bungee.api.plugin.PluginManager.loadPlugins(PluginManager.java:232)
  76. at net.md_5.bungee.BungeeCord.start(BungeeCord.java:266)
  77. at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:62)
  78. at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
  79. Caused by: java.sql.SQLException: Access denied for user 'Bans'@'localhost' (using password: YES)
  80. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
  81. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3978)
  82. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3914)
  83. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:871)
  84. at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1714)
  85. at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1224)
  86. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2199)
  87. at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2046)
  88. ... 28 more
  89.  
  90.  
  91. 14:11:58 [WARNUNG] Error enabling plugin DKBans
  92. com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
  93. at com.zaxxer.hikari.pool.HikariPool.throwPoolInitializationException(HikariPool.java:544)
  94. at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:536)
  95. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:112)
  96. at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:72)
  97. at ch.dkrieger.bansystem.lib.storage.sql.MySQL.connect(MySQL.java:85)
  98. at ch.dkrieger.bansystem.lib.storage.sql.SQLDKBansStorage.connect(SQLDKBansStorage.java:72)
  99. at ch.dkrieger.bansystem.lib.BanSystem.systemBootstrap(BanSystem.java:110)
  100. at ch.dkrieger.bansystem.lib.BanSystem.<init>(BanSystem.java:88)
  101. at ch.dkrieger.bansystem.bungeecord.BungeeCordBanSystemBootstrap.onLoad(BungeeCordBanSystemBootstrap.java:68)
  102. at net.md_5.bungee.api.plugin.PluginManager.enablePlugin(PluginManager.java:329)
  103. at net.md_5.bungee.api.plugin.PluginManager.loadPlugins(PluginManager.java:232)
  104. at net.md_5.bungee.BungeeCord.start(BungeeCord.java:266)
  105. at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:62)
  106. at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
  107. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
  108. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  109. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  110. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  111. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  112. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  113. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  114. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
  115. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
  116. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
  117. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
  118. at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2105)
  119. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2030)
  120. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:778)
  121. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  122. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  123. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  124. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  125. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  126. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  127. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386)
  128. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
  129. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:95)
  130. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:101)
  131. at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:356)
  132. at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:199)
  133. at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:444)
  134. at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:515)
  135. ... 12 more
  136. Caused by: java.sql.SQLException: Access denied for user 'Bans'@'localhost' (using password: YES)
  137. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
  138. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3978)
  139. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3914)
  140. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:871)
  141. at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1714)
  142. at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1224)
  143. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2199)
  144. at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2046)
  145. ... 28 more
  146. 14:11:58 [INFORMATION] Loaded plugin cmd_find version git:cmd_find:1.13-SNAPSHOT:771f173:1401 by SpigotMC
  147. 14:11:58 [INFORMATION] Loaded plugin DKBansReportConnectExtension version 1.0.0 by Davide Wietlisbach
  148. 14:11:58 [INFORMATION] Loaded plugin CloudNetAPI version 2.1 by Dytanic
  149. 14:11:58 [INFORMATION] Loaded plugin cmd_server version git:cmd_server:1.13-SNAPSHOT:771f173:1401 by SpigotMC
  150. 14:11:58 [INFORMATION] Loaded plugin cmd_alert version git:cmd_alert:1.13-SNAPSHOT:771f173:1401 by SpigotMC
  151. 14:11:58 [INFORMATION] Loaded plugin DKBansReportRewardExtension version 1.0.0 by Davide Wietlisbach
  152. 14:11:58 [INFORMATION] [DKCoins] plugin is starting
  153. 14:11:58 [INFORMATION] [DKCoins] CoinSystem v3.0.8 by Davide Wietlisbach
  154. 14:11:58 [INFORMATION] [DKCoins] connecting to SQL server at 127.0.0.1:3306
  155. 14:12:02 [INFORMATION] [DKCoins] Could not connect to SQL server at 127.0.0.1:3306
  156. 14:12:02 [INFORMATION] [DKCoins] Error: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
  157. 14:12:02 [INFORMATION] [DKCoins] Check your login data in the config.
  158. 14:12:02 [INFORMATION] DKCoinsUsed Backup Storage: SQLITE
  159. 14:12:02 [INFORMATION] [DKCoins] plugin successfully started
  160. 14:12:02 [INFORMATION] Loaded plugin DKCoins version 3.0.8 by Dkrieger
  161. 14:12:02 [INFORMATION] Loaded plugin cmd_send version git:cmd_send:1.13-SNAPSHOT:771f173:1401 by SpigotMC
  162. 14:12:02 [INFORMATION] Loaded plugin cmd_list version git:cmd_list:1.13-SNAPSHOT:771f173:1401 by SpigotMC
  163. 14:12:02 [WARNUNG] Forced host server pvp is not defined
  164. 14:12:02 [INFORMATION] Enabled plugin reconnect_yaml version git:reconnect_yaml:1.13-SNAPSHOT:771f173:1401 by SpigotMC
  165. 14:12:02 [INFORMATION] Enabled plugin DKBans version 2.1.8 by Davide Wietlisbach
  166. 14:12:02 [INFORMATION] Enabled plugin cmd_find version git:cmd_find:1.13-SNAPSHOT:771f173:1401 by SpigotMC
  167. 14:12:02 [INFORMATION] Enabled plugin DKBansReportConnectExtension version 1.0.0 by Davide Wietlisbach
  168. 14:12:03 [INFORMATION]
  169. 14:12:03 [INFORMATION] ██████ █ ██████ █ █ █████ ██ █ █████ █████ [2.1.14.3]
  170. 14:12:03 [INFORMATION] █R █E █Z █ █S █ █Y █ █M█ █ █ █
  171. 14:12:03 [INFORMATION] █ █ █ █ █ █ █ █ █ █ █ ████ █
  172. 14:12:03 [INFORMATION] █D █Y █T █ █A █ █N █ █ █I█ █C █
  173. 14:12:03 [INFORMATION] ██████ ██████ ██████ █████ █████ █ ██ ████ █
  174. 14:12:03 [INFORMATION] «» The Cloud Network Environment Technology 2
  175. 14:12:03 [INFORMATION] «» Support https://discord.gg/5NUhKuR [RELEASE]
  176. 14:12:03 [INFORMATION] «» Java 1.8.0_201 @Hoppel Linux
  177. 14:12:03 [INFORMATION]
  178. 14:12:03 [INFORMATION] Enabled plugin CloudNetAPI version 2.1 by Dytanic
  179. 14:12:03 [INFORMATION] Enabled plugin cmd_server version git:cmd_server:1.13-SNAPSHOT:771f173:1401 by SpigotMC
  180. 14:12:03 [INFORMATION] Enabled plugin cmd_alert version git:cmd_alert:1.13-SNAPSHOT:771f173:1401 by SpigotMC
  181. 14:12:03 [INFORMATION] Enabled plugin DKBansReportRewardExtension version 1.0.0 by Davide Wietlisbach
  182. 14:12:03 [INFORMATION] Enabled plugin DKCoins version 3.0.8 by Dkrieger
  183. 14:12:03 [INFORMATION] Enabled plugin cmd_send version git:cmd_send:1.13-SNAPSHOT:771f173:1401 by SpigotMC
  184. 14:12:03 [INFORMATION] Enabled plugin cmd_list version git:cmd_list:1.13-SNAPSHOT:771f173:1401 by SpigotMC
  185. 14:12:03 [INFORMATION] Listening on /213.239.204.60:25565
  186. 14:12:03 [INFORMATION] [DKBans] CloudNetV2 found
  187. 14:17:31 [INFORMATION] [/91.10.169.142:53077] <-> InitialHandler has connected
  188. 14:18:25 [INFORMATION] [/91.10.169.142:53356] <-> InitialHandler has connected
  189. 14:18:53 [INFORMATION] [/79.192.91.50:56308] <-> InitialHandler has connected
  190. 14:19:02 [INFORMATION] [/91.10.169.142:53547] <-> InitialHandler has connected
  191. 14:19:17 [INFORMATION] [/91.10.169.142:53626] <-> InitialHandler has connected
  192. 14:19:32 [INFORMATION] [/91.10.169.142:53712] <-> InitialHandler has connected
  193. 14:21:39 [INFORMATION] [/79.192.91.50:56401] <-> InitialHandler has connected
  194. 14:22:43 [INFORMATION] [/79.192.91.50:56449] <-> InitialHandler has connected
  195. 14:23:28 [INFORMATION] [/79.192.91.50:56461] <-> InitialHandler has connected
  196. 14:26:51 [INFORMATION] [/91.10.169.142:55786] <-> InitialHandler has connected
  197. 14:27:40 [INFORMATION] [/91.10.169.142:56124] <-> InitialHandler has connected
  198. 14:29:26 [INFORMATION] [/79.192.91.50:56506] <-> InitialHandler has connected
  199. 14:29:49 [INFORMATION] [/79.192.91.50:56525] <-> InitialHandler has connected
  200. 14:30:04 [INFORMATION] [/79.192.91.50:56545] <-> InitialHandler has connected
  201. 14:31:54 [INFORMATION] [/79.192.91.50:56600] <-> InitialHandler has connected
  202. 14:33:49 [INFORMATION] [/79.192.91.50:56668] <-> InitialHandler has connected
  203. 14:49:57 [INFORMATION] [/91.10.169.142:62173] <-> InitialHandler has connected
  204. 15:24:08 [INFORMATION] [/91.10.169.142:62807] <-> InitialHandler has connected
  205. 15:24:55 [INFORMATION] [wmds] <-> InitialHandler has connected
  206. 15:24:56 [WARNUNG] Error dispatching event LoginEvent(cancelled=false, cancelReasonComponents=null, connection=[wmds] <-> InitialHandler) to listener ch.dkrieger.bansystem.bungeecord.listener.PlayerListener@113e13f9
  207. java.lang.NullPointerException
  208. at ch.dkrieger.bansystem.bungeecord.listener.PlayerListener.onLogin(PlayerListener.java:66)
  209. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  210. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  211. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  212. at java.lang.reflect.Method.invoke(Method.java:498)
  213. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  214. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  215. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:397)
  216. at net.md_5.bungee.connection.InitialHandler.finish(InitialHandler.java:548)
  217. at net.md_5.bungee.connection.InitialHandler.access$600(InitialHandler.java:70)
  218. at net.md_5.bungee.connection.InitialHandler$5.done(InitialHandler.java:441)
  219. at net.md_5.bungee.connection.InitialHandler$5.done(InitialHandler.java:429)
  220. at net.md_5.bungee.http.HttpHandler.done(HttpHandler.java:68)
  221. at net.md_5.bungee.http.HttpHandler.channelRead0(HttpHandler.java:59)
  222. at net.md_5.bungee.http.HttpHandler.channelRead0(HttpHandler.java:14)
  223. at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
  224. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  225. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  226. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  227. at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:438)
  228. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:323)
  229. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:297)
  230. at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:253)
  231. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  232. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  233. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  234. at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1476)
  235. at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1225)
  236. at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1272)
  237. at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:502)
  238. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:441)
  239. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:278)
  240. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  241. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  242. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  243. at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
  244. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  245. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  246. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  247. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1408)
  248. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  249. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  250. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:930)
  251. at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:796)
  252. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:427)
  253. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:328)
  254. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
  255. at java.lang.Thread.run(Thread.java:748)
  256. 15:24:56 [SCHWERWIEGEND] java.lang.NullPointerException
  257. 15:24:56 [SCHWERWIEGEND] at ch.dkrieger.coinsystem.core.storage.storage.sql.SQLCoinStorage.getPlayer(SQLCoinStorage.java:96)
  258. 15:24:56 [SCHWERWIEGEND] at ch.dkrieger.coinsystem.core.storage.storage.sql.SQLCoinStorage.getPlayer(SQLCoinStorage.java:89)
  259. 15:24:56 [SCHWERWIEGEND] at ch.dkrieger.coinsystem.core.player.CoinPlayerManager.getPlayerSave(CoinPlayerManager.java:36)
  260. 15:24:56 [SCHWERWIEGEND] at ch.dkrieger.coinsystem.bungeecord.listeners.PlayerListener.lambda$onLogin$0(PlayerListener.java:24)
  261. 15:24:56 [SCHWERWIEGEND] at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
  262. 15:24:56 [SCHWERWIEGEND] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  263. 15:24:56 [SCHWERWIEGEND] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  264. 15:24:56 [SCHWERWIEGEND] at java.lang.Thread.run(Thread.java:748)
  265. 15:24:56 [SCHWERWIEGEND] Task BungeeTask(sched=net.md_5.bungee.scheduler.BungeeScheduler@fcc6023, id=4380, owner=ch.dkrieger.coinsystem.bungeecord.BungeeCordCoinSystemBootstrap@4733f6f5, task=ch.dkrieger.coinsystem.bungeecord.listeners.PlayerListener$$Lambda$21/565718100@7c854085, delay=0, period=0, running=true) encountered an exception
  266. java.lang.NullPointerException
  267. at ch.dkrieger.coinsystem.core.storage.storage.sql.SQLCoinStorage.createPlayer(SQLCoinStorage.java:119)
  268. at ch.dkrieger.coinsystem.core.player.CoinPlayerManager.createPlayer(CoinPlayerManager.java:41)
  269. at ch.dkrieger.coinsystem.bungeecord.listeners.PlayerListener.lambda$onLogin$0(PlayerListener.java:30)
  270. at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
  271. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  272. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  273. at java.lang.Thread.run(Thread.java:748)
  274. 15:24:56 [INFORMATION] [wmds] <-> ServerConnector [Lobby»1] has connected
  275. 15:24:56 [WARNUNG] Error dispatching event ch.dkrieger.bansystem.bungeecord.event.ProxiedOnlineNetworkPlayerUpdateEvent@4866375e to listener ch.dkrieger.bansystem.extension.reportconnect.bungeecord.DKBansReportConnectExtension@f1868c9
  276. java.lang.NullPointerException
  277. at ch.dkrieger.bansystem.extension.reportconnect.bungeecord.DKBansReportConnectExtension.onUpdate(DKBansReportConnectExtension.java:56)
  278. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  279. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  280. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  281. at java.lang.reflect.Method.invoke(Method.java:498)
  282. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  283. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  284. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:397)
  285. at ch.dkrieger.bansystem.bungeecord.player.cloudnet.CloudNetV2PlayerManager.onPlayerUpdate(CloudNetV2PlayerManager.java:233)
  286. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  287. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  288. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  289. at java.lang.reflect.Method.invoke(Method.java:498)
  290. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  291. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  292. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:397)
  293. at de.dytanic.cloudnet.bridge.CloudProxy$NetworkHandlerImpl.onPlayerUpdate(CloudProxy.java:505)
  294. at de.dytanic.cloudnet.api.network.packet.in.PacketInUpdatePlayer$1.run(PacketInUpdatePlayer.java:30)
  295. at de.dytanic.cloudnet.api.network.packet.in.PacketInUpdatePlayer$1.run(PacketInUpdatePlayer.java:26)
  296. at de.dytanic.cloudnet.lib.utility.CollectionWrapper.iterator(CollectionWrapper.java:59)
  297. at de.dytanic.cloudnet.api.handlers.NetworkHandlerProvider.iterator(NetworkHandlerProvider.java:37)
  298. at de.dytanic.cloudnet.api.network.packet.in.PacketInUpdatePlayer.handleInput(PacketInUpdatePlayer.java:26)
  299. at de.dytanic.cloudnet.lib.network.protocol.packet.PacketManager$2.run(PacketManager.java:121)
  300. at de.dytanic.cloudnet.lib.network.protocol.packet.PacketManager$2.run(PacketManager.java:114)
  301. at de.dytanic.cloudnet.lib.utility.CollectionWrapper.iterator(CollectionWrapper.java:59)
  302. at de.dytanic.cloudnet.lib.network.protocol.packet.PacketManager.dispatchPacket(PacketManager.java:114)
  303. at de.dytanic.cloudnet.lib.network.NetDispatcher$1.run(NetDispatcher.java:64)
  304. at de.dytanic.cloudnet.lib.scheduler.TaskScheduler$VoidTaskEntry$1.call(TaskScheduler.java:722)
  305. at de.dytanic.cloudnet.lib.scheduler.TaskScheduler$VoidTaskEntry$1.call(TaskScheduler.java:715)
  306. at de.dytanic.cloudnet.lib.scheduler.TaskEntry.invoke(TaskEntry.java:39)
  307. at de.dytanic.cloudnet.lib.scheduler.TaskScheduler$Worker.execute(TaskScheduler.java:646)
  308. at de.dytanic.cloudnet.lib.scheduler.TaskScheduler$Worker.run(TaskScheduler.java:606)
  309. 15:25:03 [WARNUNG] Error dispatching event ChatEvent(super=TargetedEvent(sender=wmds, receiver=net.md_5.bungee.ServerConnection@43ce4af4), cancelled=false, message=/coins) to listener ch.dkrieger.bansystem.bungeecord.listener.PlayerListener@113e13f9
  310. java.lang.NullPointerException
  311. at ch.dkrieger.bansystem.bungeecord.listener.PlayerListener.onChat(PlayerListener.java:180)
  312. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  313. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  314. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  315. at java.lang.reflect.Method.invoke(Method.java:498)
  316. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  317. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  318. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:397)
  319. at net.md_5.bungee.connection.UpstreamBridge.handle(UpstreamBridge.java:142)
  320. at net.md_5.bungee.protocol.packet.Chat.handle(Chat.java:50)
  321. at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:104)
  322. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  323. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  324. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  325. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  326. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  327. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  328. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  329. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  330. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  331. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  332. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  333. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:323)
  334. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:297)
  335. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  336. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  337. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  338. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  339. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  340. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  341. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  342. at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
  343. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  344. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  345. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  346. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1408)
  347. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  348. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  349. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:930)
  350. at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:796)
  351. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:427)
  352. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:328)
  353. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
  354. at java.lang.Thread.run(Thread.java:748)
  355. 15:25:24 [WARNUNG] Error dispatching event ChatEvent(super=TargetedEvent(sender=wmds, receiver=net.md_5.bungee.ServerConnection@43ce4af4), cancelled=false, message=/dkcoin) to listener ch.dkrieger.bansystem.bungeecord.listener.PlayerListener@113e13f9
  356. java.lang.NullPointerException
  357. at ch.dkrieger.bansystem.bungeecord.listener.PlayerListener.onChat(PlayerListener.java:180)
  358. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  359. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  360. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  361. at java.lang.reflect.Method.invoke(Method.java:498)
  362. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  363. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  364. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:397)
  365. at net.md_5.bungee.connection.UpstreamBridge.handle(UpstreamBridge.java:142)
  366. at net.md_5.bungee.protocol.packet.Chat.handle(Chat.java:50)
  367. at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:104)
  368. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  369. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  370. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  371. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  372. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  373. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  374. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  375. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  376. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  377. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  378. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  379. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:323)
  380. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:297)
  381. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  382. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  383. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  384. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  385. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  386. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  387. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  388. at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
  389. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  390. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  391. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  392. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1408)
  393. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  394. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  395. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:930)
  396. at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:796)
  397. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:427)
  398. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:328)
  399. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
  400. at java.lang.Thread.run(Thread.java:748)
  401. 15:25:34 [WARNUNG] Error dispatching event ChatEvent(super=TargetedEvent(sender=wmds, receiver=net.md_5.bungee.ServerConnection@43ce4af4), cancelled=false, message=/report) to listener ch.dkrieger.bansystem.bungeecord.listener.PlayerListener@113e13f9
  402. java.lang.NullPointerException
  403. at ch.dkrieger.bansystem.bungeecord.listener.PlayerListener.onChat(PlayerListener.java:180)
  404. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  405. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  406. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  407. at java.lang.reflect.Method.invoke(Method.java:498)
  408. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  409. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  410. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:397)
  411. at net.md_5.bungee.connection.UpstreamBridge.handle(UpstreamBridge.java:142)
  412. at net.md_5.bungee.protocol.packet.Chat.handle(Chat.java:50)
  413. at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:104)
  414. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  415. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  416. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  417. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  418. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  419. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  420. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  421. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  422. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  423. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  424. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  425. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:323)
  426. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
  427. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:426)
  428. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:278)
  429. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  430. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  431. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  432. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  433. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  434. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  435. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  436. at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
  437. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  438. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  439. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  440. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1408)
  441. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  442. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  443. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:930)
  444. at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:796)
  445. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:427)
  446. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:328)
  447. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
  448. at java.lang.Thread.run(Thread.java:748)
  449. 15:25:43 [WARNUNG] Error dispatching event ChatEvent(super=TargetedEvent(sender=wmds, receiver=net.md_5.bungee.ServerConnection@43ce4af4), cancelled=false, message=report) to listener ch.dkrieger.bansystem.bungeecord.listener.PlayerListener@113e13f9
  450. java.lang.NullPointerException
  451. at ch.dkrieger.bansystem.bungeecord.listener.PlayerListener.onChat(PlayerListener.java:180)
  452. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  453. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  454. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  455. at java.lang.reflect.Method.invoke(Method.java:498)
  456. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  457. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  458. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:397)
  459. at net.md_5.bungee.connection.UpstreamBridge.handle(UpstreamBridge.java:142)
  460. at net.md_5.bungee.protocol.packet.Chat.handle(Chat.java:50)
  461. at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:104)
  462. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  463. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  464. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  465. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  466. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  467. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  468. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  469. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  470. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  471. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  472. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  473. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:323)
  474. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
  475. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:426)
  476. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:278)
  477. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  478. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  479. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  480. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  481. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  482. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  483. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  484. at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
  485. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  486. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  487. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  488. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1408)
  489. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  490. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  491. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:930)
  492. at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:796)
  493. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:427)
  494. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:328)
  495. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
  496. at java.lang.Thread.run(Thread.java:748)
  497. 15:25:52 [WARNUNG] Error dispatching event ChatEvent(super=TargetedEvent(sender=wmds, receiver=net.md_5.bungee.ServerConnection@43ce4af4), cancelled=false, message=/dkcoins) to listener ch.dkrieger.bansystem.bungeecord.listener.PlayerListener@113e13f9
  498. java.lang.NullPointerException
  499. at ch.dkrieger.bansystem.bungeecord.listener.PlayerListener.onChat(PlayerListener.java:180)
  500. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  501. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  502. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  503. at java.lang.reflect.Method.invoke(Method.java:498)
  504. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  505. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  506. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:397)
  507. at net.md_5.bungee.connection.UpstreamBridge.handle(UpstreamBridge.java:142)
  508. at net.md_5.bungee.protocol.packet.Chat.handle(Chat.java:50)
  509. at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:104)
  510. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  511. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  512. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  513. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  514. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  515. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  516. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  517. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  518. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  519. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  520. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  521. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:323)
  522. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:297)
  523. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  524. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  525. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  526. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  527. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  528. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  529. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  530. at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
  531. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  532. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  533. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  534. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1408)
  535. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  536. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  537. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:930)
  538. at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:796)
  539. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:427)
  540. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:328)
  541. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
  542. at java.lang.Thread.run(Thread.java:748)
  543. 15:25:55 [WARNUNG] Error dispatching event ChatEvent(super=TargetedEvent(sender=wmds, receiver=net.md_5.bungee.ServerConnection@43ce4af4), cancelled=false, message=/dkcoins help) to listener ch.dkrieger.bansystem.bungeecord.listener.PlayerListener@113e13f9
  544. java.lang.NullPointerException
  545. at ch.dkrieger.bansystem.bungeecord.listener.PlayerListener.onChat(PlayerListener.java:180)
  546. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  547. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  548. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  549. at java.lang.reflect.Method.invoke(Method.java:498)
  550. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  551. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  552. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:397)
  553. at net.md_5.bungee.connection.UpstreamBridge.handle(UpstreamBridge.java:142)
  554. at net.md_5.bungee.protocol.packet.Chat.handle(Chat.java:50)
  555. at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:104)
  556. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  557. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  558. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  559. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  560. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  561. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  562. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  563. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  564. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  565. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  566. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  567. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:323)
  568. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:297)
  569. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  570. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  571. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  572. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  573. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  574. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  575. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  576. at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
  577. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  578. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  579. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  580. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1408)
  581. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  582. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  583. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:930)
  584. at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:796)
  585. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:427)
  586. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:328)
  587. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
  588. at java.lang.Thread.run(Thread.java:748)
  589. 15:25:59 [WARNUNG] Error dispatching event ChatEvent(super=TargetedEvent(sender=wmds, receiver=net.md_5.bungee.ServerConnection@43ce4af4), cancelled=false, message=/dkcoins d) to listener ch.dkrieger.bansystem.bungeecord.listener.PlayerListener@113e13f9
  590. java.lang.NullPointerException
  591. at ch.dkrieger.bansystem.bungeecord.listener.PlayerListener.onChat(PlayerListener.java:180)
  592. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  593. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  594. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  595. at java.lang.reflect.Method.invoke(Method.java:498)
  596. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  597. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  598. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:397)
  599. at net.md_5.bungee.connection.UpstreamBridge.handle(UpstreamBridge.java:142)
  600. at net.md_5.bungee.protocol.packet.Chat.handle(Chat.java:50)
  601. at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:104)
  602. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  603. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  604. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  605. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  606. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  607. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  608. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  609. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  610. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  611. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  612. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  613. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:323)
  614. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
  615. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:426)
  616. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:278)
  617. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  618. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  619. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  620. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  621. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  622. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  623. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  624. at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
  625. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  626. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  627. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  628. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1408)
  629. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  630. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  631. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:930)
  632. at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:796)
  633. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:427)
  634. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:328)
  635. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
  636. at java.lang.Thread.run(Thread.java:748)
  637. 15:26:03 [WARNUNG] Error dispatching event ChatEvent(super=TargetedEvent(sender=wmds, receiver=net.md_5.bungee.ServerConnection@43ce4af4), cancelled=false, message=/dk) to listener ch.dkrieger.bansystem.bungeecord.listener.PlayerListener@113e13f9
  638. java.lang.NullPointerException
  639. at ch.dkrieger.bansystem.bungeecord.listener.PlayerListener.onChat(PlayerListener.java:180)
  640. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  641. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  642. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  643. at java.lang.reflect.Method.invoke(Method.java:498)
  644. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  645. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  646. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:397)
  647. at net.md_5.bungee.connection.UpstreamBridge.handle(UpstreamBridge.java:142)
  648. at net.md_5.bungee.protocol.packet.Chat.handle(Chat.java:50)
  649. at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:104)
  650. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  651. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  652. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  653. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  654. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  655. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  656. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  657. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  658. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  659. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  660. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  661. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:323)
  662. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
  663. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:426)
  664. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:278)
  665. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  666. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  667. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  668. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  669. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  670. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  671. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  672. at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
  673. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  674. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  675. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  676. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1408)
  677. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  678. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  679. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:930)
  680. at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:796)
  681. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:427)
  682. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:328)
  683. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
  684. at java.lang.Thread.run(Thread.java:748)
  685. 15:26:13 [INFORMATION] [wmds] <-> ServerConnector [Bridge»1] has connected
  686. 15:26:13 [WARNUNG] Error dispatching event ch.dkrieger.bansystem.bungeecord.event.ProxiedOnlineNetworkPlayerUpdateEvent@584966da to listener ch.dkrieger.bansystem.extension.reportconnect.bungeecord.DKBansReportConnectExtension@f1868c9
  687. java.lang.NullPointerException
  688. at ch.dkrieger.bansystem.extension.reportconnect.bungeecord.DKBansReportConnectExtension.onUpdate(DKBansReportConnectExtension.java:56)
  689. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  690. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  691. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  692. at java.lang.reflect.Method.invoke(Method.java:498)
  693. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  694. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  695. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:397)
  696. at ch.dkrieger.bansystem.bungeecord.player.cloudnet.CloudNetV2PlayerManager.onPlayerUpdate(CloudNetV2PlayerManager.java:233)
  697. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  698. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  699. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  700. at java.lang.reflect.Method.invoke(Method.java:498)
  701. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  702. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  703. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:397)
  704. at de.dytanic.cloudnet.bridge.CloudProxy$NetworkHandlerImpl.onPlayerUpdate(CloudProxy.java:505)
  705. at de.dytanic.cloudnet.api.network.packet.in.PacketInUpdatePlayer$1.run(PacketInUpdatePlayer.java:30)
  706. at de.dytanic.cloudnet.api.network.packet.in.PacketInUpdatePlayer$1.run(PacketInUpdatePlayer.java:26)
  707. at de.dytanic.cloudnet.lib.utility.CollectionWrapper.iterator(CollectionWrapper.java:59)
  708. at de.dytanic.cloudnet.api.handlers.NetworkHandlerProvider.iterator(NetworkHandlerProvider.java:37)
  709. at de.dytanic.cloudnet.api.network.packet.in.PacketInUpdatePlayer.handleInput(PacketInUpdatePlayer.java:26)
  710. at de.dytanic.cloudnet.lib.network.protocol.packet.PacketManager$2.run(PacketManager.java:121)
  711. at de.dytanic.cloudnet.lib.network.protocol.packet.PacketManager$2.run(PacketManager.java:114)
  712. at de.dytanic.cloudnet.lib.utility.CollectionWrapper.iterator(CollectionWrapper.java:59)
  713. at de.dytanic.cloudnet.lib.network.protocol.packet.PacketManager.dispatchPacket(PacketManager.java:114)
  714. at de.dytanic.cloudnet.lib.network.NetDispatcher$1.run(NetDispatcher.java:64)
  715. at de.dytanic.cloudnet.lib.scheduler.TaskScheduler$VoidTaskEntry$1.call(TaskScheduler.java:722)
  716. at de.dytanic.cloudnet.lib.scheduler.TaskScheduler$VoidTaskEntry$1.call(TaskScheduler.java:715)
  717. at de.dytanic.cloudnet.lib.scheduler.TaskEntry.invoke(TaskEntry.java:39)
  718. at de.dytanic.cloudnet.lib.scheduler.TaskScheduler$Worker.execute(TaskScheduler.java:646)
  719. at de.dytanic.cloudnet.lib.scheduler.TaskScheduler$Worker.run(TaskScheduler.java:606)
  720. 15:26:13 [INFORMATION] [wmds] <-> DownstreamBridge <-> [Lobby»1] has disconnected
  721. 15:26:21 [WARNUNG] Error dispatching event ChatEvent(super=TargetedEvent(sender=wmds, receiver=net.md_5.bungee.ServerConnection@1b359b0d), cancelled=false, message=/ping) to listener ch.dkrieger.bansystem.bungeecord.listener.PlayerListener@113e13f9
  722. java.lang.NullPointerException
  723. at ch.dkrieger.bansystem.bungeecord.listener.PlayerListener.onChat(PlayerListener.java:180)
  724. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  725. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  726. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  727. at java.lang.reflect.Method.invoke(Method.java:498)
  728. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  729. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  730. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:397)
  731. at net.md_5.bungee.connection.UpstreamBridge.handle(UpstreamBridge.java:142)
  732. at net.md_5.bungee.protocol.packet.Chat.handle(Chat.java:50)
  733. at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:104)
  734. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  735. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  736. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  737. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  738. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  739. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  740. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  741. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  742. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  743. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  744. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  745. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:323)
  746. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:297)
  747. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  748. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  749. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  750. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  751. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  752. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  753. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  754. at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
  755. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  756. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  757. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  758. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1408)
  759. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  760. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  761. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:930)
  762. at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:796)
  763. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:427)
  764. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:328)
  765. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
  766. at java.lang.Thread.run(Thread.java:748)
  767. 15:29:24 [WARNUNG] Error dispatching event ChatEvent(super=TargetedEvent(sender=wmds, receiver=net.md_5.bungee.ServerConnection@1b359b0d), cancelled=false, message=/hub) to listener ch.dkrieger.bansystem.bungeecord.listener.PlayerListener@113e13f9
  768. java.lang.NullPointerException
  769. at ch.dkrieger.bansystem.bungeecord.listener.PlayerListener.onChat(PlayerListener.java:180)
  770. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  771. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  772. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  773. at java.lang.reflect.Method.invoke(Method.java:498)
  774. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  775. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  776. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:397)
  777. at net.md_5.bungee.connection.UpstreamBridge.handle(UpstreamBridge.java:142)
  778. at net.md_5.bungee.protocol.packet.Chat.handle(Chat.java:50)
  779. at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:104)
  780. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  781. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  782. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  783. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  784. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  785. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  786. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  787. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  788. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  789. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  790. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  791. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:323)
  792. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:297)
  793. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  794. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  795. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  796. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  797. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  798. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  799. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  800. at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
  801. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  802. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  803. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  804. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1408)
  805. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  806. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  807. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:930)
  808. at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:796)
  809. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:427)
  810. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:328)
  811. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
  812. at java.lang.Thread.run(Thread.java:748)
  813. 15:29:24 [INFORMATION] [wmds] <-> ServerConnector [Lobby»1] has connected
  814. 15:29:24 [WARNUNG] Error dispatching event ch.dkrieger.bansystem.bungeecord.event.ProxiedOnlineNetworkPlayerUpdateEvent@7d3ce46 to listener ch.dkrieger.bansystem.extension.reportconnect.bungeecord.DKBansReportConnectExtension@f1868c9
  815. java.lang.NullPointerException
  816. at ch.dkrieger.bansystem.extension.reportconnect.bungeecord.DKBansReportConnectExtension.onUpdate(DKBansReportConnectExtension.java:56)
  817. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  818. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  819. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  820. at java.lang.reflect.Method.invoke(Method.java:498)
  821. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  822. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  823. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:397)
  824. at ch.dkrieger.bansystem.bungeecord.player.cloudnet.CloudNetV2PlayerManager.onPlayerUpdate(CloudNetV2PlayerManager.java:233)
  825. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  826. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  827. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  828. at java.lang.reflect.Method.invoke(Method.java:498)
  829. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  830. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  831. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:397)
  832. at de.dytanic.cloudnet.bridge.CloudProxy$NetworkHandlerImpl.onPlayerUpdate(CloudProxy.java:505)
  833. at de.dytanic.cloudnet.api.network.packet.in.PacketInUpdatePlayer$1.run(PacketInUpdatePlayer.java:30)
  834. at de.dytanic.cloudnet.api.network.packet.in.PacketInUpdatePlayer$1.run(PacketInUpdatePlayer.java:26)
  835. at de.dytanic.cloudnet.lib.utility.CollectionWrapper.iterator(CollectionWrapper.java:59)
  836. at de.dytanic.cloudnet.api.handlers.NetworkHandlerProvider.iterator(NetworkHandlerProvider.java:37)
  837. at de.dytanic.cloudnet.api.network.packet.in.PacketInUpdatePlayer.handleInput(PacketInUpdatePlayer.java:26)
  838. at de.dytanic.cloudnet.lib.network.protocol.packet.PacketManager$2.run(PacketManager.java:121)
  839. at de.dytanic.cloudnet.lib.network.protocol.packet.PacketManager$2.run(PacketManager.java:114)
  840. at de.dytanic.cloudnet.lib.utility.CollectionWrapper.iterator(CollectionWrapper.java:59)
  841. at de.dytanic.cloudnet.lib.network.protocol.packet.PacketManager.dispatchPacket(PacketManager.java:114)
  842. at de.dytanic.cloudnet.lib.network.NetDispatcher$1.run(NetDispatcher.java:64)
  843. at de.dytanic.cloudnet.lib.scheduler.TaskScheduler$VoidTaskEntry$1.call(TaskScheduler.java:722)
  844. at de.dytanic.cloudnet.lib.scheduler.TaskScheduler$VoidTaskEntry$1.call(TaskScheduler.java:715)
  845. at de.dytanic.cloudnet.lib.scheduler.TaskEntry.invoke(TaskEntry.java:39)
  846. at de.dytanic.cloudnet.lib.scheduler.TaskScheduler$Worker.execute(TaskScheduler.java:646)
  847. at de.dytanic.cloudnet.lib.scheduler.TaskScheduler$Worker.run(TaskScheduler.java:606)
  848. 15:29:24 [INFORMATION] [wmds] <-> DownstreamBridge <-> [Bridge»1] has disconnected
  849. 15:29:27 [INFORMATION] [wmds] -> UpstreamBridge has disconnected
  850. 15:29:27 [INFORMATION] [wmds] <-> DownstreamBridge <-> [Lobby»1] has disconnected
  851. 15:29:28 [INFORMATION] [/91.10.169.142:57364] <-> InitialHandler has connected
  852. 15:29:28 [INFORMATION] [/91.10.169.142:57365] <-> InitialHandler has connected
  853. 15:36:01 [INFORMATION] [/91.10.169.142:57483] <-> InitialHandler has connected
  854. 15:51:01 [INFORMATION] [/91.10.169.142:57629] <-> InitialHandler has connected
  855. 15:57:37 [INFORMATION] [/31.18.249.15:55996] <-> InitialHandler has connected
  856. 15:59:39 [INFORMATION] [/31.18.249.15:28661] <-> InitialHandler has connected
  857. 16:17:47 [WARNUNG] [/31.18.249.15:56013] <-> InitialHandler - read timed out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement