Skip to content

Instantly share code, notes, and snippets.

@ApertureDevelopment
Created July 14, 2018 11:38
Show Gist options
  • Save ApertureDevelopment/77fa2d409d699f515b118cb34361d0eb to your computer and use it in GitHub Desktop.
Save ApertureDevelopment/77fa2d409d699f515b118cb34361d0eb to your computer and use it in GitHub Desktop.
02:18:41 [WARNING] Error dispatching event ChatEvent(super=TargetedEvent(sender=Rainbow_Dash1342, receiver=net.md_5.bungee.ServerConnection@33256640), cancelled=true, message=aksdhalshdlashjdas) to listener dev.aura.bungeechat.listener.LocalChatListener@19fe4644
java.lang.NoSuchMethodError: net.alpenblock.bungeeperms.PermissionsManager.getUser(Ljava/util/UUID;)Lnet/alpenblock/bungeeperms/User;
at dev.aura.bungeechat.hook.BungeePermsHook.getUser(BungeePermsHook.java:42)
at dev.aura.bungeechat.hook.BungeePermsHook.getPrefix(BungeePermsHook.java:22)
at dev.aura.bungeechat.api.hook.HookManager.getPrefix(HookManager.java:39)
at dev.aura.bungeechat.api.hook.HookManager.getFullname(HookManager.java:62)
at dev.aura.bungeechat.message.PlaceHolders.lambda$registerPlaceholders$9(PlaceHolders.java:38)
at dev.aura.bungeechat.api.placeholder.PlaceHolder.apply(PlaceHolder.java:52)
at dev.aura.bungeechat.api.placeholder.PlaceHolderManager.processMessage(PlaceHolderManager.java:24)
at dev.aura.bungeechat.message.PlaceHolderUtil.formatMessage(PlaceHolderUtil.java:90)
at dev.aura.bungeechat.message.PlaceHolderUtil.getFullFormatMessage(PlaceHolderUtil.java:78)
at dev.aura.bungeechat.message.MessagesService.preProcessMessage(MessagesService.java:251)
at dev.aura.bungeechat.message.MessagesService.preProcessMessage(MessagesService.java:226)
at dev.aura.bungeechat.message.MessagesService.preProcessMessage(MessagesService.java:216)
at dev.aura.bungeechat.message.MessagesService.sendLocalMessage(MessagesService.java:122)
at dev.aura.bungeechat.message.MessagesService.sendLocalMessage(MessagesService.java:115)
at dev.aura.bungeechat.listener.LocalChatListener.onPlayerChat(LocalChatListener.java:35)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:377)
at net.md_5.bungee.connection.UpstreamBridge.handle(UpstreamBridge.java:138)
at net.md_5.bungee.protocol.packet.Chat.handle(Chat.java:50)
at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:103)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1434)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:965)
at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:808)
at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:408)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:308)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
at java.lang.Thread.run(Thread.java:748)
02:18:47 [WARNING] Error dispatching event ChatEvent(super=TargetedEvent(sender=Rainbow_Dash1342, receiver=net.md_5.bungee.ServerConnection@33256640), cancelled=true, message=Fuck this shit) to listener dev.aura.bungeechat.listener.LocalChatListener@19fe4644
java.lang.NoSuchMethodError: net.alpenblock.bungeeperms.PermissionsManager.getUser(Ljava/util/UUID;)Lnet/alpenblock/bungeeperms/User;
at dev.aura.bungeechat.hook.BungeePermsHook.getUser(BungeePermsHook.java:42)
at dev.aura.bungeechat.hook.BungeePermsHook.getPrefix(BungeePermsHook.java:22)
at dev.aura.bungeechat.api.hook.HookManager.getPrefix(HookManager.java:39)
at dev.aura.bungeechat.api.hook.HookManager.getFullname(HookManager.java:62)
at dev.aura.bungeechat.message.PlaceHolders.lambda$registerPlaceholders$9(PlaceHolders.java:38)
at dev.aura.bungeechat.api.placeholder.PlaceHolder.apply(PlaceHolder.java:52)
at dev.aura.bungeechat.api.placeholder.PlaceHolderManager.processMessage(PlaceHolderManager.java:24)
at dev.aura.bungeechat.message.PlaceHolderUtil.formatMessage(PlaceHolderUtil.java:90)
at dev.aura.bungeechat.message.PlaceHolderUtil.getFullFormatMessage(PlaceHolderUtil.java:78)
at dev.aura.bungeechat.message.MessagesService.preProcessMessage(MessagesService.java:251)
at dev.aura.bungeechat.message.MessagesService.preProcessMessage(MessagesService.java:226)
at dev.aura.bungeechat.message.MessagesService.preProcessMessage(MessagesService.java:216)
at dev.aura.bungeechat.message.MessagesService.sendLocalMessage(MessagesService.java:122)
at dev.aura.bungeechat.message.MessagesService.sendLocalMessage(MessagesService.java:115)
at dev.aura.bungeechat.listener.LocalChatListener.onPlayerChat(LocalChatListener.java:35)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:377)
at net.md_5.bungee.connection.UpstreamBridge.handle(UpstreamBridge.java:138)
at net.md_5.bungee.protocol.packet.Chat.handle(Chat.java:50)
at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:103)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1434)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:965)
at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:808)
at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:408)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:308)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
at java.lang.Thread.run(Thread.java:748)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment