You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using IPWhitelist since a long time and never have this problem since today, when some fools started sending bots.
IPWhitelist blocks direct connect when the server receives a connection from an unauthorized ip, but if the player is online, it will block the unauthorized ip connection but it don't prevent the kick of the"legit" player with reason "you logged in from another location".
Example:
Happy player joined the server using bungeecord
Idiot send a bot directly to spigot
Bot makes a connection to the server
Happy player is kicked because of "You logged in from another location" (Caused by Minecraft)
Bot is denied to join to the server with reason "You must join by the proxy"
Happy player has to reconnect
The text was updated successfully, but these errors were encountered:
I haven't touched this code in quite a while, and have been out of the minecraft scene for a long time now. I think the fix is to use AsyncPlayerPreLoginEvent instead of PlayerLoginEvent. I'm not personally going to fix it, but if someone wants to do a PR, feel free :).
Hello, maybe I have the solution:
I moved from BungeeCord to Velocity's Proxy, and it have been fixed. PS: BungeeCord plugins are incompatible with Velocity.
I've been using IPWhitelist since a long time and never have this problem since today, when some fools started sending bots.
IPWhitelist blocks direct connect when the server receives a connection from an unauthorized ip, but if the player is online, it will block the unauthorized ip connection but it don't prevent the kick of the"legit" player with reason "you logged in from another location".
Example:
The text was updated successfully, but these errors were encountered: