We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://pastebin.com/kjn4pCFM
The text was updated successfully, but these errors were encountered:
We have got the same error. I look up the code and I got the reason of this. If you set the guest session length to 0 in the config the ListenerClass would not put a Task in the prelogin-Hashmap (see here: https://github.com/vik1395/BungeeAuth-Minecraft/blob/master/src/me/vik1395/BungeeAuth/ListenerClass.java at line 214)
The login command wants to get this task. But this will fail into a NullPointerException (see here https://github.com/vik1395/BungeeAuth-Minecraft/blob/master/src/me/vik1395/BungeeAuth/Login.java at line 163).
I commited a change (See here https://github.com/vik1395/BungeeAuth-Minecraft/pull/26). I hope the author will merge it.
Regards Bloodrayne1995
Sorry, something went wrong.
No branches or pull requests
http://pastebin.com/kjn4pCFM
The text was updated successfully, but these errors were encountered: