Skydik
Пользователь
- Сообщения
- 64
- Решения
- 1
У меня сервер стоит связка серверов,использую velocity ну и из за плагина limboauth кикает с сервера с ошибкой,плагины от limbo скаченны с последней версии (с гита),я просто захожу авторизируюсь и сразу кикает меня
CSS:
[00:06:01 ERROR]: [initial connection] /айпи: exception encountered in net.elytrium.limboapi.server.LimboSessionHandlerImpl@358a9d77
java.lang.NoSuchMethodError: 'boolean com.velocitypowered.proxy.util.ratelimit.Ratelimiter.attempt(java.net.InetAddress)'
at net.elytrium.limboauth.handler.AuthSessionHandler.onChat(AuthSessionHandler.java:203) ~[?:?]
at net.elytrium.limboapi.server.LimboSessionHandlerImpl.handleChat(LimboSessionHandlerImpl.java:329) ~[?:?]
at net.elytrium.limboapi.server.LimboSessionHandlerImpl.handle(LimboSessionHandlerImpl.java:321) ~[?:?]
at com.velocitypowered.proxy.protocol.packet.chat.session.SessionPlayerCommandPacket.handle(SessionPlayerCommandPacket.java:79) ~[velocity.jar:3.4.0-SNAPSHOT (git-30227934-b563)]
at com.velocitypowered.proxy.connection.MinecraftConnection.channelRead(MinecraftConnection.java:155) ~[velocity.jar:3.4.0-SNAPSHOT (git-30227934-b563)]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[velocity.jar:3.4.0-SNAPSHOT (git-30227934-b563)]
at com.velocitypowered.proxy.protocol.netty.MinecraftDecoder.tryDecode(MinecraftDecoder.java:91) ~[velocity.jar:3.4.0-SNAPSHOT (git-30227934-b563)]
at com.velocitypowered.proxy.protocol.netty.MinecraftDecoder.channelRead(MinecraftDecoder.java:60) ~[velocity.jar:3.4.0-SNAPSHOT (git-30227934-b563)]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[velocity.jar:3.4.0-SNAPSHOT (git-30227934-b563)]
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107) ~[velocity.jar:3.4.0-SNAPSHOT (git-30227934-b563)]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[velocity.jar:3.4.0-SNAPSHOT (git-30227934-b563)]
at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:293) ~[velocity.jar:3.4.0-SNAPSHOT (git-30227934-b563)]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354) ~[velocity.jar:3.4.0-SNAPSHOT (git-30227934-b563)]
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[velocity.jar:3.4.0-SNAPSHOT (git-30227934-b563)]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[velocity.jar:3.4.0-SNAPSHOT (git-30227934-b563)]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[velocity.jar:3.4.0-SNAPSHOT (git-30227934-b563)]
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429) ~[velocity.jar:3.4.0-SNAPSHOT (git-30227934-b563)]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918) ~[velocity.jar:3.4.0-SNAPSHOT (git-30227934-b563)]
at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:794) ~[velocity.jar:3.4.0-SNAPSHOT (git-30227934-b563)]
at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.handle(AbstractEpollChannel.java:482) ~[velocity.jar:3.4.0-SNAPSHOT (git-30227934-b563)]
at io.netty.channel.epoll.EpollIoHandler$DefaultEpollIoRegistration.handle(EpollIoHandler.java:317) ~[velocity.jar:3.4.0-SNAPSHOT (git-30227934-b563)]
at io.netty.channel.epoll.EpollIoHandler.processReady(EpollIoHandler.java:515) ~[velocity.jar:3.4.0-SNAPSHOT (git-30227934-b563)]
at io.netty.channel.epoll.EpollIoHandler.run(EpollIoHandler.java:460) ~[velocity.jar:3.4.0-SNAPSHOT (git-30227934-b563)]
at io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225) ~[velocity.jar:3.4.0-SNAPSHOT (git-30227934-b563)]
at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196) ~[velocity.jar:3.4.0-SNAPSHOT (git-30227934-b563)]
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1193) ~[velocity.jar:3.4.0-SNAPSHOT (git-30227934-b563)]
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[velocity.jar:3.4.0-SNAPSHOT (git-30227934-b563)]
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[velocity.jar:3.4.0-SNAPSHOT (git-30227934-b563)]