Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. > 00:06:11 [WARNING] Error dispatching event PermissionCheckEvent(sender=solon, permission=chatcontrol.silence.leave, hasPermission=false) to listener me.lucko.luckperms.bungee.listeners.BungeePermissionCheckListener@61e3a1fd
  2. java.lang.IllegalStateException: No permissions data present for player: solon - ddf2c7da-aad7-3b81-9941-c1aaaf7ba9fc
  3. at me.lucko.luckperms.bungee.listeners.BungeePermissionCheckListener.onPlayerPermissionCheck(BungeePermissionCheckListener.java:66)
  4. at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
  5. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  6. at java.lang.reflect.Method.invoke(Method.java:498)
  7. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  8. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  9. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:399)
  10. at net.md_5.bungee.UserConnection.hasPermission(UserConnection.java:543)
  11. at org.mineacademy.bungeecontrol.listener.SwitchListener.onDisconnect(SwitchListener.java:94)
  12. at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  14. at java.lang.reflect.Method.invoke(Method.java:498)
  15. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  16. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  17. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:399)
  18. at net.md_5.bungee.connection.UpstreamBridge.disconnected(UpstreamBridge.java:62)
  19. at net.md_5.bungee.netty.HandlerBoss.channelInactive(HandlerBoss.java:60)
  20. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:262)
  21. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:248)
  22. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:241)
  23. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:386)
  24. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:351)
  25. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:262)
  26. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:248)
  27. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:241)
  28. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:81)
  29. at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:277)
  30. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:262)
  31. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:248)
  32. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:241)
  33. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1405)
  34. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:262)
  35. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:248)
  36. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:901)
  37. at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:818)
  38. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
  39. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
  40. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:384)
  41. at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
  42. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  43. at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement