FastLogin icon indicating copy to clipboard operation
FastLogin copied to clipboard

Cracked players can join with out internet connection.

Open Reeferx7 opened this issue 4 years ago • 2 comments

What behaviour is observed:

I try to join with new cracked account with out internet connection to check how works like "mojang servers down" or "rate-limiting by Mojang"

It give me error in console and let the new cracked player to join in server with switchMode: true.

What behaviour is expected:

Can you make it to block cracked players to create accounts in this cases?

Steps/models to reproduce:

Login with out internet connection with cracked account (switchMode: true)

Plugin version or build number (don't write latest):

FastLogin version 1.11-SNAPSHOT-9ff404a

Server Log:

https://hastebin.com/geruzoletu.properties

Configuration:

https://hastebin.com/jehahabesu.yaml

Reeferx7 avatar Jan 02 '21 00:01 Reeferx7

You have autoRegister enabled. Then it needs to check against Mojang.

games647 avatar Jan 02 '21 14:01 games647

I know i want to check if players is premium and autoregister them.

i want only to let premium players join automatic, and keep old cracked players in database to join,

with this conifg in case "mojang servers down" or "rate limit" a cracked player can bypass and join to server with out premium valid account or be in plugin database as cracked.

Thats why i have switchMode: true too to block new cracked accounts.

Reeferx7 avatar Jan 02 '21 14:01 Reeferx7