Is there an event that I can subscribe to that I could access information related to a player being rejected like below
Player313 lost connection: Mod rejections [FMLMod:modname{0.9}]
I am looking specifically for username, IP, and the failed mod. I have tried ServerDisconnectedFromClientEvent and ServerConnectionFromClient. The latter doesn't appear to fire and if the information is in the former, I can't figure out how to access the information from the event variable passed.