joinfail
Informs the client that its authorization attempt failed and why.
This packet or S2C Packet 1.y: Authorization Success can only occur once per connection.
String | Description |
---|---|
authfail | Provided credentials have expired or were never valid to begin with. |
joinfail | Authorization succeeded, but the authenticated user is banned. Third field will contain expiration timestamp. |
sockfail | Current connection is already associated with another user. 2) |
userfail | Another user with the same user name is already connected. 3) |
Expired credentials:
1\tn\tauthfail
Authorized client is banned until Sunday, 13 April 2025 21:45:55 GMT:
1\tn\tjoinfail\t1744580755
Authorized client has too many active connections:
1\tn\tsockfail
Something went wrong while verifying credentials:
1\tn\tuserfail
joinfail