Hi! I'm working on a server-side mod for our server, and we want to add security measures by checking on Player Connections before they log in.
I'm aware of PlayerLoggedInEvent, but it works only after the Player is created.
So, is there any way of detecting when a Client connects?
Thanks in beforehand.