Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikroskeem/BenjiAuth
An authentication plugin for BungeeCord
https://github.com/mikroskeem/BenjiAuth
authentication bcrypt bungeecord database pizza plugin waterfall
Last synced: about 1 month ago
JSON representation
An authentication plugin for BungeeCord
- Host: GitHub
- URL: https://github.com/mikroskeem/BenjiAuth
- Owner: mikroskeem
- License: mit
- Archived: true
- Created: 2018-07-24T01:09:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T14:50:44.000Z (almost 5 years ago)
- Last Synced: 2024-08-01T22:04:51.104Z (5 months ago)
- Topics: authentication, bcrypt, bungeecord, database, pizza, plugin, waterfall
- Language: Kotlin
- Homepage:
- Size: 1.17 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# BenjiAuth
An authentication plugin for BungeeCord
Its sole purpose is to authenticate players and be configurable as much as possible
- [PaperMC thread](https://papermc.io/forums/t/1-12-2-benjiauth-finally-a-usable-authentication-plugin-for-your-proxy/)
- [CodeMC CI builds](https://ci.codemc.org/view/Author/job/Mikroskeem/job/BenjiAuth/)
- [Usage statistics](https://bstats.org/plugin/bungeecord/BenjiAuth)## Why another one?
- [BungeeAuth](https://github.com/vik1395/BungeeAuth-Minecraft) 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](https://github.com/games647/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