GithubHelp home page GithubHelp logo

crylegend / authmebridge Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 48.0 89 KB

A new age for AuthMe and xAuth users

Home Page: https://www.spigotmc.org/resources/authmebridge-for-bungeecord.574/

License: GNU General Public License v3.0

Java 100.00%

authmebridge's People

Contributors

crylegend avatar fensoft avatar sgdc3 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

authmebridge's Issues

Problem with bungee

Ok so i am using the Authme Reloaded 3.5 version for 1.9.
I am using the 1.5 for the 3.x version.
Login works the plugins works fine i have enable in the configs the hook with bungee all good
I get into the server i can use the commands that i have on the whitelist.I can't write/commands without loging in so far so good.But when i login i can move but i can't use any commands or write anything in the chat.Nothing will come up in the console is like everything the players is typing not reaching the consoles although players can move around freely.

When i write in a chat, then an error in the console.

I Use AuthMeBridge version 1.6.2
And
BungeeCord-Bootstrap:1.11-SNAPSHOT:4fa9961:1213

Error:
18:33:22 [SEVERE] дек 20, 2016 6:33:22 PM net.md_5.bungee.event.EventBus post
WARNING: Error dispatching event ChatEvent(super=TargetedEvent(sender=BoomEaro, receiver=net.md_5.bungee.ServerConnection@3f047361), cancelled=false, message=g) to listener com.crylegend.bungeeauthmebridge.listeners.PlayerListener@7ef82753
java.lang.NullPointerException
at com.crylegend.bungeeauthmebridge.listeners.PlayerListener.onChat(PlayerListener.java:87)
at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
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:117)
at net.md_5.bungee.protocol.packet.Chat.handle(Chat.java:50)
at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:77)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:373)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:351)
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:373)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:351)
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:373)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:351)
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:293)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:267)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:373)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:351)
at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:266)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:373)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:351)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1334)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:373)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:926)
at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:1018)
at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:402)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:307)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:873)
at java.lang.Thread.run(Thread.java:745)

Issue?

I was installing this for Litebans, however after I installed it I couldn't do anything. I couldn't chat, I couldn't do commands...I'm probably being stupid.

I installed it to my Bungee server and the other 4 servers like it said. Then restarted them all.

Issue register

When a player is new,
he need register in my server lobby, but when he change server, he need to re-register.

For player registred in all server, he get auto-login in all server, but for the new, is a probleme to register in all server.

I want him register in my server lobby and no more.

moved

This has been moved i guess... So dont use this! Use github.com/authme/authmebungee!

big bugg

[06:11:43 WARN]: [AuthMeBridge] Task #44 for AuthMeBridge v1.6.2 generated an exception
java.lang.NoClassDefFoundError: fr/xephi/authme/api/NewAPI
at com.crylegend.authmebridge.AuthMeBridgeListener$1.run(AuthMeBridgeListener.java:33) ~[?:?]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-5f38d38-12698ea]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot.jar:git-Spigot-5f38d38-12698ea]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot.jar:git-Spigot-5f38d38-12698ea]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot.jar:git-Spigot-5f38d38-12698ea]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot.jar:git-Spigot-5f38d38-12698ea]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot.jar:git-Spigot-5f38d38-12698ea]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
Caused by: java.lang.ClassNotFoundException: fr.xephi.authme.api.NewAPI
at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_191]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-5f38d38-12698ea]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-5f38d38-12698ea]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_191]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_191]
... 8 more

not working on bungeecord > 1333 (mc 1.13)

works perfectly on previous build of bungeecord (1.12.2 version)

when using 1.13 version (bungeecord 1333) the plugin is blocking all commands and chat even if you logged in correctly in the server.

none errors in console

Sync sessions

Would be nice if AuthMeBridge sync sessions too. Here's my situation:

A player login in the lobby, and disconnects
That player connect with a secondary server in the network. He will need to login again, and AuthMeBridge is usefull only if connecting trough a lobby.

We modded server owners need almost always use forced hosts, and only onde auth system, then AuthMeBridge becomes useless...

I hope that you fix this, I love the plugin :/

I can't use any bungee commmands except "/bungee" after I am login

Hello, I am using WaterFall#164 with authmebridge. Running authme on paperspigot-1310, I have already hook up authme with bungeecord, but I can't use any bungee commands such as "/server", "/glist" after I have already login. I only can use "/bungee" bungee command.
I am hosting my server on centos7

Issue with Login

http://prntscr.com/afnfz8
I wrote my issue in a spigotmc review. I know that's not the best place to post, but I least I rated it 5/5 👅
You should take a look at the screenshot I sent you there. Looks like you're trying to cancel the event twice, and that doesn't really make sense to me. Other than that, I couldn't find any possible causes for this :(

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.