games647 / FastLogin

Checks if a minecraft player has a valid paid account. If so, they can skip offline authentication automatically. (premium auto login)
https://www.spigotmc.org/resources/fastlogin.14153
MIT License
501 stars 121 forks source link

Problem with Bungee connexion #356

Closed Matthysse closed 4 years ago

Matthysse commented 4 years ago

Hello!

I installed FastLoginBukkit on my lobby (with AuthMe reloaded) and on the Bungeecord server (with AuthmeBungee). (Spigot 1.12.2) The problem is I set the stats ID (from the Bungeecord config) in the proxy-whitelist file and it does FastLogin on the lobby doesn't seem to find Bungee.

games647 commented 4 years ago

Please post the bungee log.

Matthysse commented 4 years ago

Here it is, sorry if this isn't on pastbin, it's too large for them. logs.zip

games647 commented 4 years ago

Please take a look at the last step of the setup guide. You still have SQLite configured.

11:31:29 [WARNING] Exception encountered when loading plugin: FastLogin java.lang.RuntimeException: Failed to load driver class org.sqlite.JDBC in either of HikariConfig class loader or Thread context classloader at fastlogin.hikari.HikariConfig.setDriverClassName(HikariConfig.java:486) at com.github.games647.fastlogin.core.shared.FastLoginCore.setupDatabase(FastLoginCore.java:162) at com.github.games647.fastlogin.bungee.FastLoginBungee.onEnable(FastLoginBungee.java:51) at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:250) at net.md_5.bungee.BungeeCord.start(BungeeCord.java:286) at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:62) at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)

Matthysse commented 4 years ago

Problem solved thanks for the quick replies ! Just make sure the noobs like me understand how to configure the database, the tutorial doesn't help that much for that. You just saved my server, it's the perfect plugin, we have as premiums our real uuids, and we are separate from the cracked versions. It's the best of both worlds ! Keep it updated, cheers !