Open EnderCraft202 opened 7 years ago
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
http://pastebin.com/kjn4pCFM