/BenjiAuth

An authentication plugin for BungeeCord

Primary LanguageKotlinMIT LicenseMIT

BenjiAuth

An authentication plugin for BungeeCord

Its sole purpose is to authenticate players and be configurable as much as possible

Why another one?

  • BungeeAuth is broken as shit and not as flexible as it should be
    • Messages cannot be configured properly, e.g chat colors derp up on some cases
    • Didn't seem to work properly with FastLogin
    • It included SQLite library, which was pretty useless (in my case)
    • Didn't have built in GeoIP country support
  • Lightweightness and fluent API is important
  • Other plugins didn't support BCrypt
  • It is a good challenge for me

Building

./gradlew build

License

MIT