ProtocolSupportBungee
ProtocolSupportBungee copied to clipboard
ProtocolSupport addon for bungee
Improve performance
So with ping passthrough enabled, the server MOTD returns [Bungee] cannot connect to server; but you can still connect with various versions. This is outputted in console https://pastebin.com/dj06LKuz
This is a continuation of https://github.com/ProtocolSupport/ProtocolSupport/issues/369, which should be fixed here in the bungee side.
Everytime someone tries to join: `[SEVERE] Task BungeeTask(sched=net.md_5.bungee.scheduler.BungeeScheduler@207ea13, id=3, owner=com.github.games647.fastlogin.bungee.FastLoginBungee@7caa550, task=com.github.games647.fastlogin.bungee.tasks.AsyncPremiumCheck@1cf31cb0, delay=0, period=0, running=true) encountered an exception java.lang.NullPointerException at com.github.games647.fastlogin.bungee.tasks.AsyncPremiumCheck.run(AsyncPremiumCheck.java:36) at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ` Only...