title says everything i wanna loggin without using /login i was gonna use bukkit commands but i cant find a way to stop it when they do sign in hopefully someone helps me
Accually you can use PlayerCommandPreprocessEvent. If $event->getMessage() == password, then login the player.
hash_function($event->getMessage()) === $passwordHash Keep your users safe, security comes before quick code
I'm making ServerAuth to add new features that aren't implemented in SimpleAuth. I wrote ServerAuth from scratch and it's very different from SimpleAuth